Home
last modified time | relevance | path

Searched refs:local_stat (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/package/make/
H A D0001-glob-Do-not-assume-glibc-glob-internals.patch11 * dir.c (local_lstat): New function, like local_stat.
25 @@ -1299,15 +1299,40 @@ local_stat (const char *path, struct stat *buf)
44 +# define local_lstat local_stat
62 gl->gl_stat = local_stat;
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/make/make/
H A D0001-src-dir.c-fix-buffer-overflow-warning.patch25 @@ -1289,10 +1289,10 @@ local_stat (const char *path, struct stat *buf)
/OK3568_Linux_fs/kernel/block/
H A Dblk-iocost.c538 struct iocg_stat local_stat; member
1328 iocg->local_stat.indelay_us += now->now - iocg->indelay_since; in iocg_kick_delay()
1376 iocg->local_stat.indebt_us += now->now - iocg->indebt_since; in iocg_pay_debt()
1470 iocg->local_stat.wait_us += now->now - iocg->wait_since; in iocg_kick_waitq()
1618 iocg->local_stat.usage_us += iocg->usage_delta_us; in iocg_flush_stat_one()
1622 iocg->local_stat.usage_us + iocg->desc_stat.usage_us; in iocg_flush_stat_one()
1624 iocg->local_stat.wait_us + iocg->desc_stat.wait_us; in iocg_flush_stat_one()
1626 iocg->local_stat.indebt_us + iocg->desc_stat.indebt_us; in iocg_flush_stat_one()
1628 iocg->local_stat.indelay_us + iocg->desc_stat.indelay_us; in iocg_flush_stat_one()
2128 iocg->local_stat.wait_us += now.now - iocg->wait_since; in ioc_timer_fn()
[all …]
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dfair.c8328 struct sg_lb_stats local_stat; /* Statistics of the local group */ member
8747 sds->local_stat.group_type != group_has_spare)) in update_sd_pick_busiest()
9192 struct sg_lb_stats *local = &sds->local_stat; in update_sd_lb_stats()
9291 local = &sds->local_stat; in calculate_imbalance()
9482 local = &sds.local_stat; in find_busiest_group()
/OK3568_Linux_fs/kernel/mm/
H A Dpage_alloc.c3498 enum numa_stat_item local_stat = NUMA_LOCAL; in zone_statistics() local
3505 local_stat = NUMA_OTHER; in zone_statistics()
3513 __inc_numa_state(z, local_stat); in zone_statistics()