old_tail 293 fs/gfs2/log.c unsigned int old_tail = sdp->sd_log_tail; old_tail 294 fs/gfs2/log.c int wrap = (new_tail < old_tail); old_tail 300 fs/gfs2/log.c a = (old_tail <= tr->tr_first); old_tail 1433 mm/slub.c void *old_tail = *tail ? *tail : *head; old_tail 1464 mm/slub.c } while (object != old_tail); old_tail 35 net/decnet/netfilter/dn_rtmsg.c sk_buff_data_t old_tail; old_tail 47 net/decnet/netfilter/dn_rtmsg.c old_tail = skb->tail; old_tail 58 net/decnet/netfilter/dn_rtmsg.c nlh->nlmsg_len = skb->tail - old_tail; old_tail 457 net/netfilter/nfnetlink_log.c sk_buff_data_t old_tail = inst->skb->tail; old_tail 653 net/netfilter/nfnetlink_log.c nlh->nlmsg_len = inst->skb->tail - old_tail; old_tail 421 tools/perf/util/auxtrace.h u64 old_tail; old_tail 430 tools/perf/util/auxtrace.h old_tail = __sync_val_compare_and_swap(&pc->aux_tail, 0, 0); old_tail 431 tools/perf/util/auxtrace.h } while (!__sync_bool_compare_and_swap(&pc->aux_tail, old_tail, tail)); old_tail 795 tools/perf/util/callchain.c struct list_head *old_tail; old_tail 804 tools/perf/util/callchain.c old_tail = parent->val.prev; old_tail 805 tools/perf/util/callchain.c list_del_range(&to_split->list, old_tail); old_tail 807 tools/perf/util/callchain.c new->val.prev = old_tail; old_tail 809 tools/perf/util/callchain.c old_tail->next = &new->val;