Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_vblank_work.c120 if (work->cancelling) in drm_vblank_work_schedule()
198 work->cancelling++; in drm_vblank_work_cancel_sync()
207 work->cancelling--; in drm_vblank_work_cancel_sync()
/linux/drivers/misc/echo/
H A DKconfig5 This driver provides line echo cancelling support for mISDN and
/linux/include/drm/
H A Ddrm_vblank_work.h48 int cancelling; member
/linux/kernel/bpf/
H A Dhelpers.c1114 atomic_t cancelling; member
1285 atomic_set(&t->cancelling, 0); in __bpf_async_init()
1496 atomic_inc(&t->cancelling); in BPF_CALL_1()
1500 if (atomic_read(&cur_t->cancelling)) { in BPF_CALL_1()
1521 atomic_dec(&t->cancelling); in BPF_CALL_1()
/linux/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst2311 backing xfile before committing or cancelling the transaction.