Home
last modified time | relevance | path

Searched refs:cancelled (Results 1 – 25 of 41) sorted by relevance

12

/linux-6.15/drivers/xen/
H A Dmanage.c44 int cancelled; member
79 si->cancelled = HYPERVISOR_suspend(xen_pv_domain() in xen_suspend()
83 xen_arch_post_suspend(si->cancelled); in xen_suspend()
84 xen_manage_runstate_time(si->cancelled ? 1 : 0); in xen_suspend()
87 if (!si->cancelled) { in xen_suspend()
128 si.cancelled = 0; in do_suspend()
134 si.cancelled = 1; in do_suspend()
139 if (!si.cancelled) in do_suspend()
150 si.cancelled = 1; in do_suspend()
154 if (!si.cancelled) in do_suspend()
[all …]
/linux-6.15/fs/smb/client/
H A Dsmb2misc.c756 struct cifs_tcon *tcon = cancelled->tcon; in smb2_cancelled_close_fid()
759 if (cancelled->mid) in smb2_cancelled_close_fid()
761 cancelled->mid); in smb2_cancelled_close_fid()
766 cancelled->fid.volatile_fid); in smb2_cancelled_close_fid()
771 kfree(cancelled); in smb2_cancelled_close_fid()
786 struct close_cancelled_open *cancelled; in __smb2_handle_cancelled_cmd() local
788 cancelled = kzalloc(sizeof(*cancelled), GFP_KERNEL); in __smb2_handle_cancelled_cmd()
789 if (!cancelled) in __smb2_handle_cancelled_cmd()
794 cancelled->tcon = tcon; in __smb2_handle_cancelled_cmd()
795 cancelled->cmd = cmd; in __smb2_handle_cancelled_cmd()
[all …]
/linux-6.15/arch/x86/xen/
H A Dsuspend.c29 void xen_arch_post_suspend(int cancelled) in xen_arch_post_suspend() argument
32 xen_pv_post_suspend(cancelled); in xen_arch_post_suspend()
34 xen_hvm_post_suspend(cancelled); in xen_arch_post_suspend()
/linux-6.15/drivers/misc/ibmasm/
H A Devent.c84 reader->cancelled = 0; in ibmasm_get_next_event()
87 event_available(buffer, reader) || reader->cancelled)) in ibmasm_get_next_event()
112 reader->cancelled = 1; in ibmasm_cancel_next_event()
H A Dibmasm.h121 int cancelled; member
/linux-6.15/include/net/9p/
H A Dtransport.h53 int (*cancelled)(struct p9_client *client, struct p9_req_t *req); member
/linux-6.15/drivers/gpu/host1x/
H A Dcdma.c324 !job->cancelled) { in update_cdma_locked()
442 failed_job->cancelled = true; in host1x_cdma_update_sync_queue()
480 job->cancelled = true; in host1x_cdma_update_sync_queue()
/linux-6.15/drivers/net/ipa/
H A Dgsi_trans.h54 bool cancelled; /* true if transaction was cancelled */ member
H A Dgsi_trans.c660 trans->cancelled = true; in gsi_channel_trans_cancel_pending()
/linux-6.15/fs/xfs/
H A Dxfs_buf_item_recover.c1018 goto cancelled; in xlog_recover_buf_commit_pass2()
1023 goto cancelled; in xlog_recover_buf_commit_pass2()
1139 cancelled: in xlog_recover_buf_commit_pass2()
/linux-6.15/fs/
H A Daio.c184 bool cancelled; member
1731 if (!READ_ONCE(req->cancelled)) in aio_poll_complete_work()
1743 if (!mask && !READ_ONCE(req->cancelled)) { in aio_poll_complete_work()
1775 WRITE_ONCE(req->cancelled, true); in aio_poll_cancel()
1853 WRITE_ONCE(req->cancelled, true); in aio_poll_wake()
1912 req->cancelled = false; in aio_poll()
1946 WRITE_ONCE(req->cancelled, true); in aio_poll()
/linux-6.15/net/9p/
H A Dtrans_fd.c1115 .cancelled = p9_fd_cancelled,
1129 .cancelled = p9_fd_cancelled,
1143 .cancelled = p9_fd_cancelled,
H A Dtrans_rdma.c757 .cancelled = rdma_cancelled,
H A Dtrans_virtio.c796 .cancelled = p9_virtio_cancelled,
/linux-6.15/Documentation/power/
H A Duserland-swsusp.rst171 _unless_ the whole suspend procedure is to be cancelled, in
174 its header. If the suspend is not to be cancelled, the
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-block-device38 - A previously set timeout can be cancelled and disk can resume
/linux-6.15/include/linux/
H A Dhost1x.h307 bool cancelled; member
/linux-6.15/Documentation/ABI/obsolete/
H A Dsysfs-driver-hid-roccat-konepure92 can be initiated/cancelled. Also lets one read/write sensor
H A Dsysfs-driver-hid-roccat-koneplus132 can be initiated/cancelled. Also lets one read/write sensor
/linux-6.15/fs/nfs/
H A Dunlink.c297 if (data->cancelled) { in nfs_async_rename_release()
H A Dnfs4_fs.h251 bool cancelled; member
H A Dnfs4proc.c2468 if (!data->cancelled) in nfs4_open_confirm_release()
2520 data->cancelled = true; in _nfs4_proc_open_confirm()
2638 if (!data->cancelled) in nfs4_open_release()
2686 data->cancelled = false; in nfs4_run_open_task()
2701 data->cancelled = true; in nfs4_run_open_task()
3206 if (!opendata->cancelled) { in _nfs4_open_and_get_state()
7306 int cancelled; member
7403 if (data->arg.new_lock && !data->cancelled) { in nfs4_lock_done()
7438 if (!data->cancelled) in nfs4_lock_done()
7448 if (data->cancelled && data->rpc_status == 0) { in nfs4_lock_release()
[all …]
/linux-6.15/Documentation/networking/
H A Dchecksum-offloads.rst89 'cancelled out' by the checksum field. This is because the sum was
H A Dphonet.rst131 Subscription is similarly cancelled using the SIOCPNDELRESOURCE I/O
/linux-6.15/Documentation/trace/
H A Dfprobe.rst102 will be cancelled.

12