Home
last modified time | relevance | path

Searched refs:slot_num (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/dvb/
Dca.h99 unsigned int slot_num; member
/external/ethtool/
Drxclass.c427 __u32 slot_num; in rmgr_find_empty_slot() local
437 slot_num = loc / BITS_PER_LONG; in rmgr_find_empty_slot()
448 if (!~(rmgr->slot[slot_num] | (~1UL << rmgr->size % BITS_PER_LONG))) { in rmgr_find_empty_slot()
450 slot_num--; in rmgr_find_empty_slot()
457 while (loc < rmgr->size && !~(rmgr->slot[slot_num])) { in rmgr_find_empty_slot()
459 slot_num--; in rmgr_find_empty_slot()
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs688 pub slot_num: ::c_int,
1342 && self.slot_num == other.slot_num
1353 .field("slot_num", &self.slot_num)
1363 self.slot_num.hash(state);