Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/kern/
H A Dmisc_protos.h71 extern int ffs(
/xnu-11417.101.15/bsd/net/pktsched/
H A Dpktsched_fq_codel.h186 fq_if_bitmaps_ffs ffs; member
212 #define grp_bitmaps_ffs fqs_bm_ops->ffs
H A Dpktsched.h138 return (pktsched_bitmap_t)ffs(pData); in pktsched_ffs()
H A Dpktsched_fq_codel.c145 .ffs = fq_if_grps_bitmap_ffs,
154 .ffs = fq_if_grps_sc_bitmap_ffs,
/xnu-11417.101.15/bsd/libkern/
H A Dlibkern.h147 extern int ffs(unsigned int);
/xnu-11417.101.15/bsd/kern/
H A Dkern_sig.c754 nc = ffs((unsigned int)p->p_sigcatch); in execsigs()
1280 signum = ffs((unsigned int)sigw); in __sigwait_nocancel()
2694 signum = ffs((unsigned int)sigbits); in issignal_locked()
2949 signum = ffs((unsigned int)sigbits); in CURSIG()
H A Dsys_generic.c1631 while ((j = ffs(bits)) && (fd = i + --j) < nfd) { in selscan()
1957 while ((j = ffs(bits)) && (fd = i + --j) < nfd) { in selcount()
2039 while ((j = ffs(bits)) && (fd = i + --j) < nfd) { in seldrop_locked()
H A Dkern_fork.c791 nc = ffs((unsigned int)sigs); in proc_reset_sigact()
/xnu-11417.101.15/osfmk/x86_64/
H A Dloose_ends.c165 ffs(unsigned int mask) in ffs() function
/xnu-11417.101.15/osfmk/arm64/
H A Dloose_ends.c827 ffs(unsigned int mask) in ffs() function
/xnu-11417.101.15/security/
H A Dmac_base.c691 slot = ffs(mac_slot_offsets_free); in mac_policy_register()
/xnu-11417.101.15/bsd/skywalk/packet/
H A Dpacket_common.h2076 i = ffs(kpkt->pkt_tx_compl_callbacks) - 1; in __packet_perform_tx_completion_callbacks()