Home
last modified time | relevance | path

Searched refs:dummy_string (Results 1 – 2 of 2) sorted by relevance

/linux/samples/hung_task/
H A Dhung_task_tests.c30 static const char dummy_string[] = "This is a dummy string."; variable
41 if (*ppos >= sizeof(dummy_string)) in read_dummy_mutex()
50 return simple_read_from_buffer(user_buf, count, ppos, dummy_string, in read_dummy_mutex()
51 sizeof(dummy_string)); in read_dummy_mutex()
59 if (*ppos >= sizeof(dummy_string)) in read_dummy_semaphore()
70 return simple_read_from_buffer(user_buf, count, ppos, dummy_string, in read_dummy_semaphore()
71 sizeof(dummy_string)); in read_dummy_semaphore()
79 if (*ppos >= sizeof(dummy_string)) in read_dummy_rwsem_read()
90 return simple_read_from_buffer(user_buf, count, ppos, dummy_string, in read_dummy_rwsem_read()
91 sizeof(dummy_string)); in read_dummy_rwsem_read()
[all …]
/linux/fs/smb/client/
H A Dcifssmb.c2323 char dummy_string[30]; in CIFSSMBRenameOpenFile() local
2362 sprintf(dummy_string, "cifs%x", pSMB->hdr.Mid); in CIFSSMBRenameOpenFile()
2365 dummy_string, 24, nls_codepage, remap); in CIFSSMBRenameOpenFile()