Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/netinet/
H A Din_pcb.c3015 UInt32 newwant; in in_pcb_checkstate() local
3045 newwant = 0xffff; in in_pcb_checkstate()
3048 OSCompareAndSwap(origwant, newwant, wantcnt); in in_pcb_checkstate()
3064 newwant = origwant + 1; in in_pcb_checkstate()
3065 } while (!OSCompareAndSwap(origwant, newwant, wantcnt)); in in_pcb_checkstate()
3091 newwant = origwant - 1; in in_pcb_checkstate()
3092 } while (!OSCompareAndSwap(origwant, newwant, wantcnt)); in in_pcb_checkstate()