[go: nahoru, domu]

Searched defs:tick (Results 1 - 13 of 13) sorted by relevance

/drivers/md/
H A Ddm-cache-policy.h187 * these the core target sends regular tick() calls to the policy.
188 * The policy should only count an entry as hit once per tick.
190 void (*tick)(struct dm_cache_policy *p); member in struct:dm_cache_policy
H A Ddm-cache-policy-mq.c230 unsigned tick; member in struct:entry
360 * avoid attributing multiple hits within the same tick.
363 * It's copied to tick at the start of the map function (within the
368 unsigned tick; member in struct:mq_policy
480 * Sets the tick which records when the entry was last moved about.
484 e->tick = mq->tick;
526 return mq->tick == e->tick;
718 new_e->tick
[all...]
H A Ddm-cache-target.c288 bool tick:1; member in struct:per_bio_data
637 pb->tick = false;
678 pb->tick = true;
2571 if (pb->tick) {
/drivers/net/wireless/ath/carl9170/
H A Dcmd.c173 unsigned int tick; local
181 tick = le32_to_cpu(tally.tick);
182 if (tick) {
183 ar->tally.active += le32_to_cpu(tally.active) / tick;
184 ar->tally.cca += le32_to_cpu(tally.cca) / tick;
185 ar->tally.tx_time += le32_to_cpu(tally.tx_time) / tick;
H A Dfwcmd.h304 __le32 tick; member in struct:carl9170_tally_rsp
/drivers/sbus/char/
H A Dbbc_envctrl.c169 static void analyze_ambient_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) argument
202 } else if ((tick & (8 - 1)) == 0) {
224 static void analyze_cpu_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) argument
257 } else if ((tick & (8 - 1)) == 0) {
/drivers/usb/host/
H A Dohci-q.c502 ed->tick = ohci_frame_no(ohci) + 1;
974 unsigned tick = ohci_frame_no(ohci); local
991 tick_before(tick, ed->tick)) {
H A Dohci.h68 /* HC may see EDs on rm_list until next frame (frame_no == tick) */
69 u16 tick; member in struct:ed
/drivers/staging/lustre/lustre/ptlrpc/
H A Dsec_bulk.c501 unsigned long tick = 0; local
523 if (tick == 0)
524 tick = cfs_time_current();
567 if (unlikely(tick != 0)) {
568 tick = cfs_time_current() - tick;
569 if (tick > page_pools.epp_st_max_wait)
570 page_pools.epp_st_max_wait = tick;
/drivers/staging/comedi/drivers/
H A Ds626.c1988 unsigned int chan, int tick)
2009 s626_preload(dev, chan, tick);
2034 int tick; local
2070 tick = s626_ns_to_timer(&cmd->scan_begin_arg, cmd->flags);
2073 s626_timer_load(dev, 5, tick);
2091 tick = s626_ns_to_timer(&cmd->convert_arg, cmd->flags);
2094 s626_timer_load(dev, 4, tick);
1987 s626_timer_load(struct comedi_device *dev, unsigned int chan, int tick) argument
/drivers/tty/
H A Dmoxa.c148 int tick; member in struct:mon_str
307 moxaLog.tick = jiffies;
H A Dmxser.c192 int tick; member in struct:mxser_log
/drivers/net/ethernet/broadcom/
H A Dtg3.c5402 unsigned int tick; local
5418 tick = 0;
5419 while (++tick < 195000) {

Completed in 224 milliseconds