Searched refs:ZERO_KEY (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/drivers/md/bcache/ |
| D | extents.c | 88 if (!bkey_cmp(k, &ZERO_KEY)) in bch_ptr_status() 210 if (!bkey_cmp(k, &ZERO_KEY) || in bch_btree_ptr_bad()
|
| D | movinggc.c | 243 c->moving_gc_keys.last_scanned = ZERO_KEY; in bch_moving_gc()
|
| D | btree.c | 778 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()
|
| D | bset.h | 410 *k = ZERO_KEY; in bkey_init()
|
| D | sysfs.c | 619 ret = bch_btree_map_nodes(&op.op, c, &ZERO_KEY, bch_btree_bset_stats); in bch_bset_print_stats()
|
| D | bset.c | 881 struct bkey preceding_key_on_stack = ZERO_KEY; in bch_btree_insert_key()
|
| /Linux-v5.10/include/uapi/linux/ |
| D | bcache.h | 77 #define ZERO_KEY KEY(0, 0, 0) macro
|
| /Linux-v5.10/net/bluetooth/ |
| D | mgmt.c | 202 #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()
|
| D | hci_event.c | 40 #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()
|