Searched refs:cancelling (Results 1 – 4 of 4) sorted by relevance
69 /* Handle cancelling any pending vblank work items and drop respective vblank122 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()
44 * @cancelling: The number of drm_vblank_work_cancel_sync() calls that48 int cancelling; member
1109 * 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()
2311 backing xfile before committing or cancelling the transaction.