Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/kern/
H A Dtest_lock.c370 struct smr_call_ctx { struct
378 struct smr_call_ctx *cctx; in smr_sleepable_stress_cb() argument
380 cctx = __container_of(node, struct smr_call_ctx, node); in smr_sleepable_stress_cb()
383 kfree_type(struct smr_call_ctx, cctx); in smr_sleepable_stress_cb()
389 struct smr_call_ctx *cctx; in smr_sleepable_stress_make_call()
391 cctx = kalloc_type(struct smr_call_ctx, Z_WAITOK); in smr_sleepable_stress_make_call()