Searched defs:thread_name (Results 1 - 3 of 3) sorted by relevance

/drivers/misc/
H A Dpti.c153 * @thread_name: The thread name associated with the master / channel or
159 * The thread name is retrieved from 'current' global variable if 'thread_name'
160 * is 'NULL', else it is retrieved from 'thread_name' parameter.
166 const char *thread_name)
179 if (!thread_name) {
189 thread_name_p = thread_name;
230 * @thread_name: The thread name associated with the master / channel or
244 const char *thread_name)
274 pti_control_frame_built_and_sent(mc, thread_name);
297 * @thread_name
165 pti_control_frame_built_and_sent(struct pti_masterchannel *mc, const char *thread_name) argument
241 get_id(u8 *id_array, int max_ids, int base_id, const char *thread_name) argument
304 pti_request_masterchannel(u8 type, const char *thread_name) argument
[all...]
/drivers/dma/
H A Ddmatest.c269 const char *thread_name = current->comm; local
273 thread_name, index, expected, actual);
277 thread_name, index, expected, actual);
280 thread_name, index, expected, actual);
283 thread_name, index, expected, actual);
/drivers/media/v4l2-core/
H A Dvideobuf2-core.c3183 const char *thread_name)
3206 threadio->thread = kthread_run(vb2_thread, q, "vb2-%s", thread_name);
3182 vb2_thread_start(struct vb2_queue *q, vb2_thread_fnc fnc, void *priv, const char *thread_name) argument

Completed in 151 milliseconds