Home
last modified time | relevance | path

Searched refs:done (Results 1 – 25 of 48) 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.h91 unsigned done; member
171 unsigned int done = iter->bi_bvec_done + bytes; in bvec_iter_advance_single() local
173 if (done == bv[iter->bi_idx].bv_len) { in bvec_iter_advance_single()
174 done = 0; in bvec_iter_advance_single()
177 iter->bi_bvec_done = done; in bvec_iter_advance_single()
198 iter_all->done = 0; in bvec_init_iter_all()
209 if (iter_all->done) { in bvec_advance()
217 bvec->bv_len - iter_all->done); in bvec_advance()
218 iter_all->done += bv->bv_len; in bvec_advance()
220 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, ...);
Dcleanup.h113 *done = NULL; !done; done = (void *)1)
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.h129 struct completion done; member
Dnubus.h23 int done; member
Dptr_ring.h521 goto done; in ptr_ring_unconsume()
542 goto done; in ptr_ring_unconsume()
550 done: in ptr_ring_unconsume()
Dnetlink.h283 int (*done)(struct netlink_callback *cb); member
319 int (*done)(struct netlink_callback *); member
/include/trace/hooks/
Dsched.h72 TP_PROTO(int *cpu, bool *done),
73 TP_ARGS(cpu, done), 1);
104 int *pulled_task, int *done),
105 TP_ARGS(this_rq, rf, pulled_task, done), 1);
108 TP_PROTO(struct rq *rq, unsigned int *flags, int *done),
109 TP_ARGS(rq, flags, done), 1);
118 int *done),
119 TP_ARGS(dst_cpu, group, env_cpus, busiest, done), 1);
202 int cpu, bool *fits, bool *done),
203 TP_ARGS(util, uclamp_min, uclamp_max, cpu, fits, done), 1);
[all …]
Dufshcd.h86 struct ufshcd_lrb *lrbp, bool *done),
87 TP_ARGS(hba, lrbp, done));
/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/net/
Dkcm.h63 u32 done : 1; member
97 u32 done : 1; member
/include/trace/events/
Drcu.h809 TP_PROTO(const char *rcuname, const char *s, int cpu, int cnt, unsigned long done),
811 TP_ARGS(rcuname, s, cpu, cnt, done),
818 __field(unsigned long, done)
826 __entry->done = done;
831 __entry->done)
/include/linux/usb/
Dchipidea.h97 bool *done, unsigned long *flags);
/include/video/
Duvesafb.h108 struct completion *done; member
/include/linux/mmc/
Dcore.h152 void (*done)(struct mmc_request *);/* completion function */ member

12