Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_vblank_work.c69 /* Handle cancelling any pending vblank work items and drop respective vblank
122 if (work->cancelling) in drm_vblank_work_schedule()
200 work->cancelling++; in drm_vblank_work_cancel_sync()
209 work->cancelling--; in drm_vblank_work_cancel_sync()
/linux/include/drm/
H A Ddrm_vblank_work.h44 * @cancelling: The number of drm_vblank_work_cancel_sync() calls that
48 int cancelling; member
/linux/kernel/bpf/
H A Dhelpers.c1109 * ops->map_release_uref callback is responsible for cancelling the timers,
1118 atomic_t cancelling; member
1289 atomic_set(&t->cancelling, 0); in __bpf_async_init()
1499 atomic_inc(&t->cancelling); in BPF_CALL_1()
1503 if (atomic_read(&cur_t->cancelling)) { in BPF_CALL_1()
1504 /* We're cancelling timer t, while some other timer callback is in BPF_CALL_1()
1509 * cancelling and waiting for it synchronously, since it might in BPF_CALL_1()
1524 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.