ZERO_KEY          887 drivers/md/bcache/bset.c 	struct bkey preceding_key_on_stack = ZERO_KEY;
ZERO_KEY          410 drivers/md/bcache/bset.h 	*k = ZERO_KEY;
ZERO_KEY          833 drivers/md/bcache/btree.c 		if (!mca_bucket_alloc(c, &ZERO_KEY, GFP_KERNEL))
ZERO_KEY          845 drivers/md/bcache/btree.c 	c->verify_data = mca_bucket_alloc(c, &ZERO_KEY, GFP_KERNEL);
ZERO_KEY         1202 drivers/md/bcache/btree.c 	bkey_copy_key(k, &ZERO_KEY);
ZERO_KEY         1248 drivers/md/bcache/btree.c 	if (!bkey_cmp(k, &ZERO_KEY))
ZERO_KEY         1301 drivers/md/bcache/btree.c 			if (level && bkey_cmp(k, &ZERO_KEY))
ZERO_KEY         1524 drivers/md/bcache/btree.c 		if (!bkey_cmp(k, &ZERO_KEY))
ZERO_KEY         1747 drivers/md/bcache/btree.c 	c->gc_done = ZERO_KEY;
ZERO_KEY           88 drivers/md/bcache/extents.c 	if (!bkey_cmp(k, &ZERO_KEY))
ZERO_KEY          210 drivers/md/bcache/extents.c 	if (!bkey_cmp(k, &ZERO_KEY) ||
ZERO_KEY          245 drivers/md/bcache/movinggc.c 	c->moving_gc_keys.last_scanned = ZERO_KEY;
ZERO_KEY          614 drivers/md/bcache/sysfs.c 	ret = bch_btree_map_nodes(&op.op, c, &ZERO_KEY, bch_btree_bset_stats);
ZERO_KEY         4401 net/bluetooth/hci_event.c 		if (!memcmp(data->rand256, ZERO_KEY, 16) ||
ZERO_KEY         4402 net/bluetooth/hci_event.c 		    !memcmp(data->hash256, ZERO_KEY, 16))
ZERO_KEY         4412 net/bluetooth/hci_event.c 	if (!memcmp(data->rand192, ZERO_KEY, 16) ||
ZERO_KEY         4413 net/bluetooth/hci_event.c 	    !memcmp(data->hash192, ZERO_KEY, 16))
ZERO_KEY         3692 net/bluetooth/mgmt.c 			if (memcmp(cp->rand192, ZERO_KEY, 16) ||
ZERO_KEY         3693 net/bluetooth/mgmt.c 			    memcmp(cp->hash192, ZERO_KEY, 16)) {
ZERO_KEY         3707 net/bluetooth/mgmt.c 			if (!memcmp(cp->rand192, ZERO_KEY, 16) ||
ZERO_KEY         3708 net/bluetooth/mgmt.c 			    !memcmp(cp->hash192, ZERO_KEY, 16)) {
ZERO_KEY         3720 net/bluetooth/mgmt.c 		if (!memcmp(cp->rand256, ZERO_KEY, 16) ||
ZERO_KEY         3721 net/bluetooth/mgmt.c 		    !memcmp(cp->hash256, ZERO_KEY, 16)) {