Home
last modified time | relevance | path

Searched refs:prev_key (Results 1 – 3 of 3) sorted by relevance

/kernel/
Dstatic_call_inline.c214 struct static_call_key *key, *prev_key = NULL; in __static_call_init() local
230 if (key != prev_key) { in __static_call_init()
231 prev_key = key; in __static_call_init()
397 struct static_call_key *key, *prev_key = NULL; in static_call_del_module() local
403 if (key == prev_key) in static_call_del_module()
406 prev_key = key; in static_call_del_module()
/kernel/bpf/
Dinode.c220 void *prev_key; in map_seq_next() local
227 prev_key = NULL; in map_seq_next()
229 prev_key = key; in map_seq_next()
232 if (map->ops->map_get_next_key(map, prev_key, key)) { in map_seq_next()
Dsyscall.c1691 void *buf, *buf_prevkey, *prev_key, *key, *value; in generic_map_lookup_batch() local
1722 prev_key = NULL; in generic_map_lookup_batch()
1728 prev_key = buf_prevkey; in generic_map_lookup_batch()
1732 err = map->ops->map_get_next_key(map, prev_key, key); in generic_map_lookup_batch()
1761 if (!prev_key) in generic_map_lookup_batch()
1762 prev_key = buf_prevkey; in generic_map_lookup_batch()
1764 swap(prev_key, key); in generic_map_lookup_batch()
1774 (cp && copy_to_user(uobatch, prev_key, map->key_size)))) in generic_map_lookup_batch()