Lines Matching refs:prev
477 sys_snode_t *curr, *prev = NULL; in get_first_req_matching_chan() local
486 prev = curr; in get_first_req_matching_chan()
490 sys_slist_remove(reqs, prev, curr); in get_first_req_matching_chan()
751 struct bt_att_chan *chan, *tmp, *prev = NULL; in att_send_process() local
755 if (err == -ENOENT && prev && in att_send_process()
756 (bt_att_is_enhanced(chan) == bt_att_is_enhanced(prev))) { in att_send_process()
770 prev = chan; in att_send_process()
887 struct bt_att_chan *chan, *tmp, *prev = NULL; in att_req_send_process() local
895 if (!req && prev && (bt_att_is_enhanced(chan) == bt_att_is_enhanced(prev))) { in att_req_send_process()
903 prev = chan; in att_req_send_process()
2297 sys_snode_t *prev; in exec_write_reassemble() local
2299 prev = NULL; in exec_write_reassemble()
2335 sys_slist_remove(list, prev, &entry->node); in exec_write_reassemble()
2338 prev = &entry->node; in exec_write_reassemble()