Searched refs:fixed_queue_new (Results 1 – 25 of 25) sorted by relevance
58 queue = fixed_queue_new(0); in TEST_F()63 queue = fixed_queue_new(1); in TEST_F()68 queue = fixed_queue_new((size_t)-1); in TEST_F()73 queue = fixed_queue_new(TEST_QUEUE_SIZE); in TEST_F()86 queue = fixed_queue_new(0); in TEST_F()93 queue = fixed_queue_new(0); in TEST_F()100 queue = fixed_queue_new(TEST_QUEUE_SIZE); in TEST_F()112 queue = fixed_queue_new(TEST_QUEUE_SIZE); in TEST_F()131 queue = fixed_queue_new(TEST_QUEUE_SIZE); in TEST_F()153 queue = fixed_queue_new(TEST_QUEUE_SIZE); in TEST_F()[all …]
51 btm_cb.page_queue = fixed_queue_new(SIZE_MAX); in btm_init()52 btm_cb.sec_pending_q = fixed_queue_new(SIZE_MAX); in btm_init()
2667 btm_cb.sec_pending_q = fixed_queue_new(SIZE_MAX); in btm_sec_check_pending_reqs()
37 fixed_queue_t* fixed_queue_new(size_t capacity);
479 cmd_q = fixed_queue_new(SIZE_MAX); in Allocate()480 rsp_q = fixed_queue_new(SIZE_MAX); in Allocate()
125 p_port->tx.queue = fixed_queue_new(SIZE_MAX); in port_set_defaults()126 p_port->rx.queue = fixed_queue_new(SIZE_MAX); in port_set_defaults()
179 p_mcb->cmd_q = fixed_queue_new(SIZE_MAX); in rfc_alloc_multiplexer_channel()
76 ret->work_queue = fixed_queue_new(work_queue_capacity); in thread_new_sized()
45 fixed_queue_t* fixed_queue_new(size_t capacity) { in fixed_queue_new() function
348 default_callback_queue = fixed_queue_new(SIZE_MAX); in lazy_initialize()
273 p_lcb->tx_q = fixed_queue_new(SIZE_MAX); in avct_lcb_alloc()
1105 p_ccb->tx_queue = fixed_queue_new(SIZE_MAX); in gap_allocate_ccb()1106 p_ccb->rx_queue = fixed_queue_new(SIZE_MAX); in gap_allocate_ccb()
109 gatt_cb.sign_op_queue = fixed_queue_new(SIZE_MAX); in gatt_init()110 gatt_cb.srv_chg_clt_q = fixed_queue_new(SIZE_MAX); in gatt_init()
433 p_tcb->pending_ind_q = fixed_queue_new(SIZE_MAX); in gatt_allocate_tcb_by_bdaddr()
124 p_cmd->multi_rsp_q = fixed_queue_new(SIZE_MAX); in process_read_multi_rsp()
55 bt_msg_queue_ = fixed_queue_new(SIZE_MAX); in SetUp()
93 p_lcb->le_sec_pending_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_lcb()1477 p_ccb->xmit_hold_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()1478 p_ccb->fcrb.srej_rcv_hold_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()1479 p_ccb->fcrb.retrans_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()1480 p_ccb->fcrb.waiting_for_ack_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()
758 p_ccb->fcrb.srej_rcv_hold_q = fixed_queue_new(SIZE_MAX); in l2c_fcr_proc_pdu()
71 bt_msg_queue_ = fixed_queue_new(SIZE_MAX); in SetUp()
185 btif_a2dp_sink_cb.rx_audio_queue = fixed_queue_new(SIZE_MAX); in btif_a2dp_sink_init()
344 btif_a2dp_source_cb.tx_audio_queue = fixed_queue_new(SIZE_MAX); in btif_a2dp_source_startup()
113 p_scb->data_queue = fixed_queue_new(SIZE_MAX); in bta_pan_conn_state_cback()
368 p_dev->get_rpt_id_queue = fixed_queue_new(SIZE_MAX); in bta_hh_co_open()
122 p_bcb->xmit_q = fixed_queue_new(SIZE_MAX); in bnepu_allocate_bcb()
1017 avrc_cb.ccb_int[*p_handle].cmd_q = fixed_queue_new(SIZE_MAX); in AVRC_Open()