| /linux/drivers/xen/ |
| H A D | manage.c | 45 int cancelled; member 74 si->cancelled = HYPERVISOR_suspend(xen_pv_domain() in xen_suspend() 78 xen_arch_post_suspend(si->cancelled); in xen_suspend() 79 xen_manage_runstate_time(si->cancelled ? 1 : 0); in xen_suspend() 82 if (!si->cancelled) { in xen_suspend() 129 si.cancelled = 0; in do_suspend() 135 si.cancelled = 1; in do_suspend() 140 if (!si.cancelled) in do_suspend() 147 dpm_resume_start(si.cancelled ? PMSG_THAW : PMSG_RESTORE); in do_suspend() 151 si.cancelled = 1; in do_suspend() [all …]
|
| /linux/fs/smb/client/ |
| H A D | smb2misc.c | 767 struct close_cancelled_open *cancelled = container_of(work, in smb2_cancelled_close_fid() local 769 struct cifs_tcon *tcon = cancelled->tcon; in smb2_cancelled_close_fid() 772 if (cancelled->mid) in smb2_cancelled_close_fid() 774 cancelled->mid); in smb2_cancelled_close_fid() 778 rc = SMB2_close(0, tcon, cancelled->fid.persistent_fid, in smb2_cancelled_close_fid() 779 cancelled->fid.volatile_fid); in smb2_cancelled_close_fid() 784 kfree(cancelled); in smb2_cancelled_close_fid() 799 struct close_cancelled_open *cancelled; in __smb2_handle_cancelled_cmd() local 801 cancelled = kzalloc(sizeof(*cancelled), GFP_KERNEL); in __smb2_handle_cancelled_cmd() 802 if (!cancelled) in __smb2_handle_cancelled_cmd() [all …]
|
| /linux/drivers/misc/ibmasm/ |
| H A 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()
|
| H A D | ibmasm.h | 121 int cancelled; member
|
| /linux/include/net/9p/ |
| H A D | transport.h | 64 int (*cancelled)(struct p9_client *client, struct p9_req_t *req); member
|
| /linux/drivers/net/ipa/ |
| H A D | gsi_trans.h | 54 bool cancelled; /* true if transaction was cancelled */ member
|
| H A D | gsi_trans.c | 660 trans->cancelled = true; in gsi_channel_trans_cancel_pending()
|
| /linux/fs/ |
| H A D | aio.c | 184 bool cancelled; member 1732 if (!READ_ONCE(req->cancelled)) in aio_poll_complete_work() 1744 if (!mask && !READ_ONCE(req->cancelled)) { in aio_poll_complete_work() 1776 WRITE_ONCE(req->cancelled, true); in aio_poll_cancel() 1854 WRITE_ONCE(req->cancelled, true); in aio_poll_wake() 1913 req->cancelled = false; in aio_poll() 1947 WRITE_ONCE(req->cancelled, true); in aio_poll()
|
| /linux/fs/xfs/ |
| H A D | xfs_buf_item_recover.c | 1028 goto cancelled; in xlog_recover_buf_commit_pass2() 1033 goto cancelled; in xlog_recover_buf_commit_pass2() 1149 cancelled: in xlog_recover_buf_commit_pass2()
|
| /linux/net/9p/ |
| H A D | trans_fd.c | 1006 .cancelled = p9_fd_cancelled, 1021 .cancelled = p9_fd_cancelled, 1036 .cancelled = p9_fd_cancelled,
|
| H A D | trans_rdma.c | 645 .cancelled = rdma_cancelled,
|
| H A D | trans_virtio.c | 796 .cancelled = p9_virtio_cancelled,
|
| H A D | client.c | 494 if (c->trans_mod->cancelled) in p9_client_flush() 495 c->trans_mod->cancelled(c, oldreq); in p9_client_flush()
|
| /linux/kernel/sched/ |
| H A D | ext_internal.h | 213 bool cancelled; member
|
| /linux/Documentation/power/ |
| H A 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
|
| H A D | freezing-of-tasks.rst | 73 entire system-wide transition will be cancelled. For this reason, freezable
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-block-device | 38 - A previously set timeout can be cancelled and disk can resume
|
| /linux/include/linux/ |
| H A D | host1x.h | 307 bool cancelled; member
|
| /linux/Documentation/ABI/obsolete/ |
| H A D | sysfs-driver-hid-roccat-konepure | 92 can be initiated/cancelled. Also lets one read/write sensor
|
| H A D | sysfs-driver-hid-roccat-koneplus | 132 can be initiated/cancelled. Also lets one read/write sensor
|
| /linux/fs/nfs/ |
| H A D | unlink.c | 297 if (data->cancelled) { in nfs_async_rename_release()
|
| H A D | nfs4_fs.h | 250 bool cancelled; member
|
| H A D | nfs4proc.c | 2485 if (!data->cancelled) in nfs4_open_confirm_release() 2537 data->cancelled = true; in _nfs4_proc_open_confirm() 2655 if (!data->cancelled) in nfs4_open_release() 2703 data->cancelled = false; in nfs4_run_open_task() 2718 data->cancelled = true; in nfs4_run_open_task() 3223 if (!opendata->cancelled) { in _nfs4_open_and_get_state() 7411 int cancelled; member 7508 if (data->arg.new_lock && !data->cancelled) { in nfs4_lock_done() 7543 if (!data->cancelled) in nfs4_lock_done() 7553 if (data->cancelled && data->rpc_status == 0) { in nfs4_lock_release() [all …]
|
| /linux/Documentation/networking/ |
| H A D | checksum-offloads.rst | 89 'cancelled out' by the checksum field. This is because the sum was
|
| H A D | phonet.rst | 131 Subscription is similarly cancelled using the SIOCPNDELRESOURCE I/O
|