Searched refs:keylist (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/md/bcache/ |
| H A D | request.h | 32 struct keylist insert_keys;
|
| H A D | btree.h | 277 int bch_btree_insert(struct cache_set *c, struct keylist *keys,
|
| H A D | bset.c | 131 int __bch_keylist_realloc(struct keylist *l, unsigned int u64s) in __bch_keylist_realloc() 159 struct bkey *bch_keylist_pop(struct keylist *l) in bch_keylist_pop() 173 void bch_keylist_pop_front(struct keylist *l) in bch_keylist_pop_front()
|
| H A D | request.c | 90 static int bch_keylist_realloc(struct keylist *l, unsigned int u64s, in bch_keylist_realloc()
|
| /linux/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_api_kunit.c | 2008 enum vcap_key_field keylist[] = { in vcap_api_filter_unsupported_keys_test() enum 2039 for (idx = 0; idx < ARRAY_SIZE(keylist); idx++) { in vcap_api_filter_unsupported_keys_test() 2042 ckf->ctrl.key = keylist[idx]; in vcap_api_filter_unsupported_keys_test() 2047 KUNIT_EXPECT_EQ(test, 14, ARRAY_SIZE(keylist)); in vcap_api_filter_unsupported_keys_test() 2075 enum vcap_key_field keylist[] = { in vcap_api_filter_keylist_test() enum 2163 for (idx = 0; idx < ARRAY_SIZE(keylist); idx++) { in vcap_api_filter_keylist_test() 2166 ckf->ctrl.key = keylist[idx]; in vcap_api_filter_keylist_test() 2171 KUNIT_EXPECT_EQ(test, 38, ARRAY_SIZE(keylist)); in vcap_api_filter_keylist_test()
|
| H A D | vcap_api_client.h | 252 enum vcap_key_field keylist[], int length,
|
| H A D | vcap_api.c | 3498 enum vcap_key_field keylist[], int length, in vcap_filter_rule_keys() argument 3514 if (key == keylist[idx]) { in vcap_filter_rule_keys()
|