Searched refs:INIT_BUFFER_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/arm64/mte/
H A Dmte_common_util.c22 #define INIT_BUFFER_SIZE 256 macro
183 char buffer[INIT_BUFFER_SIZE];
191 for (index = INIT_BUFFER_SIZE; index < size; index += INIT_BUFFER_SIZE) {
192 if (write(fd, buffer, INIT_BUFFER_SIZE) != INIT_BUFFER_SIZE) {
197 index -= INIT_BUFFER_SIZE;
209 char buffer[INIT_BUFFER_SIZE];
218 for (index = INIT_BUFFER_SIZE; index < map_size; index += INIT_BUFFER_SIZE)
[all...]
/linux-master/drivers/misc/ibmasm/
H A Ddot_command.c48 #define INIT_BUFFER_SIZE 32 macro
62 command = ibmasm_new_command(sp, INIT_BUFFER_SIZE);

Completed in 109 milliseconds