Home
last modified time | relevance | path

Searched refs:cancel (Results 1 – 25 of 111) sorted by relevance

12345

/linux-3.4.99/drivers/block/drbd/
Ddrbd_worker.c41 static int w_make_ov_request(struct drbd_conf *mdev, struct drbd_work *w, int cancel);
43 struct drbd_work *w, int cancel);
234 int w_read_retry_remote(struct drbd_conf *mdev, struct drbd_work *w, int cancel) in w_read_retry_remote() argument
243 if (cancel || mdev->state.pdsk != D_UP_TO_DATE) { in w_read_retry_remote()
301 int w_e_send_csum(struct drbd_conf *mdev, struct drbd_work *w, int cancel) in w_e_send_csum() argument
310 if (unlikely(cancel)) in w_e_send_csum()
389 int w_resync_timer(struct drbd_conf *mdev, struct drbd_work *w, int cancel) in w_resync_timer() argument
393 w_make_ov_request(mdev, w, cancel); in w_resync_timer()
396 w_make_resync_request(mdev, w, cancel); in w_resync_timer()
511 struct drbd_work *w, int cancel) in w_make_resync_request() argument
[all …]
/linux-3.4.99/drivers/scsi/isci/
Disci.h497 bool cancel; member
505 tmr->cancel = 0; in sci_init_timer()
511 tmr->cancel = 0; in sci_mod_timer()
517 tmr->cancel = 1; in sci_del_timer()
Dport_config.c336 if (tmr->cancel) in mpc_agent_timeout()
675 if (tmr->cancel) in apc_agent_timeout()
/linux-3.4.99/net/can/
Dgw.c464 goto cancel; in cgw_put_job()
471 goto cancel; in cgw_put_job()
482 goto cancel; in cgw_put_job()
491 goto cancel; in cgw_put_job()
500 goto cancel; in cgw_put_job()
509 goto cancel; in cgw_put_job()
517 goto cancel; in cgw_put_job()
526 goto cancel; in cgw_put_job()
537 goto cancel; in cgw_put_job()
544 goto cancel; in cgw_put_job()
[all …]
/linux-3.4.99/drivers/s390/cio/
Dccwreq.c133 req->cancel = 0; in ccw_request_start()
158 req->cancel = 1; in ccw_request_cancel()
281 if (req->cancel) { in ccw_request_handler()
Dio_sch.h83 unsigned int cancel:1; member
/linux-3.4.99/drivers/mtd/nand/
Dalauda.c237 goto cancel; in __alauda_read_page()
241 cancel: in __alauda_read_page()
302 goto cancel; in alauda_write_page()
306 cancel: in alauda_write_page()
351 goto cancel; in alauda_erase_block()
355 cancel: in alauda_erase_block()
/linux-3.4.99/include/net/9p/
Dtransport.h57 int (*cancel) (struct p9_client *, struct p9_req_t *req); member
/linux-3.4.99/drivers/char/tpm/
Dtpm_atmel.c131 static DEVICE_ATTR(cancel, S_IWUSR |S_IWGRP, NULL, tpm_store_cancel);
146 .cancel = tpm_atml_cancel,
Dtpm_nsc.c242 static DEVICE_ATTR(cancel, S_IWUSR|S_IWGRP, NULL, tpm_store_cancel);
257 .cancel = tpm_nsc_cancel,
Dtpm_infineon.c377 static DEVICE_ATTR(cancel, S_IWUSR | S_IWGRP, NULL, tpm_store_cancel);
401 .cancel = tpm_inf_cancel,
/linux-3.4.99/arch/sparc/lib/
Dudivdi3.S50 ! Got carry from n. Subtract next step to cancel this carry.
87 ! Got carry from n. Subtract next step to cancel this carry.
113 ! Got carry from n. Subtract next step to cancel this carry.
192 ! Got carry from n. Subtract next step to cancel this carry.
Ddivdi3.S74 ! Got carry from n. Subtract next step to cancel this carry.
109 ! Got carry from n. Subtract next step to cancel this carry.
133 ! Got carry from n. Subtract next step to cancel this carry.
208 ! Got carry from n. Subtract next step to cancel this carry.
/linux-3.4.99/fs/
Daio.c314 int (*cancel)(struct kiocb *, struct io_event *); in kill_ctx() local
325 cancel = iocb->ki_cancel; in kill_ctx()
327 if (cancel) { in kill_ctx()
330 cancel(iocb, &res); in kill_ctx()
1784 int (*cancel)(struct kiocb *iocb, struct io_event *res); in SYSCALL_DEFINE3() local
1802 cancel = kiocb->ki_cancel; in SYSCALL_DEFINE3()
1806 cancel = NULL; in SYSCALL_DEFINE3()
1809 if (NULL != cancel) { in SYSCALL_DEFINE3()
1815 ret = cancel(kiocb, &tmp); in SYSCALL_DEFINE3()
/linux-3.4.99/drivers/staging/comedi/drivers/
Dcomedi_fc.c97 subd->cancel(dev, subd); in cfc_handle_events()
Dcomedi_test.c258 s->cancel = waveform_ai_cancel; in waveform_attach()
272 s->cancel = NULL; in waveform_attach()
/linux-3.4.99/drivers/net/wireless/p54/
Dfwio.c299 struct p54_txcancel *cancel; in p54_tx_cancel() local
305 skb = p54_alloc_skb(priv, P54_HDR_FLAG_CONTROL_OPSET, sizeof(*cancel), in p54_tx_cancel()
310 cancel = (struct p54_txcancel *)skb_put(skb, sizeof(*cancel)); in p54_tx_cancel()
311 cancel->req_id = req_id; in p54_tx_cancel()
/linux-3.4.99/drivers/mtd/ubi/
Dwl.c159 int (*func)(struct ubi_device *ubi, struct ubi_work *wrk, int cancel);
624 int cancel);
666 int cancel) in wear_leveling_worker() argument
674 if (cancel) in wear_leveling_worker()
1018 int cancel) in erase_worker() argument
1023 if (cancel) { in erase_worker()
/linux-3.4.99/Documentation/cgroups/
Dmemcg_test.txt32 Followed by charge-commit-cancel protocol. (With swap accounting)
43 charge-commit-cancel protocol.
71 3. charge-commit-cancel
74 To handle such case, there are charge-commit-cancel functions.
86 At cancel(), simply usage -= PAGE_SIZE.
/linux-3.4.99/Documentation/usb/
DURB.txt148 1.6. How to cancel an already running URB?
150 There are two ways to cancel an URB you've submitted but which hasn't
151 been returned to your driver yet. For an asynchronous cancel, call
160 To cancel an URB synchronously, call
/linux-3.4.99/fs/ocfs2/dlm/
Ddlmdomain.c1363 struct dlm_cancel_join *cancel; in dlm_cancel_join_handler() local
1366 cancel = (struct dlm_cancel_join *) msg->buf; in dlm_cancel_join_handler()
1368 mlog(0, "node %u cancels join on domain %s\n", cancel->node_idx, in dlm_cancel_join_handler()
1369 cancel->domain); in dlm_cancel_join_handler()
1372 dlm = __dlm_lookup_domain_full(cancel->domain, cancel->name_len); in dlm_cancel_join_handler()
1379 BUG_ON(dlm->joining_node != cancel->node_idx); in dlm_cancel_join_handler()
/linux-3.4.99/Documentation/
Dcrc32.txt36 and to make the XOR cancel, it's just a copy of bit 32 of the remainder.
141 to cancel out the corresponding byte. The tables are different because the
142 polynomials to cancel are different. One has non-zero coefficients from
/linux-3.4.99/arch/frv/kernel/
Dbreak.S286 # cancel single-stepping mode
389 # cancel single-stepping mode
/linux-3.4.99/arch/cris/include/arch-v32/arch/hwregs/
Deth_defs.h167 unsigned int cancel : 1; member
/linux-3.4.99/net/9p/
Dtrans_fd.c1017 .cancel = p9_fd_cancel,
1028 .cancel = p9_fd_cancel,
1039 .cancel = p9_fd_cancel,

12345