Searched refs:nr_to_scan (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | shrinker.h | 23 unsigned long nr_to_scan; member
|
D | list_lru.h | 196 &sc->nr_to_scan); in list_lru_shrink_walk() 204 &sc->nr_to_scan); in list_lru_shrink_walk_irq()
|
D | ion.h | 69 int (*shrink)(struct ion_heap *heap, gfp_t gfp_mask, int nr_to_scan);
|
/include/trace/events/ |
D | ext4.h | 2422 TP_PROTO(struct super_block *sb, int nr_to_scan, int cache_cnt), 2424 TP_ARGS(sb, nr_to_scan, cache_cnt), 2428 __field( int, nr_to_scan ) 2434 __entry->nr_to_scan = nr_to_scan; 2440 __entry->nr_to_scan, __entry->cache_cnt) 2444 TP_PROTO(struct super_block *sb, int nr_to_scan, int cache_cnt), 2446 TP_ARGS(sb, nr_to_scan, cache_cnt) 2450 TP_PROTO(struct super_block *sb, int nr_to_scan, int cache_cnt), 2452 TP_ARGS(sb, nr_to_scan, cache_cnt)
|