Lines Matching refs:dummy_string
30 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()
99 if (*ppos >= sizeof(dummy_string)) in read_dummy_rwsem_write()
110 return simple_read_from_buffer(user_buf, count, ppos, dummy_string, in read_dummy_rwsem_write()
111 sizeof(dummy_string)); in read_dummy_rwsem_write()