Home
last modified time | relevance | path

Searched refs:ZERO_KEY (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dbcache.h41 #define ZERO_KEY KEY(0, 0, 0) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dbcache.h41 #define ZERO_KEY KEY(0, 0, 0) macro
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dextents.c88 if (!bkey_cmp(k, &ZERO_KEY)) in bch_ptr_status()
210 if (!bkey_cmp(k, &ZERO_KEY) || in bch_btree_ptr_bad()
H A Dbtree.c780 if (!mca_bucket_alloc(c, &ZERO_KEY, GFP_KERNEL)) in bch_btree_cache_alloc()
801 c->verify_data = mca_bucket_alloc(c, &ZERO_KEY, GFP_KERNEL); in bch_btree_cache_alloc()
1169 bkey_copy_key(k, &ZERO_KEY); in make_btree_freeing_key()
1214 if (!bkey_cmp(k, &ZERO_KEY)) in __bch_btree_mark_key()
1267 if (level && bkey_cmp(k, &ZERO_KEY)) in bch_initial_mark_key()
1494 if (!bkey_cmp(k, &ZERO_KEY)) in btree_gc_coalesce()
1718 c->gc_done = ZERO_KEY; in btree_gc_start()
H A Dmovinggc.c243 c->moving_gc_keys.last_scanned = ZERO_KEY; in bch_moving_gc()
H A Dbset.h410 *k = ZERO_KEY; in bkey_init()
H A Dbset.c881 struct bkey preceding_key_on_stack = ZERO_KEY; in bch_btree_insert_key()
H A Dsysfs.c619 ret = bch_btree_map_nodes(&op.op, c, &ZERO_KEY, bch_btree_bset_stats); in bch_bset_print_stats()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dextents.c88 if (!bkey_cmp(k, &ZERO_KEY)) in bch_ptr_status()
210 if (!bkey_cmp(k, &ZERO_KEY) || in bch_btree_ptr_bad()
H A Dbtree.c801 if (!mca_bucket_alloc(c, &ZERO_KEY, GFP_KERNEL)) in bch_btree_cache_alloc()
822 c->verify_data = mca_bucket_alloc(c, &ZERO_KEY, GFP_KERNEL); in bch_btree_cache_alloc()
1190 bkey_copy_key(k, &ZERO_KEY); in make_btree_freeing_key()
1235 if (!bkey_cmp(k, &ZERO_KEY)) in __bch_btree_mark_key()
1288 if (level && bkey_cmp(k, &ZERO_KEY)) in bch_initial_mark_key()
1515 if (!bkey_cmp(k, &ZERO_KEY)) in btree_gc_coalesce()
1739 c->gc_done = ZERO_KEY; in btree_gc_start()
H A Dbcache_ondisk.h77 #define ZERO_KEY KEY(0, 0, 0) macro
H A Dmovinggc.c243 c->moving_gc_keys.last_scanned = ZERO_KEY; in bch_moving_gc()
H A Dbset.h410 *k = ZERO_KEY; in bkey_init()
H A Dbset.c883 struct bkey preceding_key_on_stack = ZERO_KEY; in bch_btree_insert_key()
H A Dsysfs.c640 ret = bch_btree_map_nodes(&op.op, c, &ZERO_KEY, bch_btree_bset_stats); in bch_bset_print_stats()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbcache.h77 #define ZERO_KEY KEY(0, 0, 0) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbcache.h56 #define ZERO_KEY KEY(0, 0, 0) macro
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_event.c42 #define ZERO_KEY "\x00\x00\x00\x00\x00\x00\x00\x00" \ macro
4075 if (!crypto_memneq(ev->link_key, ZERO_KEY, HCI_LINK_KEY_SIZE)) { in hci_link_key_notify_evt()
4587 if (!crypto_memneq(data->rand256, ZERO_KEY, 16) || in bredr_oob_data_present()
4588 !crypto_memneq(data->hash256, ZERO_KEY, 16)) in bredr_oob_data_present()
4598 if (!crypto_memneq(data->rand192, ZERO_KEY, 16) || in bredr_oob_data_present()
4599 !crypto_memneq(data->hash192, ZERO_KEY, 16)) in bredr_oob_data_present()
H A Dmgmt.c202 #define ZERO_KEY "\x00\x00\x00\x00\x00\x00\x00\x00" \ macro
3885 if (!memcmp(cp->uuid, ZERO_KEY, 16)) { in set_exp_feature()
4519 if (memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data()
4520 memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data()
4534 if (!memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data()
4535 !memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data()
4547 if (!memcmp(cp->rand256, ZERO_KEY, 16) || in add_remote_oob_data()
4548 !memcmp(cp->hash256, ZERO_KEY, 16)) { in add_remote_oob_data()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dmgmt.c215 #define ZERO_KEY "\x00\x00\x00\x00\x00\x00\x00\x00" \ macro
4496 exp_feature_changed(NULL, ZERO_KEY, false, sk); in set_zero_key_func()
4926 EXP_FEAT(ZERO_KEY, set_zero_key_func),
5666 if (memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data()
5667 memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data()
5681 if (!memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data()
5682 !memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data()
5694 if (!memcmp(cp->rand256, ZERO_KEY, 16) || in add_remote_oob_data()
5695 !memcmp(cp->hash256, ZERO_KEY, 16)) { in add_remote_oob_data()
H A Dhci_event.c43 #define ZERO_KEY "\x00\x00\x00\x00\x00\x00\x00\x00" \ macro
4763 if (!crypto_memneq(ev->link_key, ZERO_KEY, HCI_LINK_KEY_SIZE)) { in hci_link_key_notify_evt()
5304 if (!crypto_memneq(data->rand256, ZERO_KEY, 16) || in bredr_oob_data_present()
5305 !crypto_memneq(data->hash256, ZERO_KEY, 16)) in bredr_oob_data_present()
5315 if (!crypto_memneq(data->rand192, ZERO_KEY, 16) || in bredr_oob_data_present()
5316 !crypto_memneq(data->hash192, ZERO_KEY, 16)) in bredr_oob_data_present()

Completed in 54 milliseconds