Home
last modified time | relevance | path

Searched refs:debug_string (Results 1 – 3 of 3) sorted by relevance

/linux/fs/orangefs/
A Dorangefs-debugfs.c398 char *debug_string; in orangefs_debug_write() local
443 debug_string = kernel_debug_string; in orangefs_debug_write()
458 debug_string = client_debug_string; in orangefs_debug_write()
494 sprintf(s, "%s\n", debug_string); in orangefs_debug_write()
690 char *debug_string; in debug_mask_to_string() local
696 debug_string = client_debug_string; in debug_mask_to_string()
699 debug_string = kernel_debug_string; in debug_mask_to_string()
703 memset(debug_string, 0, ORANGEFS_MAX_DEBUG_STRING_LEN); in debug_mask_to_string()
721 len = strlen(debug_string); in debug_mask_to_string()
849 static void debug_string_to_mask(char *debug_string, void *mask, int type) in debug_string_to_mask() argument
[all …]
/linux/drivers/media/pci/bt8xx/
A Ddst_ca.c385 static int debug_string(u8 *msg, u32 length, u32 offset) in debug_string() function
405 debug_string(&p_ca_message->msg[4], length, 0); /* length is excluding tag & length */ in ca_set_pmt()
411 debug_string(hw_buffer->msg, (length + tag_length), 0); /* tags too */ in ca_set_pmt()
/linux/drivers/android/
A Dbinder.c3249 const char *debug_string; in binder_thread_write() local
3288 debug_string = "IncRefs"; in binder_thread_write()
3291 debug_string = "Acquire"; in binder_thread_write()
3294 debug_string = "Release"; in binder_thread_write()
3298 debug_string = "DecRefs"; in binder_thread_write()
3303 proc->pid, thread->pid, debug_string, in binder_thread_write()
3309 proc->pid, thread->pid, debug_string, in binder_thread_write()

Completed in 21 milliseconds