Home
last modified time | relevance | path

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

/linux/lib/
A Dtest_user_copy.c224 val_##size = check; \ in test_user_copy_init()
225 ret |= test(put_user(val_##size, (size __user *)usermem), \ in test_user_copy_init()
227 val_##size = 0; \ in test_user_copy_init()
228 ret |= test(get_user(val_##size, (size __user *)usermem), \ in test_user_copy_init()
230 ret |= test(val_##size != check, \ in test_user_copy_init()
232 if (val_##size != check) { \ in test_user_copy_init()
234 (unsigned long long)val_##size, \ in test_user_copy_init()
289 val_##size = (check); \ in test_user_copy_init()
292 ret |= test(val_##size != (size)0, \ in test_user_copy_init()
294 if (val_##size != (size)0) { \ in test_user_copy_init()
[all …]
/linux/net/tipc/
A Dsubscr.h104 #define tipc_sub_write(sub_, field_, val_) \ argument
107 u32 val__ = val_; \
114 #define tipc_evt_write(evt_, field_, val_) \ argument
117 u32 val__ = val_; \

Completed in 5 milliseconds