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