/kernel/linux/linux-5.10/drivers/xen/ |
H A 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() 144 dpm_resume_start(si.cancelled ? PMSG_THAW : PMSG_RESTORE); in do_suspend() 148 si.cancelled in do_suspend() [all...] |
/kernel/linux/linux-6.6/drivers/xen/ |
H A 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 in do_suspend() [all...] |
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2misc.c | 749 struct close_cancelled_open *cancelled = container_of(work, in smb2_cancelled_close_fid() local 751 struct cifs_tcon *tcon = cancelled->tcon; in smb2_cancelled_close_fid() 754 if (cancelled->mid) in smb2_cancelled_close_fid() 756 cancelled->mid); in smb2_cancelled_close_fid() 760 rc = SMB2_close(0, tcon, cancelled->fid.persistent_fid, in smb2_cancelled_close_fid() 761 cancelled->fid.volatile_fid); in smb2_cancelled_close_fid() 763 cifs_tcon_dbg(VFS, "Close cancelled mid failed rc:%d\n", rc); in smb2_cancelled_close_fid() 766 kfree(cancelled); in smb2_cancelled_close_fid() 781 struct close_cancelled_open *cancelled; in __smb2_handle_cancelled_cmd() local 783 cancelled in __smb2_handle_cancelled_cmd() [all...] |
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2misc.c | 750 struct close_cancelled_open *cancelled = container_of(work, in smb2_cancelled_close_fid() local 752 struct cifs_tcon *tcon = cancelled->tcon; in smb2_cancelled_close_fid() 755 if (cancelled->mid) in smb2_cancelled_close_fid() 757 cancelled->mid); in smb2_cancelled_close_fid() 761 rc = SMB2_close(0, tcon, cancelled->fid.persistent_fid, in smb2_cancelled_close_fid() 762 cancelled->fid.volatile_fid); in smb2_cancelled_close_fid() 764 cifs_tcon_dbg(VFS, "Close cancelled mid failed rc:%d\n", rc); in smb2_cancelled_close_fid() 767 kfree(cancelled); in smb2_cancelled_close_fid() 782 struct close_cancelled_open *cancelled; in __smb2_handle_cancelled_cmd() local 784 cancelled in __smb2_handle_cancelled_cmd() [all...] |
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A 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()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | parent.c | 38 bool cancelled; member 64 spc->cancelled = true; in xchk_parent_actor() 111 if (spc.cancelled) { in xchk_parent_count_parent_dentries()
|
/kernel/linux/linux-5.10/include/net/9p/ |
H A D | transport.h | 27 * @cancelled: member function to notify that a cancelled request will not 47 int (*cancelled)(struct p9_client *, struct p9_req_t *req); member
|
/kernel/linux/linux-6.6/include/net/9p/ |
H A D | transport.h | 31 * @cancelled: member function to notify that a cancelled request will not 53 int (*cancelled)(struct p9_client *client, struct p9_req_t *req); member
|
/kernel/linux/linux-5.10/drivers/net/ipa/ |
H A D | gsi_trans.c | 669 bool cancelled; in gsi_channel_trans_cancel_pending() local 674 cancelled = !list_empty(&trans_info->pending); in gsi_channel_trans_cancel_pending() 676 trans->cancelled = true; in gsi_channel_trans_cancel_pending() 682 /* Schedule NAPI polling to complete the cancelled transactions */ in gsi_channel_trans_cancel_pending() 683 if (cancelled) in gsi_channel_trans_cancel_pending()
|
H A D | gsi_trans.h | 31 * @cancelled: If set by the core code, transaction was cancelled 53 bool cancelled; /* true if transaction was cancelled */ member
|
/kernel/linux/linux-6.6/drivers/net/ipa/ |
H A D | gsi_trans.h | 34 * @cancelled: If set by the core code, transaction was cancelled 55 bool cancelled; /* true if transaction was cancelled */ member
|
/kernel/linux/linux-6.6/drivers/gpu/host1x/ |
H A 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()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_buf_item_recover.c | 68 * was cancelled multiple times. To ensure that during pass 2 we keep in xlog_add_buffer_cancelled() 135 * might depend on the incor ecancellation record, and replaying a cancelled 168 * Build up the table of buf cancel records so that we don't replay cancelled 859 * those buffers which have been cancelled, and during the second we 880 * not been cancelled and are not cancellation buffers themselves. in xlog_recover_buf_commit_pass2() 885 goto cancelled; in xlog_recover_buf_commit_pass2() 890 goto cancelled; in xlog_recover_buf_commit_pass2() 984 cancelled: in xlog_recover_buf_commit_pass2()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_buf_item_recover.c | 77 * was cancelled multiple times. To ensure that during pass 2 we keep in xlog_add_buffer_cancelled() 144 * might depend on the incor ecancellation record, and replaying a cancelled 177 * Build up the table of buf cancel records so that we don't replay cancelled 878 * those buffers which have been cancelled, and during the second we 899 * not been cancelled and are not cancellation buffers themselves. in xlog_recover_buf_commit_pass2() 904 goto cancelled; in xlog_recover_buf_commit_pass2() 909 goto cancelled; in xlog_recover_buf_commit_pass2() 1003 cancelled: in xlog_recover_buf_commit_pass2()
|
/kernel/linux/linux-5.10/fs/ |
H A D | aio.c | 185 bool cancelled; member 1693 if (!READ_ONCE(req->cancelled)) in aio_poll_complete_work() 1705 if (!mask && !READ_ONCE(req->cancelled)) { in aio_poll_complete_work() 1737 WRITE_ONCE(req->cancelled, true); in aio_poll_cancel() 1743 } /* else, the request was force-cancelled by POLLFREE already */ in aio_poll_cancel() 1812 * cancelled, to potentially skip an unneeded call to ->poll(). in aio_poll_wake() 1815 WRITE_ONCE(req->cancelled, true); in aio_poll_wake() 1874 req->cancelled = false; in aio_poll() 1908 WRITE_ONCE(req->cancelled, true); in aio_poll() 1912 * active_reqs so that it can be cancelled i in aio_poll() [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | aio.c | 184 bool cancelled; member 1687 if (!READ_ONCE(req->cancelled)) in aio_poll_complete_work() 1699 if (!mask && !READ_ONCE(req->cancelled)) { in aio_poll_complete_work() 1731 WRITE_ONCE(req->cancelled, true); in aio_poll_cancel() 1737 } /* else, the request was force-cancelled by POLLFREE already */ in aio_poll_cancel() 1806 * cancelled, to potentially skip an unneeded call to ->poll(). in aio_poll_wake() 1809 WRITE_ONCE(req->cancelled, true); in aio_poll_wake() 1868 req->cancelled = false; in aio_poll() 1902 WRITE_ONCE(req->cancelled, true); in aio_poll() 1906 * active_reqs so that it can be cancelled i in aio_poll() [all...] |
/kernel/linux/linux-5.10/fs/fscache/ |
H A D | operation.c | 454 void fscache_op_complete(struct fscache_operation *op, bool cancelled) in fscache_op_complete() argument 469 if (!cancelled) { in fscache_op_complete()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | host1x.h | 302 bool cancelled; member
|
/kernel/linux/linux-5.10/net/9p/ |
H A D | trans_fd.c | 369 /* Ignore replies associated with a cancelled request. */ in p9_read_work() 371 "Ignore replies associated with a cancelled request\n"); in p9_read_work() 714 /* Ignore cancelled request if message has been received in p9_fd_cancelled() 1104 .cancelled = p9_fd_cancelled, 1117 .cancelled = p9_fd_cancelled, 1130 .cancelled = p9_fd_cancelled,
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | trans_fd.c | 371 /* Ignore replies associated with a cancelled request. */ in p9_read_work() 373 "Ignore replies associated with a cancelled request\n"); in p9_read_work() 722 /* Ignore cancelled request if message has been received in p9_fd_cancelled() 1117 .cancelled = p9_fd_cancelled, 1131 .cancelled = p9_fd_cancelled, 1145 .cancelled = p9_fd_cancelled,
|