Searched defs:_count (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/kyua/utils/ |
H A D | units.hpp | 76 uint64_t _count; member in utils::units::bytes
|
/freebsd/sys/sys/ |
H A D | _umtx.h | 68 volatile __uint32_t _count; member 73 volatile __uint32_t _count; /* Waiters flag in high bit. */ member
|
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_defs.h | 349 #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 D | arswitchreg.h | 43 #define BITM(_count) ((1UL << (_count)) - 1) argument 44 #define BITS(_shift, _count) (BITM(_count) << (_shift)) argument
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_defs.h | 1433 #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 D | file.h | 370 uint32_t _count; /* repeat/line count */ member
|