Searched refs:new_tail (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dldc.c223 unsigned long *new_tail)
232 *new_tail = t;
254 unsigned long limit, tail, new_tail, diff; local
259 new_tail = tx_advance(lp, tail);
260 if (new_tail == limit)
263 if (limit > new_tail)
264 diff = limit - new_tail;
267 ((lp->tx_num_entries * LDC_PACKET_SIZE) - new_tail));
278 unsigned long *new_tail)
288 *new_tail
222 handshake_get_tx_packet(struct ldc_channel *lp, unsigned long *new_tail) argument
277 data_get_tx_packet(struct ldc_channel *lp, unsigned long *new_tail) argument
342 send_tx_packet(struct ldc_channel *lp, struct ldc_packet *p, unsigned long new_tail) argument
351 handshake_compose_ctrl(struct ldc_channel *lp, u8 stype, u8 ctrl, void *data, int dlen, unsigned long *new_tail) argument
373 unsigned long new_tail; local
396 unsigned long new_tail; local
416 unsigned long new_tail; local
432 unsigned long new_tail; local
452 unsigned long new_tail; local
471 unsigned long new_tail; local
491 unsigned long new_tail; local
630 unsigned long new_tail; local
1396 unsigned long new_tail; local
1604 unsigned long new_tail; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/sysklogd/
H A Dsyslogd.c233 int old_tail, new_tail; local
248 new_tail = old_tail + len;
249 if (new_tail < G.shbuf->size) {
252 G.shbuf->tail = new_tail;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dlog.c243 static void ail2_empty(struct gfs2_sbd *sdp, unsigned int new_tail) argument
247 int wrap = (new_tail < old_tail);
254 b = (ai->ai_first < new_tail);
542 static void log_pull_tail(struct gfs2_sbd *sdp, unsigned int new_tail) argument
544 unsigned int dist = log_distance(sdp, new_tail, sdp->sd_log_tail);
546 ail2_empty(sdp, new_tail);
553 sdp->sd_log_tail = new_tail;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dhe.c1902 struct he_rbp *new_tail; local
1913 new_tail = (struct he_rbp *) ((unsigned long)he_dev->rbpl_base |
1917 if (new_tail == rbpl_head)
1935 new_tail->idx = i << RBP_IDX_OFFSET;
1936 new_tail->phys = mapping + offsetof(struct he_buff, data);
1938 he_dev->rbpl_tail = new_tail;
2074 struct he_tpdrq *new_tail; local
2079 /* new_tail = he_dev->tpdrq_tail; */
2080 new_tail = (struct he_tpdrq *) ((unsigned long) he_dev->tpdrq_base |
2090 if (new_tail
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dn2_core.c194 unsigned long hv_ret, new_tail; local
196 new_tail = spu_next_offset(q, last - q->q);
198 hv_ret = sun4v_ncs_settail(q->qhandle, new_tail);
200 q->tail = new_tail;

Completed in 282 milliseconds