Searched defs:sysctl (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/module/
H A Doprofile.c30 /* sysctl settables */
35 struct oprof_sysctl sysctl; variable in typeref:struct:oprof_sysctl
166 if (likely(note_pos < (sysctl.note_size - OP_PRE_NOTE_WATERMARK(sysctl.note_size)) && !is_ready()))
172 if (unlikely(note_pos == sysctl.note_size)) {
179 sysctl.nr_note_buffer_overflow++;
180 note_pos = sysctl.note_size - 1;
212 max = sizeof(struct op_note) * sysctl.note_size;
318 max = sizeof(struct op_buffer_head) + sizeof(struct op_sample) * sysctl.buf_size;
437 sysctl
[all...]
/external/kernel-headers/original/linux/
H A Dipv6.h175 void *sysctl; member in struct:ipv6_devconf

Completed in 158 milliseconds