Searched defs:kernel (Results 1 - 10 of 10) sorted by relevance

/external/oprofile/daemon/
H A Dopd_events.h26 unsigned long kernel; member in struct:opd_event
H A Dopd_sfile.h50 /** kernel image if applicable */
51 struct kernel_image * kernel; member in struct:sfile
79 /** clear any sfiles that are for the kernel */
105 * that the PC value be set appropriately (needed for kernel images)
/external/oprofile/libop/
H A Dop_parse_event.h23 int kernel; member in struct:parsed_event
32 * event_name:count[:unit_mask:kernel:user]
/external/webkit/WebCore/svg/graphics/filters/
H A DSVGFEConvolveMatrix.cpp67 const Vector<float>& FEConvolveMatrix::kernel() const function in class:WebCore::FEConvolveMatrix
72 void FEConvolveMatrix::setKernel(const Vector<float>& kernel) argument
74 m_kernelMatrix = kernel;
166 << " [kernel matrix=" << m_kernelMatrix << "]"
171 << " [kernel unit length " << m_kernelUnitLength << "]"
/external/grub/stage2/
H A Dboot.c1 /* boot.c - load and bootstrap a kernel */
40 load_image (char *kernel, char *arg, kernel_t suggested_type, argument
64 if (!grub_open (kernel))
94 /* Use BUFFER as a linux kernel header, if the image is Linux zImage
125 kernel, so rely on the suggested type by the user. */
254 /* Your kernel is quite old... */
275 grub_printf (" linux 'zImage' kernel too big, try 'make bzImage'\n");
412 the "mem" option to the kernel command line. This has its
415 appeared in Linux 2.4.18, provides a pointer to the kernel
416 version string, so we could check it. But since kernel
[all...]
/external/iproute2/include/linux/netfilter/
H A Dx_tables.h23 /* Used inside the kernel */
25 } kernel; member in union:xt_entry_match::__anon1725
48 /* Used inside the kernel */
50 } kernel; member in union:xt_entry_target::__anon1728
74 * kernel supports, if >= revision. */
/external/netperf/
H A Dnetcpu_kstat10.c47 uint64_t kernel; member in struct:cpu_time_counters
65 "\t kernel %llu\n",counters[instance].kernel);
152 counters[cpu_num].kernel = knp->value.ui64;
352 spent in user, idle and kernel. We also have nanoseconds spent
355 accounting. this means that time accounted in user, kernel or
357 porpoises we do not really care about that for user and kernel,
366 time from each of user, kernel and idle in proportion to their
367 numbers. then we sum the corrected user, kernel and idle along
374 more interrupt time than the sum of user, kernel an
[all...]
H A Dnetcpu_pstatnew.c33 original psp_idlecycles - one for user, one for kernel and one for
44 uint64_t kernel; member in struct:cpu_time_counters
85 64-bit kernel the ".psc_hi" and ".psc_lo" fields are 64 bits,
122 res[i].kernel = (((uint64_t)psp[i].psp_systemcycles.psc_hi << 32) +
128 res[i].kernel);
165 "\t kernel %llu\n",counters[instance].kernel);
227 thing in measuring user, kernel, interrupt and idle all together
231 properly accounted. The sum of user, kernel, interrupt and idle
238 math with user, kernel an
[all...]
/external/kernel-headers/original/linux/netfilter/
H A Dx_tables.h21 /* Used inside the kernel */
23 } kernel; member in union:xt_entry_match::__anon2231
46 /* Used inside the kernel */
48 } kernel; member in union:xt_entry_target::__anon2234
64 * kernel supports, if >= revision. */
184 /* Called when userspace align differs from kernel space one */
232 /* Called when userspace align differs from kernel space one */
343 } kernel; member in union:compat_xt_entry_match::__anon2237
360 } kernel; member in union:compat_xt_entry_target::__anon2240
/external/openssl/crypto/rand/
H A Drand_win.c240 HMODULE kernel = LoadLibrary(TEXT("KERNEL32.DLL")); local
448 if (kernel)
469 GetProcAddress(kernel, "CreateToolhelp32Snapshot");
471 GetProcAddress(kernel, "CloseToolhelp32Snapshot");
472 heap_first = (HEAP32FIRST) GetProcAddress(kernel, "Heap32First");
473 heap_next = (HEAP32NEXT) GetProcAddress(kernel, "Heap32Next");
474 heaplist_first = (HEAP32LIST) GetProcAddress(kernel, "Heap32ListFirst");
475 heaplist_next = (HEAP32LIST) GetProcAddress(kernel, "Heap32ListNext");
476 process_first = (PROCESS32) GetProcAddress(kernel, "Process32First");
477 process_next = (PROCESS32) GetProcAddress(kernel, "Process32Nex
[all...]

Completed in 87 milliseconds