Home
last modified time | relevance | path

Searched refs:ALIGN_BOUNDARY (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_queue.c942 ALIGN_BOUNDARY(softs->num_elem_per_op_obq, 4); in pqisrc_alloc_and_create_ob_queues()
H A Dsmartpqi_defines.h90 #define ALIGN_BOUNDARY(a, n) { \ macro