HomeSort by relevance Sort by last modified time
    Searched refs:ALIGNSIZE (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/io/disktest/
main.h 61 #define ALIGNSIZE 4096 /* memory alignment size in bytes */
70 #define BUFALIGN(x) (void *) (((unsigned long)x + (OFF_T)(ALIGNSIZE - 1)) & (OFF_T)~(ALIGNSIZE - 1))
74 #define BUFALIGN(x) (void *) (((unsigned long)x + (ALIGNSIZE - 1)) & ~(ALIGNSIZE - 1))
childmain.c 647 (char *)ALLOC(((args->htrsiz * BLK_SIZE) + ALIGNSIZE))) == NULL) {
655 memset(buffer1, SET_CHAR, ((args->htrsiz * BLK_SIZE) + ALIGNSIZE));
659 (char *)ALLOC(((args->htrsiz * BLK_SIZE) + ALIGNSIZE))) == NULL) {
668 memset(buffer2, SET_CHAR, ((args->htrsiz * BLK_SIZE) + ALIGNSIZE));
main.c 199 (unsigned char *)ALLOC(data_buffer_size + ALIGNSIZE)) == NULL) {

Completed in 60 milliseconds