Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Din_pcb.c2839 UInt32 newwant; in in_pcb_checkstate() local
2869 newwant = 0xffff; in in_pcb_checkstate()
2872 OSCompareAndSwap(origwant, newwant, wantcnt); in in_pcb_checkstate()
2888 newwant = origwant + 1; in in_pcb_checkstate()
2889 } while (!OSCompareAndSwap(origwant, newwant, wantcnt)); in in_pcb_checkstate()
2915 newwant = origwant - 1; in in_pcb_checkstate()
2916 } while (!OSCompareAndSwap(origwant, newwant, wantcnt)); in in_pcb_checkstate()