Home
last modified time | relevance | path

Searched refs:ffs (Results 1 – 11 of 11) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dmisc_protos.h71 extern int ffs(
/xnu-8019.80.24/bsd/net/pktsched/
H A Dpktsched.h131 return (pktsched_bitmap_t)ffs(pData); in pktsched_ffs()
/xnu-8019.80.24/bsd/libkern/
H A Dlibkern.h147 extern int ffs(unsigned int);
/xnu-8019.80.24/osfmk/arm/
H A Dloose_ends.c433 ffs(unsigned int mask) in ffs() function
/xnu-8019.80.24/bsd/kern/
H A Dkern_sig.c743 nc = ffs((unsigned int)p->p_sigcatch); in execsigs()
1365 signum = ffs((unsigned int)sigw); in __sigwait_nocancel()
2747 signum = ffs((unsigned int)sigbits); in issignal_locked()
3004 signum = ffs((unsigned int)sigbits); in CURSIG()
H A Dsys_generic.c1839 while ((j = ffs(bits)) && (fd = i + --j) < nfd) { in selscan()
2180 while ((j = ffs(bits)) && (fd = i + --j) < nfd) { in selcount()
2262 while ((j = ffs(bits)) && (fd = i + --j) < nfd) { in seldrop_locked()
H A Dkern_fork.c795 nc = ffs((unsigned int)sigs); in proc_reset_sigact()
/xnu-8019.80.24/osfmk/arm64/
H A Dloose_ends.c662 ffs(unsigned int mask) in ffs() function
/xnu-8019.80.24/osfmk/x86_64/
H A Dloose_ends.c167 ffs(unsigned int mask) in ffs() function
/xnu-8019.80.24/bsd/skywalk/packet/
H A Dpacket_kern.c406 i = ffs(kpkt->pkt_tx_compl_callbacks) - 1; in kern_packet_tx_completion()
/xnu-8019.80.24/security/
H A Dmac_base.c698 slot = ffs(mac_slot_offsets_free); in mac_policy_register()