Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Din_pcb.c2998 UInt32 newwant; in in_pcb_checkstate() local
3028 newwant = 0xffff; in in_pcb_checkstate()
3031 OSCompareAndSwap(origwant, newwant, wantcnt); in in_pcb_checkstate()
3047 newwant = origwant + 1; in in_pcb_checkstate()
3048 } while (!OSCompareAndSwap(origwant, newwant, wantcnt)); in in_pcb_checkstate()
3074 newwant = origwant - 1; in in_pcb_checkstate()
3075 } while (!OSCompareAndSwap(origwant, newwant, wantcnt)); in in_pcb_checkstate()