Symbol: debug_string
drivers/android/binder.c
4159
const char *debug_string;
drivers/android/binder.c
4198
debug_string = "IncRefs";
drivers/android/binder.c
4201
debug_string = "Acquire";
drivers/android/binder.c
4204
debug_string = "Release";
drivers/android/binder.c
4208
debug_string = "DecRefs";
drivers/android/binder.c
4213
proc->pid, thread->pid, debug_string,
drivers/android/binder.c
4219
proc->pid, thread->pid, debug_string,
drivers/media/pci/bt8xx/dst_ca.c
405
debug_string(&p_ca_message->msg[4], length, 0); /* length is excluding tag & length */
drivers/media/pci/bt8xx/dst_ca.c
411
debug_string(hw_buffer->msg, (length + tag_length), 0); /* tags too */
fs/orangefs/orangefs-debugfs.c
421
char *debug_string;
fs/orangefs/orangefs-debugfs.c
465
debug_string = kernel_debug_string;
fs/orangefs/orangefs-debugfs.c
480
debug_string = client_debug_string;
fs/orangefs/orangefs-debugfs.c
516
sprintf(s, "%s\n", debug_string);
fs/orangefs/orangefs-debugfs.c
713
char *debug_string;
fs/orangefs/orangefs-debugfs.c
719
debug_string = client_debug_string;
fs/orangefs/orangefs-debugfs.c
722
debug_string = kernel_debug_string;
fs/orangefs/orangefs-debugfs.c
726
memset(debug_string, 0, ORANGEFS_MAX_DEBUG_STRING_LEN);
fs/orangefs/orangefs-debugfs.c
744
len = strlen(debug_string);
fs/orangefs/orangefs-debugfs.c
756
gossip_debug(GOSSIP_UTILS_DEBUG, "%s: string:%s:\n", __func__, debug_string);
fs/orangefs/orangefs-debugfs.c
871
static void debug_string_to_mask(char *debug_string, void *mask, int type)
fs/orangefs/orangefs-debugfs.c
874
char *strsep_fodder = kstrdup(debug_string, GFP_KERNEL);