/linux-4.1.27/drivers/xen/ |
D | manage.c | 43 int cancelled; member 82 si->cancelled = HYPERVISOR_suspend(xen_pv_domain() in xen_suspend() 86 xen_arch_post_suspend(si->cancelled); in xen_suspend() 89 if (!si->cancelled) { in xen_suspend() 130 si.cancelled = 0; in do_suspend() 136 si.cancelled = 1; in do_suspend() 141 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() 156 if (!si.cancelled) in do_suspend() [all …]
|
/linux-4.1.27/arch/x86/xen/ |
D | suspend.c | 75 void xen_arch_post_suspend(int cancelled) in xen_arch_post_suspend() argument 78 xen_pv_post_suspend(cancelled); in xen_arch_post_suspend() 80 xen_hvm_post_suspend(cancelled); in xen_arch_post_suspend()
|
/linux-4.1.27/drivers/misc/ibmasm/ |
D | event.c | 98 reader->cancelled = 0; in ibmasm_get_next_event() 101 event_available(buffer, reader) || reader->cancelled)) in ibmasm_get_next_event() 126 reader->cancelled = 1; in ibmasm_cancel_next_event()
|
D | ibmasm.h | 132 int cancelled; member
|
/linux-4.1.27/include/net/9p/ |
D | transport.h | 62 int (*cancelled)(struct p9_client *, struct p9_req_t *req); member
|
/linux-4.1.27/fs/fscache/ |
D | operation.c | 365 void fscache_op_complete(struct fscache_operation *op, bool cancelled) in fscache_op_complete() argument 380 op->state = cancelled ? in fscache_op_complete()
|
/linux-4.1.27/net/9p/ |
D | trans_fd.c | 1042 .cancelled = p9_fd_cancelled, 1054 .cancelled = p9_fd_cancelled, 1066 .cancelled = p9_fd_cancelled,
|
D | trans_rdma.c | 779 .cancelled = rdma_cancelled,
|
D | client.c | 667 if (c->trans_mod->cancelled) in p9_client_flush() 668 c->trans_mod->cancelled(c, oldreq); in p9_client_flush()
|
/linux-4.1.27/Documentation/power/ |
D | userland-swsusp.txt | 149 _unless_ the whole suspend procedure is to be cancelled, in 152 its header. If the suspend is not to be cancelled, the
|
D | freezing-of-tasks.txt | 58 hibernation operation will be cancelled. For this reason, freezable kernel
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-driver-hid-roccat-koneplus | 83 can be initiated/cancelled. Also lets one read/write sensor
|
D | sysfs-driver-hid-roccat-konepure | 92 can be initiated/cancelled. Also lets one read/write sensor
|
/linux-4.1.27/Documentation/networking/ |
D | phonet.txt | 124 Subscription is similarly cancelled using the SIOCPNDELRESOURCE I/O
|
D | arcnet-hardware.txt | 296 unfortunately IBM cancelled this feature starting with the original
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | fscache.txt | 281 can=N Number of page stores cancelled due to release req 285 can=N Number of async ops cancelled
|
D | netfs-api.txt | 810 If size is given as zero then the reservation will be cancelled. 867 cancelled and discarded. Some future operations will be rejected until the
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | file.c | 890 bool cancelled = true; in ll_lease_close() local 896 cancelled = ldlm_is_cancel(lock); in ll_lease_close() 902 PFID(&ll_i2info(inode)->lli_fid), cancelled); in ll_lease_close() 904 if (!cancelled) in ll_lease_close() 907 *lease_broken = cancelled; in ll_lease_close()
|
/linux-4.1.27/fs/nfs/ |
D | nfs4proc.c | 931 int cancelled; member 1785 if (data->cancelled == 0) in nfs4_open_confirm_release() 1836 data->cancelled = 1; in _nfs4_proc_open_confirm() 1942 if (data->cancelled == 0) in nfs4_open_release() 1990 data->cancelled = 0; in nfs4_run_open_task() 2001 data->cancelled = 1; in nfs4_run_open_task() 5584 int cancelled; member 5720 if (data->cancelled != 0) { in nfs4_lock_release() 5804 data->cancelled = 1; in _nfs4_do_setlk()
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig | 950 which is cancelled (and not delivered to the core) and the one which
|
/linux-4.1.27/Documentation/ |
D | memory-barriers.txt | 1232 the speculation will be cancelled and the value reloaded:
|