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

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-xen.c390 PRE(sysctl) {
391 struct vki_xen_sysctl *sysctl = (struct vki_xen_sysctl *)ARG1; local
393 PRINT("__HYPERVISOR_sysctl ( %d )", sysctl->cmd);
403 if (!sysctl)
406 switch (sysctl->interface_version)
413 VG_(dmsg)("WARNING: sysctl version %"PRIx32" not supported\n",
414 sysctl->interface_version);
430 (Addr)&sysctl->u._union._field, \
431 sizeof(sysctl->u._union._field))
435 switch (sysctl
1021 struct vki_xen_sysctl *sysctl = (struct vki_xen_sysctl *)ARG1; local
[all...]
/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...]

Completed in 150 milliseconds