Home
last modified time | relevance | path

Searched refs:cull (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-move.c55 struct list_head cull; in lnet_fail_nid() local
76 INIT_LIST_HEAD(&cull); in lnet_fail_nid()
87 list_add(&tp->tp_list, &cull); in lnet_fail_nid()
93 while (!list_empty(&cull)) { in lnet_fail_nid()
94 tp = list_entry(cull.next, lnet_test_peer_t, tp_list); in lnet_fail_nid()
108 struct list_head cull; in fail_peer() local
111 INIT_LIST_HEAD(&cull); in fail_peer()
126 list_add(&tp->tp_list, &cull); in fail_peer()
141 list_add(&tp->tp_list, &cull); in fail_peer()
150 while (!list_empty(&cull)) { in fail_peer()
[all …]
/linux-4.4.14/include/uapi/linux/
Domap3isp.h415 struct omap3isp_ccdc_culling __user *cull; member
/linux-4.4.14/Documentation/vm/
Dunevictable-lru.txt215 "cull" such pages that it encounters: that is, it diverts those pages to the
222 shrink_page_list() will cull the page at that point.
224 To "cull" an unevictable page, vmscan simply puts the page back on the LRU list
336 detect and cull such pages.
/linux-4.4.14/Documentation/filesystems/caching/
Dcachefiles.txt97 The defaults are 7% (run), 5% (cull) and 1% (stop) respectively.