Home
last modified time | relevance | path

Searched refs:ctzll (Results 1 – 2 of 2) sorted by relevance

/linux/tools/sched_ext/include/scx/
H A Dcid.bpf.h445 found = (base + wi) * 64 + ctzll(word); in cmask_next_set()
620 found = abs_wi * 64 + ctzll(word); in cmask_next_and_set()
719 found = abs_wi * 64 + ctzll(word); in cmask_next_and2_set()
H A Dcommon.bpf.h832 static inline int ctzll(u64 v) in ctzll() function