Searched refs:check_buf (Results 1 – 2 of 2) sorted by relevance
/lib/ |
D | test_stackinit.c | 77 static u8 check_buf[MAX_VAR_SIZE]; variable 216 memset(check_buf, 0x00, sizeof(check_buf)); \ 222 sum += (check_buf[i] != 0xFF); \ 228 memset(check_buf, 0x00, sizeof(check_buf)); \ 246 sum += (check_buf[i] == 0xFF); \ 296 memcpy(check_buf, target_start, target_size); \ 412 memcpy(check_buf, target_start, target_size); in __leaf_switch_none() 423 memcpy(check_buf, target_start, target_size); in __leaf_switch_none()
|
D | test_meminit.c | 166 static bool __init check_buf(void *buf, int size, bool want_ctor, in check_buf() function 219 fail |= check_buf(bulk_array[i], size, want_ctor, want_rcu, want_zero); in do_kmem_cache_size() 226 fail |= check_buf(buf, size, want_ctor, want_rcu, want_zero); in do_kmem_cache_size() 253 fail |= check_buf(buf, size, want_ctor, want_rcu, in do_kmem_cache_size()
|