Searched refs:ibf (Results 1 - 11 of 11) sorted by relevance

/linux-master/io_uring/
H A Dkbuf.c206 struct io_buf_free *ibf; local
208 hlist_for_each_entry(ibf, &ctx->io_buf_list, list) {
209 if (bl->buf_ring == ibf->mem) {
210 ibf->inuse = 0;
557 struct io_buf_free *ibf, *best = NULL; local
560 hlist_for_each_entry(ibf, &ctx->io_buf_list, list) {
563 if (ibf->inuse || ibf->size < ring_size)
565 dist = ibf->size - ring_size;
567 best = ibf;
581 struct io_buf_free *ibf; local
759 struct io_buf_free *ibf; local
[all...]
/linux-master/drivers/input/serio/
H A Dhp_sdc.c49 * Busy polling for IBF clear wastes CPU cycles and bus cycles. hp_sdc.ibf
53 * hp_sdc state. Whenever a register is written hp_sdc.ibf is set to 1.
122 hp_sdc.ibf = 0;
138 hp_sdc.ibf = 1;
150 hp_sdc.ibf = 1;
167 if (!hp_sdc.ibf) {
175 hp_sdc.ibf = 0;
360 if (hp_sdc.ibf) {
362 if (hp_sdc.ibf)
586 if (!hp_sdc.ibf
[all...]
/linux-master/include/linux/
H A Dhp_sdc.h273 int ibf; /* Last known status of IBF flag */ member in struct:__anon3
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddebugfs.c31 dev->ibf = !!val;
41 *val = dev->ibf;
H A Dmt7996.h314 bool ibf; member in struct:mt7996_dev
H A Dmcu.h683 bool ibf; member in struct:bf_hw_en_status_update
H A Dmcu.c1665 if (!ebf && !dev->ibf)
1686 bf->bf_cap = ebf ? ebf : dev->ibf << 1;
3888 req_hw_en->ibf = dev->ibf;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmt7915.h297 bool ibf; member in struct:mt7915_dev
H A Ddebugfs.c29 dev->ibf = !!val;
39 *val = dev->ibf;
H A Dmcu.c1208 if (!ebf && !dev->ibf)
1227 bf->bf_cap = ebf ? ebf : dev->ibf << 1;
3399 bool ibf; member in struct:__anon1244::__anon1245::__anon1247
3420 req.type.ibf = dev->ibf;
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.h718 u8 ibf; member in struct:wtbl_bf

Completed in 170 milliseconds