Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HD_umtx.h64 volatile __uint32_t _count; member
69 volatile __uint32_t _count; /* Waiters flag in high bit. */ member
/freebsd-11-stable/sys/dev/scd/
HDscdvar.h59 #define SCD_READ_MULTI(_sc, _reg, _addr, _count) \ argument
/freebsd-11-stable/sys/dev/etherswitch/arswitch/
HDarswitchreg.h43 #define BITM(_count) ((1UL << (_count)) - 1) argument
44 #define BITS(_shift, _count) (BITM(_count) << (_shift)) argument
/freebsd-11-stable/contrib/file/src/
HDfile.h327 uint32_t _count; /* repeat/line count */ member