Home
last modified time | relevance | path

Searched refs:newwant (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Din_pcb.c2833 UInt32 newwant; in in_pcb_checkstate() local
2863 newwant = 0xffff; in in_pcb_checkstate()
2866 OSCompareAndSwap(origwant, newwant, wantcnt); in in_pcb_checkstate()
2882 newwant = origwant + 1; in in_pcb_checkstate()
2883 } while (!OSCompareAndSwap(origwant, newwant, wantcnt)); in in_pcb_checkstate()
2909 newwant = origwant - 1; in in_pcb_checkstate()
2910 } while (!OSCompareAndSwap(origwant, newwant, wantcnt)); in in_pcb_checkstate()