Lines Matching refs:v_activities
119 voucher->v_activities = activities; in _voucher_alloc()
332 if (!voucher->v_has_priority && !voucher->v_activities && in _voucher_get_mach_voucher()
374 if (voucher && (voucher->v_has_priority || voucher->v_activities || in _voucher_create_mach_voucher_with_priority()
508 unsigned int activities = ov ? ov->v_activities : 0; in _voucher_create_with_priority_and_mach_voucher()
577 unsigned int activities = ov->v_activities; in _voucher_create_without_importance()
696 voucher->v_activities = 0; in _voucher_dispose()
2289 if (!(flags & voucher_activity_flag_force) && ov && ov->v_activities) { in voucher_activity_start_with_location()
2290 oactivities = ov->v_activities; in voucher_activity_start_with_location()
2370 unsigned int activities = v->v_activities, act_idx = activities; in voucher_activity_end()
2421 unsigned int activities = v->v_activities; in voucher_get_activities()
2423 *count = v->v_activities; in voucher_get_activities()
2567 if (v->v_activities) { in _voucher_debug()
2571 for (i = 0; i < v->v_activities; i++) { in _voucher_debug()