Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/bpf/
A Dhashtab.c125 struct bpf_lru_node lru_node; member
336 offsetof(struct htab_elem, lru_node), in prealloc_init()
347 offsetof(struct htab_elem, lru_node), in prealloc_init()
717 bpf_lru_node_set_ref(&l->lru_node); in __htab_lru_map_lookup_elem()
746 offsetof(struct htab_elem, lru_node) + in htab_lru_map_gen_lookup()
750 offsetof(struct htab_elem, lru_node) + in htab_lru_map_gen_lookup()
1159 bpf_lru_push_free(&htab->lru, &elem->lru_node); in htab_lru_push_free()
1213 bpf_lru_node_set_ref(&l_new->lru_node); in htab_lru_map_update_elem()
1332 bpf_lru_node_set_ref(&l_old->lru_node); in __htab_lru_percpu_map_update_elem()
2250 bpf_lru_node_set_ref(&l->lru_node); in htab_lru_percpu_map_lookup_elem()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_gem.c168 INIT_LIST_HEAD(&obj->lru_node); in drm_gem_private_object_init()
1322 list_del(&obj->lru_node); in drm_gem_lru_remove_locked()
1356 list_add_tail(&obj->lru_node, &lru->list); in drm_gem_lru_move_tail_locked()
1406 obj = list_first_entry_or_null(&lru->list, typeof(*obj), lru_node); in drm_gem_lru_scan()
1459 list_for_each_entry (obj, &still_in_lru.list, lru_node) in drm_gem_lru_scan()
/linux-6.3-rc2/include/drm/
A Ddrm_gem.h356 struct list_head lru_node; member

Completed in 10 milliseconds