Searched refs:_bits (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/compat/bhyve/sys/ |
H A D | cpuset.h | 64 ulong_t _bits[BT_BITOUL(CPU_SETSIZE)]; member 73 if (set->_bits[i] != 0) in cpuset_isempty() 85 dst->_bits[i] = 0; in cpuset_zero() 95 if (s1->_bits[i] != s2->_bits[i]) in cpuset_isequal() 108 if (set->_bits[i] != 0) { in cpusetobj_ffs() 109 cbit = ffsl(set->_bits[i]); in cpusetobj_ffs() 110 cbit += i * sizeof (set->_bits[0]); in cpusetobj_ffs() 118 #define CPU_SET(cpu, setp) BT_SET((setp)->_bits, cpu) 119 #define CPU_CLR(cpu, setp) BT_CLEAR((setp)->_bits, cpu) 125 #define CPU_ISSET(cpu, setp) BT_TEST((setp)->_bits, cpu) [all …]
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | utils.h | 62 #define SET_BIT( _bits, _val ) SET_FLAGS ( _bits, (0x1ULL << _val) ) argument 63 #define RESET_BIT( _bits, _val ) RESET_FLAGS( _bits, (0x1ULL << _val) ) argument 64 #define GET_BIT( _bits, _val ) GET_FLAGS ( _bits, (0x1ULL << _val) ) argument
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_stats.c | 67 #define DATA_MASK(_bits) (((u64_t)-1)>>(64-_bits)) argument 68 #define STATS_DATA(_bits,_val) ( (_val) & DATA_MASK(_bits) ) argument 69 #define WRAPAROUND_COUNT_MASK(_bits) ( ~ DATA_MASK(_bits) ) argument 70 #define HAS_WRAPPED_AROUND(_bits,_old,_new) ((STATS_DATA(_bits,_old) ) > (STATS_DATA(_bits,_new) )) argument 71 #define INC_WRAPAROUND_COUNT(_bits,_val) (_val + ( 1ull << _bits ) ) argument
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_fflp_hw.h | 1459 struct _bits { struct
|