Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/kern/
H A Dtest_lock.c381 struct smr_call_ctx { struct
389 struct smr_call_ctx *cctx; in smr_sleepable_stress_cb() argument
391 cctx = __container_of(node, struct smr_call_ctx, node); in smr_sleepable_stress_cb()
394 kfree_type(struct smr_call_ctx, cctx); in smr_sleepable_stress_cb()
400 struct smr_call_ctx *cctx; in smr_sleepable_stress_make_call()
402 cctx = kalloc_type(struct smr_call_ctx, Z_WAITOK); in smr_sleepable_stress_make_call()