Searched defs:cb (Results 1 - 14 of 14) sorted by relevance

/arch/metag/include/uapi/asm/
H A Dsigcontext.h21 struct user_cb_regs cb; member in struct:sigcontext
/arch/s390/kernel/
H A Druntime_instr.c40 static void init_runtime_instr_cb(struct runtime_instr_cb *cb) argument
42 cb->buf_limit = 0xfff;
43 cb->int_requested = 1;
44 cb->pstate = 1;
45 cb->pstate_set_buf = 1;
46 cb->pstate_sample = 1;
47 cb->pstate_collect = 1;
48 cb->key = PAGE_DEFAULT_KEY;
49 cb->valid = 1;
97 struct runtime_instr_cb *cb; local
[all...]
/arch/tile/kernel/
H A Dmessaging.c96 struct hv_driver_cb *cb = local
98 cb->callback(cb, him->intdata);
/arch/x86/kernel/cpu/
H A Dscattered.c31 const struct cpuid_bit *cb; local
57 for (cb = cpuid_bits; cb->feature; cb++) {
60 max_level = cpuid_eax(cb->level & 0xffff0000);
61 if (max_level < cb->level ||
62 max_level > (cb->level | 0xffff))
65 cpuid_count(cb->level, cb->sub_leaf, &regs[CR_EAX],
68 if (regs[cb
[all...]
/arch/mips/bcm63xx/
H A Dtimer.c25 void (*cb)(void *); member in struct:timer_data
44 if (!timer_data[i].cb) {
49 timer_data[i].cb(timer_data[i].data);
114 if (timer_data[id].cb) {
119 timer_data[id].cb = callback;
137 timer_data[id].cb = NULL;
/arch/x86/xen/
H A Dmulticalls.c121 struct callback *cb = &b->callbacks[i]; local
123 (*cb->fn)(cb->data);
196 struct callback *cb; local
205 cb = &b->callbacks[b->cbidx++];
206 cb->fn = fn;
207 cb->data = data;
/arch/um/include/asm/
H A Dprocessor-generic.h43 } cb; member in union:thread_struct::__anon3004::__anon3005
/arch/cris/arch-v32/mach-fs/
H A Darbiter.c26 watch_callback *cb; member in struct:crisv32_watch_entry
265 watch_callback *cb)
287 watches[i].cb = cb;
400 if (watch->cb)
401 watch->cb();
263 crisv32_arbiter_watch(unsigned long start, unsigned long size, unsigned long clients, unsigned long accesses, watch_callback *cb) argument
/arch/parisc/include/asm/
H A Dpsw.h83 unsigned int cb:8; member in struct:pa_psw
/arch/s390/include/asm/
H A Druntime_instr.h61 static inline void load_runtime_instr_cb(struct runtime_instr_cb *cb) argument
64 : : "Q" (*cb));
67 static inline void store_runtime_instr_cb(struct runtime_instr_cb *cb) argument
70 : "=Q" (*cb) : : "cc");
/arch/cris/arch-v32/mach-a3/
H A Darbiter.c56 watch_callback *cb; member in struct:crisv32_watch_entry
364 watch_callback *cb)
403 watches[arbiter][i].cb = cb;
573 if (watch->cb)
574 watch->cb();
629 if (watch->cb)
630 watch->cb();
362 crisv32_arbiter_watch(unsigned long start, unsigned long size, unsigned long clients, unsigned long accesses, watch_callback *cb) argument
/arch/cris/include/arch-v32/arch/
H A Dcryptocop.h129 cryptocop_callback *cb; member in struct:cryptocop_operation
/arch/s390/oprofile/
H A Dhwsampler.c84 struct hws_cpu_buffer *cb; local
86 cb = &per_cpu(sampler_cpu_buffer, cpu);
88 cb->ssctl.es = 0;
89 cb->ssctl.cs = 0;
91 ep.buffer = &cb->ssctl;
99 ep.buffer = &cb->qsi;
102 if (cb->qsi.es || cb->qsi.cs) {
114 struct hws_cpu_buffer *cb; local
116 cb
140 struct hws_cpu_buffer *cb; local
168 struct hws_cpu_buffer *cb; local
181 struct hws_cpu_buffer *cb = this_cpu_ptr(&sampler_cpu_buffer); local
204 struct hws_cpu_buffer *cb; local
214 struct hws_cpu_buffer *cb; local
249 struct hws_cpu_buffer *cb; local
336 struct hws_cpu_buffer *cb; local
380 struct hws_cpu_buffer *cb; local
414 struct hws_cpu_buffer *cb; local
483 struct hws_cpu_buffer *cb; local
550 struct hws_cpu_buffer *cb; local
594 struct hws_cpu_buffer *cb; local
623 struct hws_cpu_buffer *cb; local
654 struct hws_cpu_buffer *cb; local
675 struct hws_cpu_buffer *cb; local
685 struct hws_cpu_buffer *cb; local
721 struct hws_cpu_buffer *cb; local
755 struct hws_cpu_buffer *cb; local
858 struct hws_cpu_buffer *cb; local
968 struct hws_cpu_buffer *cb; local
979 struct hws_cpu_buffer *cb; local
1146 struct hws_cpu_buffer *cb; local
[all...]
/arch/arm/mach-ixp4xx/
H A Dixp4xx_npe.c531 } *cb; local
627 cb = (struct dl_codeblock*)&image->data[blk->offset];
629 if (cb->npe_addr + cb->size > instr_size)
633 if (cb->npe_addr + cb->size > data_size)
641 if (blk->offset + sizeof(*cb) / 4 + cb->size > image->size) {
646 cb->npe_addr, cb
[all...]

Completed in 438 milliseconds