Searched refs:ts_jiffies (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/misc/sgi-xp/
H A Dxpc_partition.c189 if (new_ts_jiffies == 0 || new_ts_jiffies == rp->ts_jiffies)
191 rp->ts_jiffies = new_ts_jiffies;
201 xpc_rsvd_page->ts_jiffies = 0;
239 if (remote_rp->ts_jiffies == 0)
H A Dxpc.h79 * Note: Until 'ts_jiffies' is set non-zero, the partition XPC code has not been
89 unsigned long ts_jiffies; /* timestamp when rsvd pg was setup by XPC */ member in struct:xpc_rsvd_page
H A Dxpc_uv.c372 * ??? Do we deal here with ts_jiffies being different
619 msg_hdr->rp_ts_jiffies = xpc_rsvd_page->ts_jiffies;
820 part->remote_rp_ts_jiffies = remote_rp->ts_jiffies;
/linux-master/drivers/hwtracing/stm/
H A Dp_sys-t.c87 unsigned long ts_jiffies; member in struct:sys_t_output
241 time_after(jiffies, op->ts_jiffies + op->node.ts_interval)) {
242 op->ts_jiffies = jiffies;

Completed in 122 milliseconds