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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/uwb/
H A Dbeacon.c207 * @ts_jiffies: Timestamp (in jiffies) when the beacon was received
213 unsigned long ts_jiffies)
221 bce->ts_jiffies = ts_jiffies;
239 expires = bce->ts_jiffies + msecs_to_jiffies(beacon_timeout_ms);
375 bce = __uwb_beca_add(rc, be, bf, evt->ts_jiffies);
387 last_ts = bce->ts_jiffies;
390 bce->ts_jiffies = evt->ts_jiffies;
210 __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.h217 * @ts_jiffies: Timestamp, when was it received
223 unsigned long ts_jiffies; member in struct:uwb_event
283 unsigned long ts_jiffies; member in struct:uwb_beca_e
H A Dreset.c328 evt->ts_jiffies = jiffies;
H A Dneh.c398 uwb_evt->ts_jiffies = jiffies;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/uwb/
H A Dbeacon.c207 * @ts_jiffies: Timestamp (in jiffies) when the beacon was received
213 unsigned long ts_jiffies)
221 bce->ts_jiffies = ts_jiffies;
239 expires = bce->ts_jiffies + msecs_to_jiffies(beacon_timeout_ms);
375 bce = __uwb_beca_add(rc, be, bf, evt->ts_jiffies);
387 last_ts = bce->ts_jiffies;
390 bce->ts_jiffies = evt->ts_jiffies;
210 __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.h217 * @ts_jiffies: Timestamp, when was it received
223 unsigned long ts_jiffies; member in struct:uwb_event
283 unsigned long ts_jiffies; member in struct:uwb_beca_e
H A Dreset.c328 evt->ts_jiffies = jiffies;
H A Dneh.c398 uwb_evt->ts_jiffies = jiffies;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/misc/sgi-xp/
H A Dxpc_partition.c193 if (new_ts_jiffies == 0 || new_ts_jiffies == rp->ts_jiffies)
195 rp->ts_jiffies = new_ts_jiffies;
205 xpc_rsvd_page->ts_jiffies = 0;
243 if (remote_rp->ts_jiffies == 0)
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
H A Dxpc_uv.c438 * ??? Do we deal here with ts_jiffies being different
684 msg_hdr->rp_ts_jiffies = xpc_rsvd_page->ts_jiffies;
899 part->remote_rp_ts_jiffies = remote_rp->ts_jiffies;
H A Dxpc_sn2.c1012 remote_rp_ts_jiffies = remote_rp->ts_jiffies;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc_partition.c193 if (new_ts_jiffies == 0 || new_ts_jiffies == rp->ts_jiffies)
195 rp->ts_jiffies = new_ts_jiffies;
205 xpc_rsvd_page->ts_jiffies = 0;
243 if (remote_rp->ts_jiffies == 0)
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
H A Dxpc_uv.c438 * ??? Do we deal here with ts_jiffies being different
684 msg_hdr->rp_ts_jiffies = xpc_rsvd_page->ts_jiffies;
899 part->remote_rp_ts_jiffies = remote_rp->ts_jiffies;
H A Dxpc_sn2.c1012 remote_rp_ts_jiffies = remote_rp->ts_jiffies;

Completed in 102 milliseconds