HomeSort by relevance Sort by last modified time
    Searched defs:sysctl (Results 1 - 6 of 6) 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
  /hardware/ti/wlan/wl1271/external_drivers/sdio/linux/
SdioDrv.c 257 u32 sysctl; member in struct:omap_hsmmc_regs
317 hsmmc_ctx.sysctl = OMAP_HSMMC_READ(SYSCTL);
331 OMAP_HSMMC_WRITE(SYSCTL, hsmmc_ctx.sysctl);
504 OMAP_HSMMC_WRITE(SYSCTL, OMAP_HSMMC_READ(SYSCTL) & ~CEN);
505 if ((OMAP_HSMMC_READ(SYSCTL) & CEN) != 0x0)
518 OMAP_HSMMC_WRITE(SYSCTL, OMAP_HSMMC_READ(SYSCTL) | SRA)
    [all...]

Completed in 594 milliseconds