Searched refs:arm_act_context (Results 1 – 1 of 1) sorted by relevance
2546 struct arm_act_context { struct2560 struct arm_act_context *ic; argument2565 ic = kalloc_type(struct arm_act_context, Z_WAITOK);2566 if (ic == (struct arm_act_context *) NULL) {2573 kfree_type(struct arm_act_context, ic);2592 kfree_type(struct arm_act_context, ic);2606 struct arm_act_context *ic;2610 ic = (struct arm_act_context *) ctx;2611 if (ic == (struct arm_act_context *) NULL) {2637 kfree_type(struct arm_act_context, ic);[all …]