Searched refs:cb (Results 1 – 4 of 4) sorted by relevance
/kernel/ |
D | relay.c | 36 buf->chan->cb->buf_unmapped(buf, vma->vm_file); in relay_file_mmap_close() 110 buf->chan->cb->buf_mapped(buf, filp); in relay_mmap_buf() 373 buf->chan->cb->subbuf_start(buf, buf->data, NULL, 0); in __relay_reset() 428 dentry = chan->cb->create_buf_file(tmpname, chan->parent, in relay_create_buf_file() 463 dentry = chan->cb->create_buf_file(NULL, NULL, in relay_open_buf() 497 buf->chan->cb->remove_buf_file(buf->dentry); in relay_close_buf() 502 struct rchan_callbacks *cb) in setup_callbacks() argument 504 if (!cb) { in setup_callbacks() 505 chan->cb = &default_channel_callbacks; in setup_callbacks() 509 if (!cb->subbuf_start) in setup_callbacks() [all …]
|
D | cpu.c | 154 int (*cb)(unsigned int cpu); in cpuhp_invoke_callback() local 168 cb = bringup ? step->startup.single : step->teardown.single; in cpuhp_invoke_callback() 169 if (!cb) in cpuhp_invoke_callback() 171 trace_cpuhp_enter(cpu, st->target, state, cb); in cpuhp_invoke_callback() 172 ret = cb(cpu); in cpuhp_invoke_callback()
|
/kernel/power/ |
D | energy_model.c | 82 struct em_data_callback *cb) in em_create_pd() argument 91 if (!cb->active_power) in em_create_pd() 109 ret = cb->active_power(&power, &freq, cpu); in em_create_pd() 200 struct em_data_callback *cb) in em_register_perf_domain() argument 206 if (!span || !nr_states || !cb) in em_register_perf_domain() 237 pd = em_create_pd(span, nr_states, cb); in em_register_perf_domain()
|
/kernel/locking/ |
D | lockdep.c | 4912 static void free_zapped_rcu(struct rcu_head *cb);
|