Home
last modified time | relevance | path

Searched refs:skipped (Results 1 – 5 of 5) sorted by relevance

/subsys/net/ip/
A Dipv6_mld.c47 size_t skipped; member
170 info->skipped++; in append_mcast_routes()
356 info.skipped = 0; in send_mld_report()
368 if (info.skipped) { in send_mld_report()
375 count -= info.skipped; in send_mld_report()
382 net_pkt_remove_tail(pkt, info.skipped * sizeof(struct net_icmpv6_mld_mcast_record)); in send_mld_report()
/subsys/bluetooth/controller/ll_sw/nordic/lll/
A Dlll_sync_iso.c598 uint8_t skipped; in isr_rx() local
783 skipped = 0U; in isr_rx()
811 skipped++; in isr_rx()
831 skipped++; in isr_rx()
877 skipped++; in isr_rx()
894 skipped += (lll->irc - lll->irc_curr) * lll->bn; in isr_rx()
959 skipped = (bis_idx_new - bis_idx) * in isr_rx()
973 skipped = ((bis_idx_new - bis_idx) * in isr_rx()
1212 } else if (!skipped) { in isr_rx()
1232 skipped -= (bis_idx_new - bis_idx_old) * in isr_rx()
[all …]
/subsys/testsuite/ztest/
A DKconfig213 that while tests will still be marked as skipped on failed zassume calls, the final test
215 that skipped with the ZTEST_EXPECT_SKIP annotation.
/subsys/bluetooth/host/
A Datt.c456 struct k_fifo skipped; in get_first_buf_matching_chan() local
461 k_fifo_init(&skipped); in get_first_buf_matching_chan()
469 k_fifo_put(&skipped, buf); in get_first_buf_matching_chan()
475 while ((buf = k_fifo_get(&skipped, K_NO_WAIT))) { in get_first_buf_matching_chan()
479 __ASSERT_NO_MSG(k_fifo_is_empty(&skipped)); in get_first_buf_matching_chan()
/subsys/bluetooth/controller/
A DKconfig.ll_sw_split779 leading to skipped events amongst active roles.
1334 currently skipped event becomes the next event with lazy value

Completed in 33 milliseconds