Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A 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
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()
[all …]