Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/misc/sgi-xp/
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()
Dxpc.h89 unsigned long ts_jiffies; /* timestamp when rsvd pg was setup by XPC */ member
Dxpc_uv.c690 msg_hdr->rp_ts_jiffies = xpc_rsvd_page->ts_jiffies; in xpc_send_activate_IRQ_uv()
905 part->remote_rp_ts_jiffies = remote_rp->ts_jiffies; in xpc_request_partition_activation_uv()
/linux-6.6.21/drivers/hwtracing/stm/
Dp_sys-t.c87 unsigned long ts_jiffies; member
241 time_after(jiffies, op->ts_jiffies + op->node.ts_interval)) { in sys_t_need_ts()
242 op->ts_jiffies = jiffies; in sys_t_need_ts()