Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_vblank_work.h48 int cancelling; member
/linux/kernel/bpf/
H A Dhelpers.c1162 atomic_t cancelling; member
1350 atomic_set(&t->cancelling, 0); in __bpf_async_init()
1594 atomic_inc(&t->cancelling); in BPF_CALL_1()
1598 if (atomic_read(&cur_t->cancelling)) { in BPF_CALL_1()
1607 atomic_dec(&t->cancelling); in BPF_CALL_1()
1617 atomic_dec(&t->cancelling); in BPF_CALL_1()