| /include/linux/ |
| D | once.h | 11 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,
|
| D | bvec.h | 94 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 …]
|
| D | completion.h | 27 unsigned int done; member 86 x->done = 0; in init_completion() 99 x->done = 0; in reinit_completion()
|
| D | adb.h | 19 void (*done)(struct adb_request *); member 55 int adb_request(struct adb_request *req, void (*done)(struct adb_request *),
|
| D | ipmi_smi.h | 125 void (*done)(struct ipmi_smi_msg *msg); member 130 .done = done_handler, \ 322 msg->done(msg); in ipmi_free_smi_msg()
|
| D | cuda.h | 17 void (*done)(struct adb_request *), int nbytes, ...);
|
| D | shrinker.h | 100 struct completion done; /* use to wait for refcount to reach 0 */ member 147 complete(&shrinker->done); in shrinker_put()
|
| D | fs_pin.h | 6 int done; member
|
| D | nvme-fc-driver.h | 64 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
|
| D | ipmi.h | 66 void (*done)(struct ipmi_recv_msg *msg); member 77 .done = done_handler \
|
| D | pmu.h | 19 void (*done)(struct adb_request *), int nbytes, ...);
|
| D | stop_machine.h | 29 struct cpu_stop_done *done; member
|
| D | memremap.h | 130 struct completion done; member
|
| D | nubus.h | 23 int done; member
|
| D | ptr_ring.h | 522 goto done; in ptr_ring_unconsume() 543 goto done; in ptr_ring_unconsume() 551 done: in ptr_ring_unconsume()
|
| /include/scsi/ |
| D | libiscsi_tcp.h | 41 iscsi_segment_done_fn_t *done; member 102 iscsi_segment_done_fn_t *done, 108 iscsi_segment_done_fn_t *done,
|
| D | scsi_driver.h | 19 int (*done)(struct scsi_cmnd *); member
|
| /include/trace/hooks/ |
| D | sched.h | 72 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 …]
|
| D | cpufreq.h | 47 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/ |
| D | rdma_rn.h | 21 void (*done)(struct rpcrdma_notification *rn));
|
| /include/net/ |
| D | kcm.h | 63 u32 done : 1; member 96 u32 done : 1; member
|
| /include/trace/events/ |
| D | rcu.h | 836 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/ |
| D | chipidea.h | 99 bool *done, unsigned long *flags);
|
| /include/video/ |
| D | uvesafb.h | 108 struct completion *done; member
|
| /include/linux/mmc/ |
| D | core.h | 139 void (*done)(struct mmc_request *);/* completion function */ member
|