Home
last modified time | relevance | path

Searched refs:b_op (Results 1 – 6 of 6) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dinst.h42 b_op = 0x14, enumerator
464 case b_op: in is_self_loop_ins()
565 DEF_EMIT_REG0I26_FORMAT(b, b_op)
/linux/arch/loongarch/kernel/
H A Dalternative.c76 case b_op: in recompute_jump()
H A Dinst.c61 case b_op: in simu_branch()
/linux/drivers/md/bcache/
H A Dbtree.h377 typedef int (btree_map_nodes_fn)(struct btree_op *b_op, struct btree *b);
H A Dsysfs.c621 static int bch_btree_bset_stats(struct btree_op *b_op, struct btree *b) in bch_btree_bset_stats() argument
623 struct bset_stats_op *op = container_of(b_op, struct bset_stats_op, op); in bch_btree_bset_stats()
H A Dbtree.c2472 static int btree_insert_fn(struct btree_op *b_op, struct btree *b) in btree_insert_fn() argument
2474 struct btree_insert_op *op = container_of(b_op, in btree_insert_fn()