Searched refs:dtime (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/kernel/ |
D | tsacct.c | 127 cputime_t time, dtime; in __acct_update_integrals() local 134 dtime = time - tsk->acct_timexpd; in __acct_update_integrals() 135 jiffies_to_timeval(cputime_to_jiffies(dtime), &value); in __acct_update_integrals()
|
/linux-4.4.14/net/sched/ |
D | sch_pie.c | 274 u32 dtime = now - q->vars.dq_tstamp; in pie_process_dequeue() local 277 if (dtime == 0) in pie_process_dequeue() 280 count = count / dtime; in pie_process_dequeue() 302 if (q->vars.burst_time > dtime) in pie_process_dequeue() 303 q->vars.burst_time -= dtime; in pie_process_dequeue()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-sli-defs.h | 533 uint64_t dtime:2; member 593 uint64_t dtime:2; 629 uint64_t dtime:2; member 689 uint64_t dtime:2; 723 uint64_t dtime:2; member 765 uint64_t dtime:2; 801 uint64_t dtime:2; member 843 uint64_t dtime:2; 885 uint64_t dtime:2; member 947 uint64_t dtime:2; [all …]
|
/linux-4.4.14/drivers/net/wireless/p54/ |
D | txrx.c | 516 unsigned int i, rssi, tx, cca, dtime, dtotal, dcca, dtx, drssi, unit; in p54_rx_stats() local 538 dtime = tsf32 - priv->survey_raw.timestamp; in p54_rx_stats() 560 if (dtotal && (priv->update_stats || dtime >= USEC_PER_SEC) && in p54_rx_stats() 561 dtime >= dtotal) { in p54_rx_stats() 564 unit = dtime / dtotal; in p54_rx_stats()
|
/linux-4.4.14/include/net/ |
D | inetpeer.h | 62 __u32 dtime; /* the time of last use of not referenced entries */ member
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | pinger.c | 108 int dtime = max_t(int, CONNECTION_SWITCH_MIN, in ptlrpc_update_next_ping() local 111 time = min(time, dtime); in ptlrpc_update_next_ping()
|
/linux-4.4.14/fs/ext4/ |
D | ialloc.c | 701 unsigned long dtime, now; in recently_deleted() local 720 dtime = le32_to_cpu(raw_inode->i_dtime); in recently_deleted() 725 if (dtime && (dtime < now) && (now < dtime + recentcy)) in recently_deleted()
|
/linux-4.4.14/net/ipv4/ |
D | inetpeer.c | 387 delta = (__u32)jiffies - p->dtime; in inet_peer_gc() 469 p->dtime = (__u32)jiffies; in inet_putpeer()
|
/linux-4.4.14/fs/gfs2/ |
D | glock.c | 1653 unsigned long long dtime; in gfs2_dump_glock() local 1657 dtime = jiffies - gl->gl_demote_time; in gfs2_dump_glock() 1658 dtime *= 1000000/HZ; /* demote time in uSec */ in gfs2_dump_glock() 1660 dtime = 0; in gfs2_dump_glock() 1667 state2str(gl->gl_demote_state), dtime, in gfs2_dump_glock()
|