Lines Matching refs:nobusy
161 bool nobusy) in task_storage_delete() argument
169 if (!nobusy) in task_storage_delete()
210 u64 flags, gfp_t gfp_flags, bool nobusy) in __bpf_task_storage_get() argument
214 sdata = task_storage_lookup(task, map, nobusy); in __bpf_task_storage_get()
220 (flags & BPF_LOCAL_STORAGE_GET_F_CREATE) && nobusy) { in __bpf_task_storage_get()
234 bool nobusy; in BPF_CALL_5() local
241 nobusy = bpf_task_storage_trylock(); in BPF_CALL_5()
243 gfp_flags, nobusy); in BPF_CALL_5()
244 if (nobusy) in BPF_CALL_5()
269 bool nobusy; in BPF_CALL_2() local
276 nobusy = bpf_task_storage_trylock(); in BPF_CALL_2()
281 ret = task_storage_delete(task, map, nobusy); in BPF_CALL_2()
282 if (nobusy) in BPF_CALL_2()