Searched refs:arm_act_context (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm/
H A Dstatus.c400 struct arm_act_context { struct
416 struct arm_act_context *ic;
418 ic = (struct arm_act_context *)kalloc(sizeof(struct arm_act_context));
420 if (ic == (struct arm_act_context *)NULL)
425 kfree(ic, sizeof(struct arm_act_context));
431 kfree(ic, sizeof(struct arm_act_context));
448 struct arm_act_context *ic;
453 ic = (struct arm_act_context *)ctx;
458 kfree(ic, sizeof(struct arm_act_context));
[all...]

Completed in 19 milliseconds