Searched refs:in_kernel (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dpcm_plugin.h160 int in_kernel);
162 char *ptr, snd_pcm_uframes_t size, int in_kernel);
165 int in_kernel);
168 int in_kernel);
H A Dpcm_oss.c1157 snd_pcm_sframes_t snd_pcm_oss_write3(struct snd_pcm_substream *substream, const char *ptr, snd_pcm_uframes_t frames, int in_kernel) argument
1176 if (in_kernel) {
1194 snd_pcm_sframes_t snd_pcm_oss_read3(struct snd_pcm_substream *substream, char *ptr, snd_pcm_uframes_t frames, int in_kernel) argument
1221 if (in_kernel) {
1243 snd_pcm_sframes_t snd_pcm_oss_writev3(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames, int in_kernel) argument
1262 if (in_kernel) {
1281 snd_pcm_sframes_t snd_pcm_oss_readv3(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames, int in_kernel) argument
1304 if (in_kernel) {
1318 static ssize_t snd_pcm_oss_write2(struct snd_pcm_substream *substream, const char *buf, size_t bytes, int in_kernel) argument
1326 if (!in_kernel) {
1418 snd_pcm_oss_read2(struct snd_pcm_substream *substream, char *buf, size_t bytes, int in_kernel) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/oprofile/
H A Dbuffer_sync.c288 static void add_kernel_ctx_switch(unsigned int in_kernel) argument
291 if (in_kernel)
375 add_sample(struct mm_struct *mm, struct op_sample *s, int in_kernel) argument
380 if (in_kernel) {
501 int in_kernel = 1; local
529 in_kernel = flags & IS_KERNEL;
554 if (add_sample(mm, sample, in_kernel))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dseq_kernel.h92 int in_kernel, int size_aligned);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Drdisc.c1276 int in_kernel; member in struct:table
1325 if (tp->in_kernel)
1341 if (tp->preference == max && !tp->in_kernel) {
1343 tp->in_kernel++;
1359 if (tp->in_kernel)
1402 tp->in_kernel = 0;
1406 if (!tp->in_kernel &&
1410 tp->in_kernel++;
1412 if (tp->preference == INELIGIBLE_PREF && tp->in_kernel) {
1414 tp->in_kernel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dtraps.c185 int in_kernel = 1; local
193 in_kernel = 0;
206 if (in_kernel) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_memory.c144 int in_kernel, int size_aligned)
158 if (! in_kernel)
165 in_kernel ? (snd_seq_dump_func_t)seq_copy_in_kernel :
143 snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf, int in_kernel, int size_aligned) argument

Completed in 89 milliseconds