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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dlog.c234 static void ail2_empty(struct gfs2_sbd *sdp, unsigned int new_tail) argument
238 int wrap = (new_tail < old_tail);
245 b = (ai->ai_first < new_tail);
450 static void log_pull_tail(struct gfs2_sbd *sdp, unsigned int new_tail, int pull) argument
452 unsigned int dist = log_distance(sdp, new_tail, sdp->sd_log_tail);
454 ail2_empty(sdp, new_tail);
461 sdp->sd_log_tail = new_tail;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/oprofile/
H A Dbuffer_sync.c418 unsigned long new_tail = b->tail_pos + 1; local
422 if (new_tail < b->buffer_size)
423 b->tail_pos = new_tail;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dhe.c2263 struct he_tpdrq *new_tail; local
2268 /* new_tail = he_dev->tpdrq_tail; */
2269 new_tail = (struct he_tpdrq *) ((unsigned long) he_dev->tpdrq_base |
2279 if (new_tail == he_dev->tpdrq_head) {
2284 if (new_tail == he_dev->tpdrq_head) {
2322 he_dev->tpdrq_tail = new_tail;

Completed in 103 milliseconds