Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netkey/
H A Dkey.c6252 struct secacq *acq, *nextacq; in key_timehandler() local
6254 for (acq = LIST_FIRST(&acqtree); in key_timehandler()
6255 acq != NULL; in key_timehandler()
6256 acq = nextacq) { in key_timehandler()
6258 nextacq = LIST_NEXT(acq, chain); in key_timehandler()
6260 if (current_time_ns - acq->created > blockacq_lifetime in key_timehandler()
6261 && __LIST_CHAINED(acq)) { in key_timehandler()
6262 LIST_REMOVE(acq, chain); in key_timehandler()
6263 kfree_type(struct secacq, acq); in key_timehandler()
6271 struct secspacq *acq, *nextacq; in key_timehandler() local
[all …]
/xnu-12377.61.12/san/memory/
H A Dubsan.c296 uint32_t acq = line | line_acquired; in ubsan_loc_acquire() local
297 return atomic_compare_exchange_strong((_Atomic uint32_t *)&loc->line, &line, acq); in ubsan_loc_acquire()
/xnu-12377.61.12/doc/primitives/
H A Datomics.md30 by C11 as relaxed, consume, acquire, release, acq\_rel and seq\_cst.
402 (release, acq\_rel or seq\_cst),