Home
last modified time | relevance | path

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

/linux/drivers/misc/sgi-xp/
H A Dxpc_partition.c189 if (new_ts_jiffies == 0 || new_ts_jiffies == rp->ts_jiffies) in xpc_setup_rsvd_page()
191 rp->ts_jiffies = new_ts_jiffies; in xpc_setup_rsvd_page()
201 xpc_rsvd_page->ts_jiffies = 0; in xpc_teardown_rsvd_page()
239 if (remote_rp->ts_jiffies == 0) in xpc_get_remote_rp()
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
H A Dxpc_uv.c372 * ??? Do we deal here with ts_jiffies being different in xpc_handle_activate_mq_msg_uv()
619 msg_hdr->rp_ts_jiffies = xpc_rsvd_page->ts_jiffies; in xpc_send_activate_IRQ_uv()
820 part->remote_rp_ts_jiffies = remote_rp->ts_jiffies; in xpc_request_partition_activation_uv()
/linux/drivers/hwtracing/stm/
H A Dp_sys-t.c115 unsigned long ts_jiffies; member
269 time_after(jiffies, op->ts_jiffies + op->node.ts_interval)) { in sys_t_need_ts()
270 op->ts_jiffies = jiffies; in sys_t_need_ts()