Symbol: bset
arch/arc/include/asm/entry-arcv2.h
278
bset r9, r9, STATUS_IE_BIT
arch/m68k/math-emu/fp_emu.h
133
bset #(\bit&7),(FPD_FPSR+3-(\bit/8),FPDATA)
block/bsg-lib.c
278
struct bsg_set *bset =
block/bsg-lib.c
291
ret = bset->job_fn(blk_mq_rq_to_pdu(req));
block/bsg-lib.c
323
struct bsg_set *bset =
block/bsg-lib.c
326
bsg_unregister_queue(bset->bd);
block/bsg-lib.c
329
blk_mq_free_tag_set(&bset->tag_set);
block/bsg-lib.c
330
kfree(bset);
block/bsg-lib.c
337
struct bsg_set *bset =
block/bsg-lib.c
340
if (!bset->timeout_fn)
block/bsg-lib.c
342
return bset->timeout_fn(rq);
block/bsg-lib.c
366
struct bsg_set *bset;
block/bsg-lib.c
371
bset = kzalloc_obj(*bset);
block/bsg-lib.c
372
if (!bset)
block/bsg-lib.c
375
bset->job_fn = job_fn;
block/bsg-lib.c
376
bset->timeout_fn = timeout;
block/bsg-lib.c
378
set = &bset->tag_set;
block/bsg-lib.c
396
bset->bd = bsg_register_queue(q, dev, name, bsg_transport_sg_io_fn);
block/bsg-lib.c
397
if (IS_ERR(bset->bd)) {
block/bsg-lib.c
398
ret = PTR_ERR(bset->bd);
block/bsg-lib.c
409
kfree(bset);
drivers/md/bcache/bcache.h
675
struct bset *verify_ondisk;
drivers/md/bcache/bset.c
1194
static void btree_mergesort(struct btree_keys *b, struct bset *out,
drivers/md/bcache/bset.c
1241
struct bset *out = (void *) __get_free_pages(__GFP_NOWARN|GFP_NOWAIT,
drivers/md/bcache/bset.c
21
void bch_dump_bset(struct btree_keys *b, struct bset *i, unsigned int set)
drivers/md/bcache/bset.c
666
void bch_bset_init_next(struct btree_keys *b, struct bset *i, uint64_t magic)
drivers/md/bcache/bset.c
880
struct bset *i = bset_tree_last(b)->data;
drivers/md/bcache/bset.h
186
struct bset *data;
drivers/md/bcache/bset.h
250
struct bset *i)
drivers/md/bcache/bset.h
256
struct bset *i)
drivers/md/bcache/bset.h
284
static inline struct bset *bset_next_set(struct btree_keys *b,
drivers/md/bcache/bset.h
287
struct bset *i = bset_tree_last(b)->data;
drivers/md/bcache/bset.h
298
void bch_bset_init_next(struct btree_keys *b, struct bset *i, uint64_t magic);
drivers/md/bcache/bset.h
415
static inline struct bkey *bset_bkey_idx(struct bset *i, unsigned int idx)
drivers/md/bcache/bset.h
572
void bch_dump_bset(struct btree_keys *b, struct bset *i, unsigned int set);
drivers/md/bcache/bset.h
581
void bch_dump_bset(struct btree_keys *b, struct bset *i, unsigned int set);
drivers/md/bcache/btree.c
107
static inline struct bset *write_block(struct btree *b)
drivers/md/bcache/btree.c
139
static uint64_t btree_csum_set(struct btree *b, struct bset *i)
drivers/md/bcache/btree.c
1405
struct bset *n1 = btree_bset_first(new_nodes[i]);
drivers/md/bcache/btree.c
1406
struct bset *n2 = btree_bset_first(new_nodes[i - 1]);
drivers/md/bcache/btree.c
151
struct bset *i = btree_bset_first(b);
drivers/md/bcache/btree.c
341
struct bset *i = btree_bset_last(b);
drivers/md/bcache/btree.c
405
struct bset *i = btree_bset_last(b);
drivers/md/bcache/btree.c
477
struct bset *i = btree_bset_last(b);
drivers/md/bcache/btree.h
180
static inline struct bset *btree_bset_first(struct btree *b)
drivers/md/bcache/btree.h
185
static inline struct bset *btree_bset_last(struct btree *b)
drivers/md/bcache/btree.h
190
static inline unsigned int bset_block_offset(struct btree *b, struct bset *i)
drivers/md/bcache/debug.c
34
struct bset *ondisk, *sorted, *inmemory;
drivers/md/bcache/debug.c
72
struct bset *i;
sound/soc/renesas/rz-ssi.c
166
u32 bclr, u32 bset)
sound/soc/renesas/rz-ssi.c
171
val = (val & ~bclr) | bset;