Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Din_pcb.c2961 UInt32 newwant; in in_pcb_checkstate() local
2991 newwant = 0xffff; in in_pcb_checkstate()
2994 OSCompareAndSwap(origwant, newwant, wantcnt); in in_pcb_checkstate()
3010 newwant = origwant + 1; in in_pcb_checkstate()
3011 } while (!OSCompareAndSwap(origwant, newwant, wantcnt)); in in_pcb_checkstate()
3037 newwant = origwant - 1; in in_pcb_checkstate()
3038 } while (!OSCompareAndSwap(origwant, newwant, wantcnt)); in in_pcb_checkstate()