Home
last modified time | relevance | path

Searched refs:nobusy (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/kernel/bpf/
Dbpf_task_storage.c160 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
[all …]