Searched refs:sbitmap (Results 1 – 25 of 285) sorted by relevance
12345678910>>...12
| /linux/include/linux/ |
| A D | sbitmap.h | 52 struct sbitmap { struct 118 struct sbitmap sb; 171 static inline void sbitmap_free(struct sbitmap *sb) in sbitmap_free() 186 void sbitmap_resize(struct sbitmap *sb, unsigned int depth); 196 int sbitmap_get(struct sbitmap *sb); 221 bool sbitmap_any_bit_set(const struct sbitmap *sb); 238 static inline void __sbitmap_for_each_set(struct sbitmap *sb, in __sbitmap_for_each_set() 296 static inline unsigned long *__sbitmap_word(struct sbitmap *sb, in __sbitmap_word() 369 void sbitmap_show(struct sbitmap *sb, struct seq_file *m); 379 unsigned int sbitmap_weight(const struct sbitmap *sb); [all …]
|
| A D | blk-mq.h | 294 struct sbitmap ctx_map;
|
| /linux/lib/ |
| A D | sbitmap.c | 12 static int init_alloc_hint(struct sbitmap *sb, gfp_t flags) in init_alloc_hint() 43 static inline void update_alloc_hint_after_get(struct sbitmap *sb, in update_alloc_hint_after_get() 128 void sbitmap_resize(struct sbitmap *sb, unsigned int depth) in sbitmap_resize() 231 int sbitmap_get(struct sbitmap *sb) in sbitmap_get() 248 static int __sbitmap_get_shallow(struct sbitmap *sb, in __sbitmap_get_shallow() 300 bool sbitmap_any_bit_set(const struct sbitmap *sb) in sbitmap_any_bit_set() 327 static unsigned int sbitmap_cleared(const struct sbitmap *sb) in sbitmap_cleared() 332 unsigned int sbitmap_weight(const struct sbitmap *sb) in sbitmap_weight() 338 void sbitmap_show(struct sbitmap *sb, struct seq_file *m) in sbitmap_show() 495 struct sbitmap *sb = &sbq->sb; in __sbitmap_queue_get_batch() [all …]
|
| A D | .sbitmap.o.cmd | 1 …sbitmap.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/… 3 source_lib/sbitmap.o := lib/sbitmap.c 5 deps_lib/sbitmap.o := \ 630 include/linux/sbitmap.h \ 844 lib/sbitmap.o: $(deps_lib/sbitmap.o) 846 $(deps_lib/sbitmap.o):
|
| A D | .built-in.a.cmd | 1 …_encoder.o lib/fonts/built-in.a lib/oid_registry.o lib/ucs2_string.o lib/sbitmap.o lib/devmem_is_a…
|
| A D | built-in.a | 133 sbitmap.o/
|
| A D | Makefile | 338 obj-$(CONFIG_SBITMAP) += sbitmap.o
|
| /linux/block/ |
| A D | blk-mq-tag.c | 237 static bool bt_iter(struct sbitmap *bitmap, unsigned int bitnr, void *data) in bt_iter() 300 static bool bt_tags_iter(struct sbitmap *bitmap, unsigned int bitnr, void *data) in bt_tags_iter()
|
| A D | kyber-iosched.c | 189 struct sbitmap kcq_map[KYBER_NUM_DOMAINS]; 665 static bool flush_busy_kcq(struct sbitmap *sb, unsigned int bitnr, void *data) in flush_busy_kcq()
|
| A D | blk-mq.c | 1298 static bool flush_busy_ctx(struct sbitmap *sb, unsigned int bitnr, void *data) in flush_busy_ctx() 1332 static bool dispatch_rq_from_ctx(struct sbitmap *sb, unsigned int bitnr, in dispatch_rq_from_ctx()
|
| A D | .bio-integrity.o.cmd | 1143 include/linux/sbitmap.h \
|
| A D | .blk-exec.o.cmd | 1139 include/linux/sbitmap.h \
|
| /linux/include/scsi/ |
| A D | scsi_device.h | 111 struct sbitmap budget_map;
|
| /linux/drivers/vhost/ |
| A D | scsi.c | 179 struct sbitmap scsi_tags;
|
| /linux/fs/squashfs/ |
| A D | .block.o.cmd | 1139 include/linux/sbitmap.h \
|
| A D | .super.o.cmd | 1139 include/linux/sbitmap.h \
|
| /linux/drivers/mmc/core/ |
| A D | .sdio_io.o.cmd | 1152 include/linux/sbitmap.h \
|
| A D | .sdio_irq.o.cmd | 1157 include/linux/sbitmap.h \
|
| /linux/drivers/mmc/host/ |
| A D | .cqhci-core.o.cmd | 1173 include/linux/sbitmap.h \
|
| A D | .dw_mmc-pltfm.o.cmd | 1157 include/linux/sbitmap.h \
|
| A D | .dw_mmc-rockchip.o.cmd | 1160 include/linux/sbitmap.h \
|
| A D | .mmci_qcom_dml.o.cmd | 1175 include/linux/sbitmap.h \
|
| A D | .mmci_stm32_sdmmc.o.cmd | 1168 include/linux/sbitmap.h \
|
| /linux/drivers/mtd/ |
| A D | .mtd_blkdevs.o.cmd | 1157 include/linux/sbitmap.h \
|
| /linux/drivers/block/ |
| A D | .virtio_blk.o.cmd | 1140 include/linux/sbitmap.h \
|
Completed in 91 milliseconds
12345678910>>...12