HomeSort by relevance Sort by last modified time
    Searched defs:sysctl (Results 1 - 5 of 5) sorted by null

  /external/oprofile/module/
oprofile.c 30 /* 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.nr_note_buffer_overflow = 0
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ipv6.h 160 void *sysctl; member in struct:ipv6_devconf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipv6.h 160 void *sysctl; member in struct:ipv6_devconf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipv6.h 160 void *sysctl; member in struct:ipv6_devconf
  /external/kernel-headers/original/linux/
ipv6.h 175 void *sysctl; member in struct:ipv6_devconf

Completed in 230 milliseconds