Home
last modified time | relevance | path

Searched refs:ZERO_KEY (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/drivers/md/bcache/
Dextents.c88 if (!bkey_cmp(k, &ZERO_KEY)) in bch_ptr_status()
210 if (!bkey_cmp(k, &ZERO_KEY) || in bch_btree_ptr_bad()
Dmovinggc.c243 c->moving_gc_keys.last_scanned = ZERO_KEY; in bch_moving_gc()
Dbtree.c778 if (!mca_bucket_alloc(c, &ZERO_KEY, GFP_KERNEL)) in bch_btree_cache_alloc()
799 c->verify_data = mca_bucket_alloc(c, &ZERO_KEY, GFP_KERNEL); in bch_btree_cache_alloc()
1158 bkey_copy_key(k, &ZERO_KEY); in make_btree_freeing_key()
1203 if (!bkey_cmp(k, &ZERO_KEY)) in __bch_btree_mark_key()
1256 if (level && bkey_cmp(k, &ZERO_KEY)) in bch_initial_mark_key()
1483 if (!bkey_cmp(k, &ZERO_KEY)) in btree_gc_coalesce()
1705 c->gc_done = ZERO_KEY; in btree_gc_start()
Dbset.h410 *k = ZERO_KEY; in bkey_init()
Dsysfs.c619 ret = bch_btree_map_nodes(&op.op, c, &ZERO_KEY, bch_btree_bset_stats); in bch_bset_print_stats()
Dbset.c881 struct bkey preceding_key_on_stack = ZERO_KEY; in bch_btree_insert_key()
/Linux-v5.10/include/uapi/linux/
Dbcache.h77 #define ZERO_KEY KEY(0, 0, 0) macro
/Linux-v5.10/net/bluetooth/
Dmgmt.c202 #define ZERO_KEY "\x00\x00\x00\x00\x00\x00\x00\x00" \ macro
3877 if (!memcmp(cp->uuid, ZERO_KEY, 16)) { in set_exp_feature()
4509 if (memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data()
4510 memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data()
4524 if (!memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data()
4525 !memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data()
4537 if (!memcmp(cp->rand256, ZERO_KEY, 16) || in add_remote_oob_data()
4538 !memcmp(cp->hash256, ZERO_KEY, 16)) { in add_remote_oob_data()
Dhci_event.c40 #define ZERO_KEY "\x00\x00\x00\x00\x00\x00\x00\x00" \ macro
4541 if (!memcmp(data->rand256, ZERO_KEY, 16) || in bredr_oob_data_present()
4542 !memcmp(data->hash256, ZERO_KEY, 16)) in bredr_oob_data_present()
4552 if (!memcmp(data->rand192, ZERO_KEY, 16) || in bredr_oob_data_present()
4553 !memcmp(data->hash192, ZERO_KEY, 16)) in bredr_oob_data_present()