Home
last modified time | relevance | path

Searched refs:done (Results 1 – 25 of 47) sorted by relevance

12

/include/linux/
Donce.h11 bool __do_once_start(bool *done, unsigned long *flags);
12 void __do_once_done(bool *done, struct static_key_true *once_key,
16 bool __do_once_sleepable_start(bool *done);
17 void __do_once_sleepable_done(bool *done, struct static_key_true *once_key,
Dbvec.h94 unsigned done; member
174 unsigned int done = iter->bi_bvec_done + bytes; in bvec_iter_advance_single() local
176 if (done == bv[iter->bi_idx].bv_len) { in bvec_iter_advance_single()
177 done = 0; in bvec_iter_advance_single()
180 iter->bi_bvec_done = done; in bvec_iter_advance_single()
201 iter_all->done = 0; in bvec_init_iter_all()
212 if (iter_all->done) { in bvec_advance()
220 bvec->bv_len - iter_all->done); in bvec_advance()
221 iter_all->done += bv->bv_len; in bvec_advance()
223 if (iter_all->done == bvec->bv_len) { in bvec_advance()
[all …]
Dcompletion.h27 unsigned int done; member
86 x->done = 0; in init_completion()
99 x->done = 0; in reinit_completion()
Dadb.h19 void (*done)(struct adb_request *); member
55 int adb_request(struct adb_request *req, void (*done)(struct adb_request *),
Dipmi_smi.h125 void (*done)(struct ipmi_smi_msg *msg); member
130 .done = done_handler, \
322 msg->done(msg); in ipmi_free_smi_msg()
Dcuda.h17 void (*done)(struct adb_request *), int nbytes, ...);
Dshrinker.h100 struct completion done; /* use to wait for refcount to reach 0 */ member
147 complete(&shrinker->done); in shrinker_put()
Dfs_pin.h6 int done; member
Dnvme-fc-driver.h64 void (*done)(struct nvmefc_ls_req *req, int status); member
125 void (*done)(struct nvmefc_ls_rsp *rsp); member
222 void (*done)(struct nvmefc_fcp_req *req); member
705 void (*done)(struct nvmefc_tgt_fcp_req *); member
Dipmi.h66 void (*done)(struct ipmi_recv_msg *msg); member
77 .done = done_handler \
Dpmu.h19 void (*done)(struct adb_request *), int nbytes, ...);
Dstop_machine.h29 struct cpu_stop_done *done; member
Dmemremap.h130 struct completion done; member
Dnubus.h23 int done; member
Dptr_ring.h522 goto done; in ptr_ring_unconsume()
543 goto done; in ptr_ring_unconsume()
551 done: in ptr_ring_unconsume()
/include/scsi/
Dlibiscsi_tcp.h41 iscsi_segment_done_fn_t *done; member
102 iscsi_segment_done_fn_t *done,
108 iscsi_segment_done_fn_t *done,
Dscsi_driver.h19 int (*done)(struct scsi_cmnd *); member
/include/trace/hooks/
Dsched.h72 TP_PROTO(int *cpu, bool *done),
73 TP_ARGS(cpu, done), 1);
112 int *pulled_task, int *done),
113 TP_ARGS(this_rq, rf, pulled_task, done), 1);
116 TP_PROTO(struct rq *rq, unsigned int *flags, int *done),
117 TP_ARGS(rq, flags, done), 1);
126 int *done),
127 TP_ARGS(dst_cpu, group, env_cpus, busiest, done), 1);
249 TP_PROTO(struct rq *rq, struct task_struct *p, int *done),
250 TP_ARGS(rq, p, done), 1);
[all …]
Dcpufreq.h47 TP_PROTO(bool *done, struct device *cpu_dev, unsigned int limit_freq_khz),
48 TP_ARGS(done, cpu_dev, limit_freq_khz), 1);
/include/linux/sunrpc/
Drdma_rn.h21 void (*done)(struct rpcrdma_notification *rn));
/include/net/
Dkcm.h63 u32 done : 1; member
96 u32 done : 1; member
/include/trace/events/
Drcu.h836 TP_PROTO(const char *rcuname, const char *s, int cpu, int cnt, unsigned long done),
838 TP_ARGS(rcuname, s, cpu, cnt, done),
845 __field(unsigned long, done)
853 __entry->done = done;
858 __entry->done)
/include/linux/usb/
Dchipidea.h99 bool *done, unsigned long *flags);
/include/video/
Duvesafb.h108 struct completion *done; member
/include/linux/mmc/
Dcore.h139 void (*done)(struct mmc_request *);/* completion function */ member

12