/linux-6.1.9/drivers/xen/ |
D | manage.c | 44 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() 146 dpm_resume_start(si.cancelled ? PMSG_THAW : PMSG_RESTORE); in do_suspend() 150 si.cancelled = 1; in do_suspend() [all …]
|
/linux-6.1.9/fs/cifs/ |
D | smb2misc.c | 756 struct close_cancelled_open *cancelled = container_of(work, in smb2_cancelled_close_fid() local 758 struct cifs_tcon *tcon = cancelled->tcon; in smb2_cancelled_close_fid() 761 if (cancelled->mid) in smb2_cancelled_close_fid() 763 cancelled->mid); in smb2_cancelled_close_fid() 767 rc = SMB2_close(0, tcon, cancelled->fid.persistent_fid, in smb2_cancelled_close_fid() 768 cancelled->fid.volatile_fid); in smb2_cancelled_close_fid() 773 kfree(cancelled); in smb2_cancelled_close_fid() 788 struct close_cancelled_open *cancelled; in __smb2_handle_cancelled_cmd() local 790 cancelled = kzalloc(sizeof(*cancelled), GFP_ATOMIC); in __smb2_handle_cancelled_cmd() 791 if (!cancelled) in __smb2_handle_cancelled_cmd() [all …]
|
/linux-6.1.9/arch/x86/xen/ |
D | suspend.c | 31 void xen_arch_post_suspend(int cancelled) in xen_arch_post_suspend() argument 34 xen_pv_post_suspend(cancelled); in xen_arch_post_suspend() 36 xen_hvm_post_suspend(cancelled); in xen_arch_post_suspend()
|
/linux-6.1.9/drivers/misc/ibmasm/ |
D | event.c | 84 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()
|
D | ibmasm.h | 121 int cancelled; member
|
/linux-6.1.9/fs/xfs/scrub/ |
D | parent.c | 37 bool cancelled; member 63 spc->cancelled = true; in xchk_parent_actor() 110 if (spc.cancelled) { in xchk_parent_count_parent_dentries()
|
/linux-6.1.9/include/net/9p/ |
D | transport.h | 53 int (*cancelled)(struct p9_client *client, struct p9_req_t *req); member
|
/linux-6.1.9/drivers/net/ipa/ |
D | gsi_trans.h | 55 bool cancelled; /* true if transaction was cancelled */ member
|
D | gsi_trans.c | 657 trans->cancelled = true; in gsi_channel_trans_cancel_pending()
|
/linux-6.1.9/drivers/gpu/host1x/ |
D | cdma.c | 324 !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.1.9/fs/xfs/ |
D | xfs_buf_item_recover.c | 904 goto cancelled; in xlog_recover_buf_commit_pass2() 909 goto cancelled; in xlog_recover_buf_commit_pass2() 993 cancelled: in xlog_recover_buf_commit_pass2()
|
/linux-6.1.9/fs/ |
D | aio.c | 184 bool cancelled; member 1698 if (!READ_ONCE(req->cancelled)) in aio_poll_complete_work() 1710 if (!mask && !READ_ONCE(req->cancelled)) { in aio_poll_complete_work() 1742 WRITE_ONCE(req->cancelled, true); in aio_poll_cancel() 1820 WRITE_ONCE(req->cancelled, true); in aio_poll_wake() 1879 req->cancelled = false; in aio_poll() 1913 WRITE_ONCE(req->cancelled, true); in aio_poll()
|
/linux-6.1.9/net/9p/ |
D | trans_fd.c | 1110 .cancelled = p9_fd_cancelled, 1124 .cancelled = p9_fd_cancelled, 1138 .cancelled = p9_fd_cancelled,
|
D | trans_rdma.c | 749 .cancelled = rdma_cancelled,
|
D | trans_virtio.c | 798 .cancelled = p9_virtio_cancelled,
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-block-device | 38 - A previously set timeout can be cancelled and disk can resume
|
/linux-6.1.9/Documentation/power/ |
D | userland-swsusp.rst | 171 _unless_ the whole suspend procedure is to be cancelled, in 174 its header. If the suspend is not to be cancelled, the
|
/linux-6.1.9/include/linux/ |
D | host1x.h | 298 bool cancelled; member
|
/linux-6.1.9/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-konepure | 92 can be initiated/cancelled. Also lets one read/write sensor
|
D | sysfs-driver-hid-roccat-koneplus | 132 can be initiated/cancelled. Also lets one read/write sensor
|
/linux-6.1.9/fs/nfs/ |
D | unlink.c | 294 if (data->cancelled) { in nfs_async_rename_release()
|
D | nfs4_fs.h | 248 bool cancelled; member
|
D | nfs4proc.c | 2365 if (!data->cancelled) in nfs4_open_confirm_release() 2417 data->cancelled = true; in _nfs4_proc_open_confirm() 2530 if (!data->cancelled) in nfs4_open_release() 2581 data->cancelled = false; in nfs4_run_open_task() 2596 data->cancelled = true; in nfs4_run_open_task() 3110 if (!opendata->cancelled) { in _nfs4_open_and_get_state() 7065 int cancelled; member 7162 if (data->arg.new_lock && !data->cancelled) { in nfs4_lock_done() 7192 if (!data->cancelled) in nfs4_lock_done() 7202 if (data->cancelled && data->rpc_status == 0) { in nfs4_lock_release() [all …]
|
/linux-6.1.9/Documentation/networking/ |
D | checksum-offloads.rst | 89 'cancelled out' by the checksum field. This is because the sum was
|
D | phonet.rst | 131 Subscription is similarly cancelled using the SIOCPNDELRESOURCE I/O
|