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

12

/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/oprofile/daemon/liblegacy/
H A Dopd_image.h24 * A binary (library, application, kernel or module)
39 /** thread id, on 2.2 kernel always == to tgid */
45 /** kernel image or not */
46 int kernel; member in struct:opd_image
76 * opd_get_kernel_image - get a kernel image
78 * @param app_name application owner of this kernel image. non-null only
94 * @param kernel is the image a kernel/module image
104 int kernel, pid_t tid, pid_t tgid);
H A Dopd_image.c51 verbprintf(vmisc, "Deleting image: name %s app_name %s, kernel %d, "
53 image->name, image->app_name, image->kernel,
58 "kernel %d, tid %d, tgid %d ref count %u\n",
59 image->name, image->app_name, image->kernel,
116 * @param kernel is the image a kernel/module image
129 opd_new_image(char const * name, char const * app_name, int kernel, argument
135 verbprintf(vmisc, "Creating image: %s %s, kernel %d, tid %d, "
136 "tgid %d\n", name, app_name, kernel, tid, tgid);
142 image->kernel
249 opd_get_image(char const * name, char const * app_name, int kernel, pid_t tid, pid_t tgid) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DConvolutionShader.cpp47 , m_kernelLocation(context->getUniformLocation(program, "kernel"))
65 " // Offset image coords by half of kernel width, in image texels\n"
78 "uniform float kernel[KERNEL_WIDTH];\n"
85 " sum += texture2D(image, coord) * kernel[i];\n"
99 void ConvolutionShader::use(const AffineTransform& transform, const AffineTransform& texTransform, const float* kernel, int kernelWidth, float imageIncrement[2]) argument
117 m_context->uniform1fv(m_kernelLocation, const_cast<float*>(kernel), kernelWidth);
H A DSharedGraphicsContext3D.cpp406 void SharedGraphicsContext3D::useConvolutionProgram(const AffineTransform& transform, const AffineTransform& texTransform, const float* kernel, int kernelWidth, float imageIncrement[2]) argument
409 m_convolutionShaders[kernelWidth - 1]->use(transform, texTransform, kernel, kernelWidth, imageIncrement);
/external/chromium/base/synchronization/
H A Dwaitable_event_watcher_posix.cc159 WaitableEvent::WaitableEventKernel* kernel = event->kernel_.get(); local
161 AutoLock locked(kernel->lock_);
166 if (kernel->signaled_) {
167 if (!kernel->manual_reset_)
168 kernel->signaled_ = false;
179 kernel_ = kernel;
205 // We have no kernel. This means that we never enqueued a Waiter on an
219 // We have a lock on the kernel. No one else can signal the event while we
/external/chromium/chrome/browser/sync/glue/
H A Dautofill_profile_model_associator_unittest.cc113 // Set up the entry kernel with what we want.
114 EntryKernel kernel; local
115 kernel.put(syncable::SPECIFICS, specifics);
116 kernel.put(syncable::META_HANDLE, 1);
120 .WillOnce(Return(&kernel));
188 // Set up the entry kernel with what we want.
189 EntryKernel kernel; local
190 kernel.put(syncable::SPECIFICS, specifics);
191 kernel.put(syncable::META_HANDLE, 1);
192 kernel
[all...]
/external/oprofile/module/
H A Doprofile.h18 #include <linux/kernel.h>
64 int kernel; member in struct:oprof_counter
/external/srtp/
H A DMakefile91 err = crypto/kernel/err.o
93 kernel = crypto/kernel/crypto_kernel.o crypto/kernel/alloc.o \ macro
94 crypto/kernel/key.o $(rng) $(err) # $(ust)
96 cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(replay)
/external/srtp/crypto/
H A DMakefile80 err = kernel/err.o
82 kernel = kernel/crypto_kernel.o kernel/alloc.o \ macro
83 kernel/key.o $(rng) $(err)
87 cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(xfm)
/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.h3 #include <linux/kernel.h>
22 /* Used inside the kernel */
24 } kernel; member in union:xt_entry_match::__anon5136
45 /* Used inside the kernel */
47 } kernel; member in union:xt_entry_target::__anon5139
70 * kernel supports, if >= revision. */
/external/iptables/include/linux/netfilter/
H A Dx_tables.h3 #include <linux/kernel.h>
22 /* Used inside the kernel */
24 } kernel; member in union:xt_entry_match::__anon5366
45 /* Used inside the kernel */
47 } kernel; member in union:xt_entry_target::__anon5369
70 * 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::__anon5816
46 /* Used inside the kernel */
48 } kernel; member in union:xt_entry_target::__anon5819
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::__anon5822
360 } kernel; member in union:compat_xt_entry_target::__anon5825
/external/oprofile/module/ia64/
H A Dop_pmu.c152 pmc_fill_in(ulong * val, u8 kernel, u8 user, u8 event, u8 um) argument
172 (kernel) ? (*val |= (1 << 0))
195 pmc_fill_in(&pmc_val, sysctl.ctr[ii].kernel,
264 /* from linux/arch/ia64/kernel/perfmon.c */
280 * the kernel because of a user request. Given we are on a UP non preeemptive
281 * kernel we know that no other task is running, so we cna simply update their
297 * position on pt_regs saved on stack on 1st entry into the kernel
454 if (!sysctl.ctr[i].user && !sysctl.ctr[i].kernel) {
455 printk(KERN_ERR "oprofile: neither kernel nor user "
602 tab[4] = ((ctl_table) { 1, "kernel",
[all...]
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEConvolveMatrix.cpp71 const Vector<float>& FEConvolveMatrix::kernel() const function in class:WebCore::FEConvolveMatrix
76 void FEConvolveMatrix::setKernel(const Vector<float>& kernel) argument
78 m_kernelMatrix = kernel;
182 Order (kernel matrix size): width: 3, height 4
185 The following figure shows the target inside the kernel matrix:
207 kernel matrix is bigger than the image, all pixels are calculated by this
/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...]
/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_backing_store.cc96 int UnpackEntry(SQLStatement* statement, EntryKernel** kernel) { argument
97 *kernel = NULL;
100 *kernel = new EntryKernel;
101 (*kernel)->clear_dirty(NULL);
105 (*kernel)->put(static_cast<Int64Field>(i), statement->column_int64(i));
108 (*kernel)->mutable_ref(static_cast<IdField>(i)).s_ =
112 (*kernel)->put(static_cast<BitField>(i), (0 != statement->column_int(i)));
115 (*kernel)->put(static_cast<StringField>(i),
119 (*kernel)->mutable_ref(static_cast<ProtoField>(i)).ParseFromArray(
122 ZeroFields((*kernel),
572 EntryKernel* kernel = NULL; local
[all...]
H A Dsyncable_unittest.cc51 EntryKernel kernel; local
52 scoped_ptr<DictionaryValue> value(kernel.ToValue());
285 EXPECT_TRUE(value->HasKey("kernel"));
/external/libvpx/vp8/common/
H A Dpostproc.c158 int kernel = 4; local
166 kernel += kernel5[2+i] * p_src[col+i*pitch];
169 v = (kernel >> 3);
183 int kernel = 4; local
193 kernel += kernel5[2+i] * p_src[col+i];
196 d[col&7] = (kernel >> 3);
/external/opencv/cv/include/
H A Dcv.hpp76 _ksize and _anchor specify the kernel size and the anchor point. _anchor=(-1,-1) means
201 static void init_gaussian_kernel( CvMat* kernel, double sigma=-1 );
237 const CvMat* get_kernel() const { return kernel; }
242 CvMat *kernel; member in class:CvLinearFilter

Completed in 380 milliseconds

12