Home
last modified time | relevance | path

Searched defs:_count (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/kyua/utils/
H A Dunits.hpp76 uint64_t _count; member in utils::units::bytes
/freebsd/sys/sys/
H A D_umtx.h68 volatile __uint32_t _count; member
73 volatile __uint32_t _count; /* Waiters flag in high bit. */ member
/freebsd/contrib/ofed/libirdma/
H A Dirdma_defs.h349 #define IRDMA_RING_MOVE_HEAD_BY_COUNT(_ring, _count, _retcode) \ argument
371 #define IRDMA_SQ_RING_MOVE_HEAD_BY_COUNT(_ring, _count, _retcode) \ argument
382 #define IRDMA_RING_MOVE_HEAD_BY_COUNT_NOCHECK(_ring, _count) \ argument
391 #define IRDMA_RING_MOVE_TAIL_BY_COUNT(_ring, _count) \ argument
/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitchreg.h43 #define BITM(_count) ((1UL << (_count)) - 1) argument
44 #define BITS(_shift, _count) (BITM(_count) << (_shift)) argument
/freebsd/sys/dev/irdma/
H A Dirdma_defs.h1433 #define IRDMA_RING_MOVE_HEAD_BY_COUNT(_ring, _count, _retcode) \ argument
1455 #define IRDMA_SQ_RING_MOVE_HEAD_BY_COUNT(_ring, _count, _retcode) \ argument
1466 #define IRDMA_RING_MOVE_HEAD_BY_COUNT_NOCHECK(_ring, _count) \ argument
1475 #define IRDMA_RING_MOVE_TAIL_BY_COUNT(_ring, _count) \ argument
/freebsd/contrib/file/src/
H A Dfile.h359 uint32_t _count; /* repeat/line count */ member