Searched refs:nobusy (Results 1 – 1 of 1) sorted by relevance
160 bool nobusy) in task_storage_delete() argument168 if (!nobusy) in task_storage_delete()209 u64 flags, gfp_t gfp_flags, bool nobusy) in __bpf_task_storage_get() argument213 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() local240 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[all …]