Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/uwb/
Dbeacon.c253 unsigned long ts_jiffies) in __uwb_beca_add() argument
261 bce->ts_jiffies = ts_jiffies; in __uwb_beca_add()
279 expires = bce->ts_jiffies + msecs_to_jiffies(beacon_timeout_ms); in uwb_beca_purge()
417 bce = __uwb_beca_add(rc, be, bf, evt->ts_jiffies); in uwbd_evt_handle_rc_beacon()
430 bce->ts_jiffies = evt->ts_jiffies; in uwbd_evt_handle_rc_beacon()
Duwb-internal.h211 unsigned long ts_jiffies; member
271 unsigned long ts_jiffies; member
Dreset.c345 evt->ts_jiffies = jiffies; in uwb_rc_reset_all()
Dneh.c384 uwb_evt->ts_jiffies = jiffies; in uwb_rc_notif()
/Linux-v5.4/drivers/misc/sgi-xp/
Dxpc_partition.c188 if (new_ts_jiffies == 0 || new_ts_jiffies == rp->ts_jiffies) in xpc_setup_rsvd_page()
190 rp->ts_jiffies = new_ts_jiffies; in xpc_setup_rsvd_page()
200 xpc_rsvd_page->ts_jiffies = 0; in xpc_teardown_rsvd_page()
238 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-v5.4/drivers/hwtracing/stm/
Dp_sys-t.c87 unsigned long ts_jiffies; member
241 time_after(op->ts_jiffies + op->node.ts_interval, jiffies)) { in sys_t_need_ts()
242 op->ts_jiffies = jiffies; in sys_t_need_ts()