Home
last modified time | relevance | path

Searched refs:bsfl (Results 1 – 6 of 6) sorted by relevance

/dragonfly/lib/libc/x86_64/string/
H A Dffs.S37 bsfl %edi,%eax
/dragonfly/sys/platform/pc64/x86_64/
H A Dipl.s274 bsfl %ecx,%ecx /* locate the next pending softint */
430 bsfl %ecx,%ecx /* locate the next pending softint */
/dragonfly/sys/kern/
H A Dusched_bsd4.c1336 pri = bsfl(rtqbits); in bsd4_chooseproc_locked()
1341 pri = bsfl(tsqbits); in bsd4_chooseproc_locked()
1346 pri = bsfl(idqbits); in bsd4_chooseproc_locked()
1455 pri = bsfl(rtqbits); in bsd4_chooseproc_locked_cache_coherent()
1460 pri = bsfl(tsqbits); in bsd4_chooseproc_locked_cache_coherent()
1465 pri = bsfl(idqbits); in bsd4_chooseproc_locked_cache_coherent()
H A Dusched_dfly.c1485 pri = bsfl(rtqbits); in dfly_chooseproc_locked()
1490 pri = bsfl(tsqbits); in dfly_chooseproc_locked()
1495 pri = bsfl(idqbits); in dfly_chooseproc_locked()
/dragonfly/sys/cpu/x86_64/include/
H A Dcpufunc.h83 bsfl(u_int mask) in bsfl() function
930 u_int bsfl(u_int mask);
/dragonfly/sys/dev/netif/bnx/
H A Dif_bnx.c5619 ret_idx = bsfl(refill_mask); in bnx_rx_std_refill()