Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Din_pcb.c2916 UInt32 newwant; in in_pcb_checkstate() local
2946 newwant = 0xffff; in in_pcb_checkstate()
2949 OSCompareAndSwap(origwant, newwant, wantcnt); in in_pcb_checkstate()
2965 newwant = origwant + 1; in in_pcb_checkstate()
2966 } while (!OSCompareAndSwap(origwant, newwant, wantcnt)); in in_pcb_checkstate()
2992 newwant = origwant - 1; in in_pcb_checkstate()
2993 } while (!OSCompareAndSwap(origwant, newwant, wantcnt)); in in_pcb_checkstate()