debug_string
const char *debug_string;
debug_string = "IncRefs";
debug_string = "Acquire";
debug_string = "Release";
debug_string = "DecRefs";
proc->pid, thread->pid, debug_string,
proc->pid, thread->pid, debug_string,
debug_string(&p_ca_message->msg[4], length, 0); /* length is excluding tag & length */
debug_string(hw_buffer->msg, (length + tag_length), 0); /* tags too */
char *debug_string;
debug_string = kernel_debug_string;
debug_string = client_debug_string;
sprintf(s, "%s\n", debug_string);
char *debug_string;
debug_string = client_debug_string;
debug_string = kernel_debug_string;
memset(debug_string, 0, ORANGEFS_MAX_DEBUG_STRING_LEN);
len = strlen(debug_string);
gossip_debug(GOSSIP_UTILS_DEBUG, "%s: string:%s:\n", __func__, debug_string);
static void debug_string_to_mask(char *debug_string, void *mask, int type)
char *strsep_fodder = kstrdup(debug_string, GFP_KERNEL);