Searched refs:pop_buf (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/preadv/ |
H A D | preadv03.c | 30 static char *pop_buf; variable 109 pop_buf = SAFE_MEMALIGN(blksz, blksz); in setup() 110 memset(pop_buf, 0x61, blksz); in setup() 111 SAFE_WRITE(SAFE_WRITE_ALL, fd, pop_buf, blksz); in setup() 113 memset(pop_buf, 0x62, blksz); in setup() 114 SAFE_WRITE(SAFE_WRITE_ALL, fd, pop_buf, blksz); in setup() 122 free(pop_buf); in cleanup()
|
/third_party/backends/backend/ |
H A D | kvs40xx.c | 149 static inline void pop_buf(struct buf *b) in pop_buf() function 681 pop_buf(b); in sane_read() 696 pop_buf(b); in sane_read()
|
Completed in 2 milliseconds