| /OK3568_Linux_fs/kernel/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 = 1; in do_suspend() [all …]
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | smb2misc.c | 755 struct close_cancelled_open *cancelled = container_of(work, in smb2_cancelled_close_fid() local 757 struct cifs_tcon *tcon = cancelled->tcon; in smb2_cancelled_close_fid() 760 if (cancelled->mid) in smb2_cancelled_close_fid() 762 cancelled->mid); in smb2_cancelled_close_fid() 766 rc = SMB2_close(0, tcon, cancelled->fid.persistent_fid, in smb2_cancelled_close_fid() 767 cancelled->fid.volatile_fid); in smb2_cancelled_close_fid() 772 kfree(cancelled); in smb2_cancelled_close_fid() 787 struct close_cancelled_open *cancelled; in __smb2_handle_cancelled_cmd() local 789 cancelled = kzalloc(sizeof(*cancelled), GFP_ATOMIC); in __smb2_handle_cancelled_cmd() 790 if (!cancelled) in __smb2_handle_cancelled_cmd() [all …]
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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() 683 if (cancelled) in gsi_channel_trans_cancel_pending()
|
| H A D | gsi_trans.h | 53 bool cancelled; /* true if transaction was cancelled */ member
|
| /OK3568_Linux_fs/kernel/include/net/9p/ |
| H A D | transport.h | 47 int (*cancelled)(struct p9_client *, struct p9_req_t *req); member
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_buf_item_recover.c | 885 goto cancelled; in xlog_recover_buf_commit_pass2() 890 goto cancelled; in xlog_recover_buf_commit_pass2() 974 cancelled: in xlog_recover_buf_commit_pass2()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | aio.c | 185 bool cancelled; member 1678 if (!READ_ONCE(req->cancelled)) in aio_poll_complete_work() 1690 if (!mask && !READ_ONCE(req->cancelled)) { in aio_poll_complete_work() 1722 WRITE_ONCE(req->cancelled, true); in aio_poll_cancel() 1800 WRITE_ONCE(req->cancelled, true); in aio_poll_wake() 1859 req->cancelled = false; in aio_poll() 1893 WRITE_ONCE(req->cancelled, true); in aio_poll()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-block-device | 38 - A previously set timeout can be cancelled and disk can resume
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/net/9p/ |
| H A D | trans_fd.c | 1097 .cancelled = p9_fd_cancelled, 1110 .cancelled = p9_fd_cancelled, 1123 .cancelled = p9_fd_cancelled,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-online-accounts/files/ |
| H A D | 0001-Update-to-rest-1.0.patch | 84 g_signal_connect (cancellable, "cancelled", G_CALLBACK (on_rest_proxy_call_cancelled_cb), call);
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | typeahead.jquery.js | 349 var cancelled; 350 for (var i = 0, len = callbacks.length; !cancelled && i < len; i += 1) { 351 cancelled = callbacks[i].apply(context, args) === false; 353 return !cancelled;
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | unlink.c | 290 if (data->cancelled) { in nfs_async_rename_release()
|
| H A D | nfs4_fs.h | 248 bool cancelled; member
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/ |
| H A D | sysfs-driver-hid-roccat-konepure | 92 can be initiated/cancelled. Also lets one read/write sensor
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/ |
| H A D | io_context | 353 return chrono::milliseconds::zero(); // cancelled, run now 372 if (_M_queue.top()._M_key == nullptr) // cancelled
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/ |
| H A D | io_context | 353 return chrono::milliseconds::zero(); // cancelled, run now 372 if (_M_queue.top()._M_key == nullptr) // cancelled
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/caching/ |
| H A D | fscache.rst | 350 | |can=N |Number of page stores cancelled due to release req | 358 | |can=N |Number of async ops cancelled |
|