Home
last modified time | relevance | path

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

12

/include/linux/
Dbvec.h52 unsigned done; member
132 unsigned int done = iter->bi_bvec_done + bytes; in bvec_iter_advance_single() local
134 if (done == bv[iter->bi_idx].bv_len) { in bvec_iter_advance_single()
135 done = 0; in bvec_iter_advance_single()
138 iter->bi_bvec_done = done; in bvec_iter_advance_single()
159 iter_all->done = 0; in bvec_init_iter_all()
170 if (iter_all->done) { in bvec_advance()
178 bvec->bv_len - iter_all->done); in bvec_advance()
179 iter_all->done += bv->bv_len; in bvec_advance()
181 if (iter_all->done == bvec->bv_len) { in bvec_advance()
[all …]
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_slow_start(bool *done);
17 void __do_once_slow_done(bool *done, struct static_key_true *once_key,
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 *),
Dcuda.h17 void (*done)(struct adb_request *), int nbytes, ...);
Dfs_pin.h6 int done; member
Dnvme-fc-driver.h63 void (*done)(struct nvmefc_ls_req *req, int status); member
124 void (*done)(struct nvmefc_ls_rsp *rsp); member
223 void (*done)(struct nvmefc_fcp_req *req); member
693 void (*done)(struct nvmefc_tgt_fcp_req *); member
Dipmi_smi.h70 void (*done)(struct ipmi_smi_msg *msg); member
257 msg->done(msg); in ipmi_free_smi_msg()
Dpmu.h19 void (*done)(struct adb_request *), int nbytes, ...);
Dmemremap.h114 struct completion done; member
Dstop_machine.h29 struct cpu_stop_done *done; member
Dipmi.h66 void (*done)(struct ipmi_recv_msg *msg); member
Dnetlink.h210 int (*done)(struct netlink_callback *cb); member
242 int (*done)(struct netlink_callback *); member
Dnubus.h23 int done; member
Dnetfs.h173 void (*done)(struct netfs_read_request *rreq); member
/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/linux/mtd/
Dlatch-addr-flash.h21 void (*done)(void *data); member
/include/trace/hooks/
Dsched.h80 TP_PROTO(int *cpu, bool *done),
81 TP_ARGS(cpu, done), 1);
108 int *pulled_task, int *done),
109 TP_ARGS(this_rq, rf, pulled_task, done), 1);
112 TP_PROTO(struct rq *rq, unsigned int *flags, int *done),
113 TP_ARGS(rq, flags, done), 1);
122 int *done),
123 TP_ARGS(dst_cpu, group, env_cpus, busiest, done), 1);
291 TP_PROTO(struct rq *rq, struct task_struct *p, int *done),
292 TP_ARGS(rq, p, done), 1);
[all …]
/include/net/
Dkcm.h63 u32 done : 1; member
96 u32 done : 1; member
/include/trace/events/
Drcu.h812 TP_PROTO(const char *rcuname, const char *s, int cpu, int cnt, unsigned long done),
814 TP_ARGS(rcuname, s, cpu, cnt, done),
821 __field(unsigned long, done)
829 __entry->done = done;
834 __entry->done)
/include/linux/usb/
Dchipidea.h95 bool *done, unsigned long *flags);
/include/media/
Dv4l2-async.h114 struct list_head done; member
/include/video/
Duvesafb.h108 struct completion *done; member
/include/linux/mmc/
Dcore.h152 void (*done)(struct mmc_request *);/* completion function */ member

12