Searched refs:WORK_REQ_SIZE (Results 1 – 5 of 5) sorted by relevance
244 tx_queue_create(&posix_work_queue, "POSIX work queue", WORK_REQ_SIZE, in posix_initialize()245 pointer, WORK_QUEUE_DEPTH*WORK_REQ_SIZE); in posix_initialize()247 pointer = pointer + (WORK_QUEUE_DEPTH * WORK_REQ_SIZE); in posix_initialize()
74 ULONG request[WORK_REQ_SIZE]; in posix_system_manager_entry()
714 ULONG request[WORK_REQ_SIZE]; in posix_destroy_pthread()
266 #define WORK_REQ_SIZE (TX_2_ULONG * (sizeof(ALIGN_TYPE)/sizeof(ULONG))) macro
54 (WORK_QUEUE_DEPTH * WORK_REQ_SIZE) + /* system queue size */