Searched refs:lock_handle (Results 1 – 3 of 3) sorted by relevance
/device/google/marlin/power/ |
D | utils.c | 210 static int lock_handle = 0; in interaction() local 217 lock_handle = perf_lock_acq(lock_handle, duration, opt_list, num_args); in interaction() 218 if (lock_handle == -1) in interaction() 225 int interaction_with_handle(int lock_handle, int duration, int num_args, int opt_list[]) in interaction_with_handle() argument 233 lock_handle = perf_lock_acq(lock_handle, duration, opt_list, num_args); in interaction_with_handle() 234 if (lock_handle == -1) in interaction_with_handle() 238 return lock_handle; in interaction_with_handle() 243 void release_request(int lock_handle) { in release_request() argument 245 perf_lock_rel(lock_handle); in release_request() 262 int lock_handle = perf_lock_acq(0, 0, resource_values, in perform_hint_action() local [all …]
|
D | utils.h | 50 void release_request(int lock_handle); 51 int interaction_with_handle(int lock_handle, int duration, int num_args, int opt_list[]);
|
D | power-helper.c | 142 void release_request(int lock_handle);
|