Searched refs:ALIGN_BOUNDARY (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/smartpqi/ | ||
| H A D | smartpqi_queue.c | 929 ALIGN_BOUNDARY(softs->num_elem_per_op_obq, 4); in pqisrc_alloc_and_create_ob_queues() |
| H A D | smartpqi_defines.h | 90 #define ALIGN_BOUNDARY(a, n) { \ macro |