Searched refs:fixed_queue_new (Results 1 – 25 of 31) sorted by relevance
12
55 queue = fixed_queue_new(0); in TEST_F()60 queue = fixed_queue_new(1); in TEST_F()65 queue = fixed_queue_new((size_t)-1); in TEST_F()70 queue = fixed_queue_new(TEST_QUEUE_SIZE); in TEST_F()86 queue = fixed_queue_new(TEST_QUEUE_SIZE); in TEST_F()108 queue = fixed_queue_new(TEST_QUEUE_SIZE); in TEST_F()127 queue = fixed_queue_new(0); in TEST_F()133 queue = fixed_queue_new(1); in TEST_F()139 queue = fixed_queue_new((size_t)-1); in TEST_F()145 queue = fixed_queue_new(TEST_QUEUE_SIZE); in TEST_F()[all …]
41 fixed_queue_t *dummy_queue = fixed_queue_new(DUMMY_QUEUE_SIZE); in TEST_F()61 fixed_queue_t *dummy_queue0 = fixed_queue_new(DUMMY_QUEUE_SIZE); in TEST_F()62 fixed_queue_t *dummy_queue1 = fixed_queue_new(DUMMY_QUEUE_SIZE); in TEST_F()86 fixed_queue_t *dummy_queue = fixed_queue_new(DUMMY_QUEUE_SIZE); in TEST_F()87 fixed_queue_t *default_queue = fixed_queue_new(DUMMY_QUEUE_SIZE); in TEST_F()111 fixed_queue_t *dummy_queue = fixed_queue_new(DUMMY_QUEUE_SIZE); in TEST_F()134 fixed_queue_t *dummy_queue0 = fixed_queue_new(DUMMY_QUEUE_SIZE); in TEST_F()135 fixed_queue_t *dummy_queue1 = fixed_queue_new(DUMMY_QUEUE_SIZE); in TEST_F()162 fixed_queue_t *dummy_queue = fixed_queue_new(DUMMY_QUEUE_SIZE); in TEST_F()163 fixed_queue_t *dummy_queue_reregistered = fixed_queue_new(DUMMY_QUEUE_SIZE); in TEST_F()[all …]
306 fixed_queue_t *queue = fixed_queue_new(SIZE_MAX); in TEST_F()343 fixed_queue_t *queue = fixed_queue_new(SIZE_MAX); in TEST_F()401 fixed_queue_t *queue = fixed_queue_new(SIZE_MAX); in TEST_F()
54 btm_cb.page_queue = fixed_queue_new(SIZE_MAX); in btm_init()55 btm_cb.sec_pending_q = fixed_queue_new(SIZE_MAX); in btm_init()
139 btu_bta_msg_queue = fixed_queue_new(SIZE_MAX); in BTU_StartUp()143 btu_general_alarm_queue = fixed_queue_new(SIZE_MAX); in BTU_StartUp()
37 fixed_queue_t *fixed_queue_new(size_t capacity);
108 btu_hci_msg_queue = fixed_queue_new(SIZE_MAX); in bte_main_boot_entry()
387 p_ccb->cmd_q = fixed_queue_new(SIZE_MAX); in avdt_ccb_alloc()388 p_ccb->rsp_q = fixed_queue_new(SIZE_MAX); in avdt_ccb_alloc()
604 p_scb->frag_q = fixed_queue_new(SIZE_MAX); in avdt_scb_alloc()
133 p_port->tx.queue = fixed_queue_new(SIZE_MAX); in port_set_defaults()134 p_port->rx.queue = fixed_queue_new(SIZE_MAX); in port_set_defaults()
183 p_mcb->cmd_q = fixed_queue_new(SIZE_MAX); in rfc_alloc_multiplexer_channel()
74 ret->work_queue = fixed_queue_new(work_queue_capacity); in thread_new_sized()
91 ret->buffers = fixed_queue_new(max_buffer_count); in eager_reader_new()
44 fixed_queue_t *fixed_queue_new(size_t capacity) { in fixed_queue_new() function
363 default_callback_queue = fixed_queue_new(SIZE_MAX); in lazy_initialize()
107 gatt_cb.sign_op_queue = fixed_queue_new(SIZE_MAX); in gatt_init()108 gatt_cb.srv_chg_clt_q = fixed_queue_new(SIZE_MAX); in gatt_init()109 gatt_cb.pending_new_srv_start_q = fixed_queue_new(SIZE_MAX); in gatt_init()
314 p_elem->svc_db.svc_buffer = fixed_queue_new(SIZE_MAX); in gatt_alloc_hdl_buffer()971 p_tcb->pending_enc_clcb = fixed_queue_new(SIZE_MAX); in gatt_allocate_tcb_by_bdaddr()972 p_tcb->pending_ind_q = fixed_queue_new(SIZE_MAX); in gatt_allocate_tcb_by_bdaddr()975 p_tcb->sr_cmd.multi_rsp_q = fixed_queue_new(SIZE_MAX); in gatt_allocate_tcb_by_bdaddr()
327 p_lcb->tx_q = fixed_queue_new(SIZE_MAX); in avct_lcb_alloc()
208 command_queue = fixed_queue_new(SIZE_MAX); in start_up()214 packet_queue = fixed_queue_new(SIZE_MAX); in start_up()
177 btu_bta_alarm_queue = fixed_queue_new(SIZE_MAX); in bta_sys_init()
81 p_lcb->le_sec_pending_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_lcb()95 p_lcb->ucd_out_sec_pending_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_lcb()96 p_lcb->ucd_in_sec_pending_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_lcb()1582 p_ccb->xmit_hold_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()1583 p_ccb->fcrb.srej_rcv_hold_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()1584 p_ccb->fcrb.retrans_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()1585 p_ccb->fcrb.waiting_for_ack_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()
1175 p_ccb->tx_queue = fixed_queue_new(SIZE_MAX); in gap_allocate_ccb()1176 p_ccb->rx_queue = fixed_queue_new(SIZE_MAX); in gap_allocate_ccb()
135 p_clcb->pending_req_q = fixed_queue_new(SIZE_MAX); in gap_clcb_alloc()
111 p_scb->data_queue = fixed_queue_new(SIZE_MAX); in bta_pan_conn_state_cback()
880 btif_media_cmd_msg_queue = fixed_queue_new(SIZE_MAX); in btif_a2dp_start_media_task()1417 btif_media_cb.TxAaQ = fixed_queue_new(SIZE_MAX); in btif_media_thread_init()1418 btif_media_cb.RxSbcQ = fixed_queue_new(SIZE_MAX); in btif_media_thread_init()