Searched refs:arm_act_context (Results 1 – 1 of 1) sorted by relevance
2548 struct arm_act_context { struct2562 struct arm_act_context *ic; argument2567 ic = kalloc_type(struct arm_act_context, Z_WAITOK);2568 if (ic == (struct arm_act_context *) NULL) {2575 kfree_type(struct arm_act_context, ic);2594 kfree_type(struct arm_act_context, ic);2608 struct arm_act_context *ic;2612 ic = (struct arm_act_context *) ctx;2613 if (ic == (struct arm_act_context *) NULL) {2639 kfree_type(struct arm_act_context, ic);[all …]