Home
last modified time | relevance | path

Searched refs:purge_list (Results 1 – 7 of 7) sorted by relevance

/linux/fs/ocfs2/dlm/
H A Ddlmthread.c119 list_add_tail(&res->purge, &dlm->purge_list); in __dlm_lockres_calc_usage()
286 while(run_max && !list_empty(&dlm->purge_list)) { in dlm_run_purge_list()
289 lockres = list_entry(dlm->purge_list.next, in dlm_run_purge_list()
322 list_move_tail(&lockres->purge, &dlm->purge_list); in dlm_run_purge_list()
H A Ddlmcommon.h111 struct list_head purge_list; member
/linux/mm/
H A Dvmalloc.c889 struct list_head purge_list; member
2191 start = list_first_entry(&vn->purge_list, struct vmap_area, list)->va_start; in kasan_release_vmalloc_node()
2192 end = list_last_entry(&vn->purge_list, struct vmap_area, list)->va_end; in kasan_release_vmalloc_node()
2194 list_for_each_entry(va, &vn->purge_list, list) { in kasan_release_vmalloc_node()
2217 list_for_each_entry_safe(va, n_va, &vn->purge_list, list) { in purge_vmap_node()
2261 INIT_LIST_HEAD(&vn->purge_list); in __purge_vmap_area_lazy()
2270 list_replace_init(&vn->lazy.head, &vn->purge_list); in __purge_vmap_area_lazy()
2273 start = min(start, list_first_entry(&vn->purge_list, in __purge_vmap_area_lazy()
2276 end = max(end, list_last_entry(&vn->purge_list, in __purge_vmap_area_lazy()
2688 struct list_head *purge_list, bool force_purge) in purge_fragmented_block() argument
[all …]
/linux/drivers/gpu/drm/i915/
H A Di915_gem.c1083 list = &i915->mm.purge_list; in i915_gem_madvise_ioctl()
1292 INIT_LIST_HEAD(&i915->mm.purge_list); in i915_gem_init__mm()
H A Di915_drv.h131 struct list_head purge_list; member
/linux/drivers/block/xen-blkback/
H A Dblkback.c370 purge_list: in purge_persistent_gnt()
395 goto purge_list; in purge_persistent_gnt()
/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.c1080 static void ibmvfc_complete_purge(struct list_head *purge_list) in ibmvfc_complete_purge() argument
1084 list_for_each_entry_safe(evt, pos, purge_list, queue_list) { in ibmvfc_complete_purge()