Home
last modified time | relevance | path

Searched refs:task_entry (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/
H A Duid_sys_stats.c59 struct task_entry { struct
122 static void get_full_task_comm(struct task_entry *task_entry, in get_full_task_comm() argument
132 __get_task_comm(task_entry->comm, TASK_COMM_LEN, task); in get_full_task_comm()
133 i = strlen(task_entry->comm); in get_full_task_comm()
135 task_entry->comm[i++] = ' '; in get_full_task_comm()
145 len = strlcpy(task_entry->comm + i, pathname, in get_full_task_comm()
148 task_entry->comm[i++] = ' '; in get_full_task_comm()
162 task_entry->comm[i++] = buf[offset]; in get_full_task_comm()
164 task_entry->comm[i++] = ' '; in get_full_task_comm()
171 while (task_entry->comm[i-1] == ' ') in get_full_task_comm()
[all …]
/OK3568_Linux_fs/kernel/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c90 scb->task_entry->symbol_name, in cs46xx_dsp_proc_scb_info_read()
91 scb->task_entry->address); in cs46xx_dsp_proc_scb_info_read()
266 struct dsp_symbol_entry * task_entry, in _dsp_create_generic_scb() argument
283 scb_data[SCBfuncEntryPtr] |= task_entry->address; in _dsp_create_generic_scb()
294 scb->task_entry = task_entry; in _dsp_create_generic_scb()
348 struct dsp_symbol_entry * task_entry; in cs46xx_dsp_create_generic_scb() local
350 task_entry = cs46xx_dsp_lookup_symbol (chip,task_entry_name, in cs46xx_dsp_create_generic_scb()
353 if (task_entry == NULL) { in cs46xx_dsp_create_generic_scb()
359 return _dsp_create_generic_scb (chip,name,scb_data,dest,task_entry, in cs46xx_dsp_create_generic_scb()
H A Dcs46xx_dsp_spos.h101 struct dsp_symbol_entry * task_entry; member
H A Ddsp_spos.c597 ins->scbs[i].task_entry->symbol_name, in cs46xx_dsp_proc_scb_read()
598 ins->scbs[i].task_entry->address); in cs46xx_dsp_proc_scb_read()
1112 ins->the_null_scb->task_entry = null_algorithm; in cs46xx_dsp_scb_and_task_init()
1594 async_codec_scb_desc->task_entry = s16_async_codec_input_task; in cs46xx_dsp_async_init()
1599 spdifi_scb_desc->task_entry = spdifi_task; in cs46xx_dsp_async_init()
1604 spdifo_scb_desc->task_entry = spdifo_task; in cs46xx_dsp_async_init()