Searched refs:lru_node (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_mmu.c | 327 struct list_head lru_node; member 404 struct list_head lru_node; member 686 list_del_init(&vm->as.lru_node); in panthor_vm_release_as_locked() 720 list_move_tail(&vm->reclaim.lru_node, &ptdev->reclaim.vms); in panthor_vm_active() 756 as.lru_node); in panthor_vm_active() 807 list_del_init(&vm->as.lru_node); in panthor_vm_active() 839 if (!drm_WARN_ON(&ptdev->base, vm->as.id == -1 || !list_empty(&vm->as.lru_node))) in panthor_vm_idle() 840 list_add_tail(&vm->as.lru_node, &ptdev->mmu->as.lru_list); in panthor_vm_idle() 1965 list_del_init(&vm->reclaim.lru_node); in panthor_vm_free() 2000 list_del(&vm->as.lru_node); in panthor_vm_free() [all …]
|
| /linux/kernel/bpf/ |
| H A D | hashtab.c | 123 struct bpf_lru_node lru_node; member 311 l = container_of(node, struct htab_elem, lru_node); in prealloc_lru_pop() 353 offsetof(struct htab_elem, lru_node), in prealloc_init() 364 offsetof(struct htab_elem, lru_node), in prealloc_init() 798 bpf_lru_node_set_ref(&l->lru_node); in __htab_lru_map_lookup_elem() 827 offsetof(struct htab_elem, lru_node) + in htab_lru_map_gen_lookup() 831 offsetof(struct htab_elem, lru_node) + in htab_lru_map_gen_lookup() 872 tgt_l = container_of(node, struct htab_elem, lru_node); in htab_lru_map_delete_node() 1277 bpf_lru_push_free(&htab->lru, &elem->lru_node); in htab_lru_push_free() 1329 bpf_lru_node_set_ref(&l_new->lru_node); in htab_lru_map_update_elem() [all …]
|
| /linux/include/drm/ |
| H A D | drm_gem.h | 444 struct list_head lru_node; member
|