Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmballoc.c2305 unsigned int nr = 0, prefetch_ios = 0; in ext4_mb_regular_allocator() local
2394 prefetch_ios < sbi->s_mb_prefetch_limit)) { in ext4_mb_regular_allocator()
2395 unsigned int curr_ios = prefetch_ios; in ext4_mb_regular_allocator()
2404 nr, &prefetch_ios); in ext4_mb_regular_allocator()
2405 if (prefetch_ios == curr_ios) in ext4_mb_regular_allocator()
H A Dsuper.c3447 unsigned int prefetch_ios = 0; in ext4_run_li_request() local
3453 EXT4_SB(sb)->s_mb_prefetch, &prefetch_ios); in ext4_run_li_request()
3454 if (prefetch_ios) in ext4_run_li_request()
3456 prefetch_ios); in ext4_run_li_request()
3458 prefetch_ios); in ext4_run_li_request()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dext4.h2774 ext4_group_t next, unsigned int prefetch_ios),
2776 TP_ARGS(sb, group, next, prefetch_ios),
2789 __entry->ios = prefetch_ios;