Home
last modified time | relevance | path

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

/linux/net/core/
A Ddrop_monitor.c273 struct dm_hw_stat_delta *new_stat; in trace_napi_poll_hit() local
294 new_stat->last_rx = jiffies; in trace_napi_poll_hit()
1189 if (new_stat->dev == NULL) { in net_dm_trace_off_set()
1190 list_del_rcu(&new_stat->list); in net_dm_trace_off_set()
1191 kfree_rcu(new_stat, rcu); in net_dm_trace_off_set()
1562 if (!new_stat) in dropmon_net_event()
1565 new_stat->dev = dev; in dropmon_net_event()
1566 new_stat->last_rx = jiffies; in dropmon_net_event()
1574 if (new_stat->dev == dev) { in dropmon_net_event()
1575 new_stat->dev = NULL; in dropmon_net_event()
[all …]
/linux/tools/perf/util/
A Dnamespaces.c71 struct stat new_stat; in nsinfo__init() local
85 if (stat(newns, &new_stat) < 0) in nsinfo__init()
91 if (old_stat.st_ino != new_stat.st_ino) { in nsinfo__init()
/linux/drivers/gpio/
A Dgpio-pca953x.c729 DECLARE_BITMAP(new_stat, MAX_LINE); in pca953x_irq_pending()
745 bitmap_replace(new_stat, chip->irq_trig_fall, chip->irq_trig_raise, cur_stat, gc->ngpio); in pca953x_irq_pending()
747 bitmap_and(pending, new_stat, trigger, gc->ngpio); in pca953x_irq_pending()
761 bitmap_and(new_stat, cur_stat, reg_direction, gc->ngpio); in pca953x_irq_pending()
762 bitmap_xor(cur_stat, new_stat, old_stat, gc->ngpio); in pca953x_irq_pending()
768 bitmap_copy(chip->irq_stat, new_stat, gc->ngpio); in pca953x_irq_pending()
771 bitmap_and(old_stat, chip->irq_trig_raise, new_stat, gc->ngpio); in pca953x_irq_pending()
772 bitmap_or(new_stat, old_stat, cur_stat, gc->ngpio); in pca953x_irq_pending()
773 bitmap_and(pending, new_stat, trigger, gc->ngpio); in pca953x_irq_pending()
/linux/block/
A Dblk-iocost.c1648 struct iocg_stat new_stat; in iocg_flush_stat_one() local
1667 new_stat.usage_us = in iocg_flush_stat_one()
1669 new_stat.wait_us = in iocg_flush_stat_one()
1671 new_stat.indebt_us = in iocg_flush_stat_one()
1673 new_stat.indelay_us = in iocg_flush_stat_one()
1682 new_stat.usage_us - iocg->last_stat.usage_us; in iocg_flush_stat_one()
1684 new_stat.wait_us - iocg->last_stat.wait_us; in iocg_flush_stat_one()
1686 new_stat.indebt_us - iocg->last_stat.indebt_us; in iocg_flush_stat_one()
1688 new_stat.indelay_us - iocg->last_stat.indelay_us; in iocg_flush_stat_one()
1691 iocg->last_stat = new_stat; in iocg_flush_stat_one()

Completed in 23 milliseconds