Searched refs:closure (Results 1 – 8 of 8) sorted by relevance
339 struct closure { struct345 BUILD_ASSERT(sizeof(struct closure) <= CONFIG_BT_CONN_TX_USER_DATA_SIZE); argument350 ((struct closure *)storage)->cb = cb; in make_closure()351 ((struct closure *)storage)->data = data; in make_closure()356 return ((struct closure *)storage)->cb; in closure_cb()361 return ((struct closure *)storage)->data; in closure_data()
737 if (pdu->user_data_size < sizeof(struct closure)) { in bt_l2cap_send_pdu()3200 size_t ud_len = sizeof(struct closure); in user_data_not_empty()
314 callbacks around. See `struct closure` in conn_internal.h.
138 devicetree nodes, which is defined as the `transitive closure
189 They are items that we need to execute and drive to closure.
325 * ``ZEP-2423`` - samples/bluetooth/ipsp's builtin TCP echo crashes on TCP closure
2008 * Added ``LV_MEM_CUSTOM_FREE`` call on file closure.
315 if (buf->user_data_size < sizeof(struct closure)) { in bt_l2cap_br_send_cb()