Lines Matching refs:nobusy
160 bool nobusy) in task_storage_delete() argument
168 if (!nobusy) in task_storage_delete()
209 u64 flags, gfp_t gfp_flags, bool nobusy) in __bpf_task_storage_get() argument
213 sdata = task_storage_lookup(task, map, nobusy); in __bpf_task_storage_get()
219 (flags & BPF_LOCAL_STORAGE_GET_F_CREATE) && nobusy) { in __bpf_task_storage_get()
233 bool nobusy; in BPF_CALL_5() local
240 nobusy = bpf_task_storage_trylock(); in BPF_CALL_5()
242 gfp_flags, nobusy); in BPF_CALL_5()
243 if (nobusy) in BPF_CALL_5()
268 bool nobusy; in BPF_CALL_2() local
275 nobusy = bpf_task_storage_trylock(); in BPF_CALL_2()
280 ret = task_storage_delete(task, map, nobusy); in BPF_CALL_2()
281 if (nobusy) in BPF_CALL_2()