DPCs
| Member Type | Member Name |
|---|---|
dpc_func_t | func |
void | *ctx |
(struct dpc *) | next |
(bool) | enqueued |
| Member Type | Member Name |
|---|---|
(struct dpc *) | head |
(uint8_t) | dpc_queued |
type alias
Section titled “type alias”(*dpc_func_t) : void (void *ctx)
voiddpc_run_local(void)struct dpc *dpc_create(dpc_func_t fn,void *ctx)voiddpc_init_percpu(void)booldpc_enqueue_local(struct dpc*d)booldpc_enqueue_on_cpu(size_t cpu,struct dpc*d)voiddpc_run_local(void)