Searched refs:val_ (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/lib/ |
D | test_user_copy.c | 224 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() 290 ret |= test(!get_user(val_##size, (size __user *)kmem), \ in test_user_copy_init() 292 ret |= test(val_##size != (size)0, \ in test_user_copy_init() [all …]
|
/Linux-v5.4/net/tipc/ |
D | subscr.h | 101 #define tipc_evt_write(evt_, field_, val_) \ argument 104 u32 val__ = val_; \
|