Searched refs:local_stat (Results 1 – 5 of 5) sorted by relevance
11 * 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_stat62 gl->gl_stat = local_stat;
25 @@ -1289,10 +1289,10 @@ local_stat (const char *path, struct stat *buf)
538 struct iocg_stat local_stat; member1328 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 …]
8328 struct sg_lb_stats local_stat; /* Statistics of the local group */ member8747 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()
3498 enum numa_stat_item local_stat = NUMA_LOCAL; in zone_statistics() local3505 local_stat = NUMA_OTHER; in zone_statistics()3513 __inc_numa_state(z, local_stat); in zone_statistics()