Searched refs:val_ (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/lib/ |
D | test_user_copy.c | 94 val_##size = check; \ in test_user_copy_init() 95 ret |= test(put_user(val_##size, (size __user *)usermem), \ in test_user_copy_init() 97 val_##size = 0; \ in test_user_copy_init() 98 ret |= test(get_user(val_##size, (size __user *)usermem), \ in test_user_copy_init() 100 ret |= test(val_##size != check, \ in test_user_copy_init() 102 if (val_##size != check) { \ in test_user_copy_init() 104 (unsigned long long)val_##size, \ in test_user_copy_init() 154 val_##size = (check); \ in test_user_copy_init() 155 ret |= test(!get_user(val_##size, (size __user *)kmem), \ in test_user_copy_init() 157 ret |= test(val_##size != (size)0, \ in test_user_copy_init() [all …]
|
/Linux-v4.19/net/tipc/ |
D | subscr.h | 100 #define tipc_evt_write(evt_, field_, val_) \ argument 103 u32 val__ = val_; \
|