Searched defs:ts_jiffies (Results 1 - 3 of 3) sorted by relevance

/drivers/uwb/
H A Dbeacon.c258 * @ts_jiffies: Timestamp (in jiffies) when the beacon was received
264 unsigned long ts_jiffies)
272 bce->ts_jiffies = ts_jiffies;
290 expires = bce->ts_jiffies + msecs_to_jiffies(beacon_timeout_ms);
429 bce = __uwb_beca_add(rc, be, bf, evt->ts_jiffies);
441 last_ts = bce->ts_jiffies;
444 bce->ts_jiffies = evt->ts_jiffies;
261 __uwb_beca_add(struct uwb_rc *rc, struct uwb_rc_evt_beacon *be, struct uwb_beacon_frame *bf, unsigned long ts_jiffies) argument
H A Duwb-internal.h216 * @ts_jiffies: Timestamp, when was it received
222 unsigned long ts_jiffies; member in struct:uwb_event
282 unsigned long ts_jiffies; member in struct:uwb_beca_e
/drivers/misc/sgi-xp/
H A Dxpc.h83 * Note: Until 'ts_jiffies' is set non-zero, the partition XPC code has not been
93 unsigned long ts_jiffies; /* timestamp when rsvd pg was setup by XPC */ member in struct:xpc_rsvd_page

Completed in 78 milliseconds