Home
last modified time | relevance | path

Searched refs:sbitmap_any_bit_set (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dsbitmap.h230 bool sbitmap_any_bit_set(const struct sbitmap *sb);
/openbmc/linux/lib/
H A Dsbitmap.c285 bool sbitmap_any_bit_set(const struct sbitmap *sb) in sbitmap_any_bit_set() function
295 EXPORT_SYMBOL_GPL(sbitmap_any_bit_set);
/openbmc/linux/block/
H A Dblk-mq-sched.c231 if (!sbitmap_any_bit_set(&hctx->ctx_map)) in blk_mq_do_dispatch_ctx()
H A Dkyber-iosched.c784 } else if (sbitmap_any_bit_set(&khd->kcq_map[khd->cur_domain])) { in kyber_dispatch_cur_domain()
856 sbitmap_any_bit_set(&khd->kcq_map[i])) in kyber_has_work()
H A Dblk-mq.c63 sbitmap_any_bit_set(&hctx->ctx_map) || in blk_mq_hctx_has_pending()