Searched refs:skipped (Results 1 – 5 of 5) sorted by relevance
47 size_t skipped; member170 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()
598 uint8_t skipped; in isr_rx() local783 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 …]
213 that while tests will still be marked as skipped on failed zassume calls, the final test215 that skipped with the ZTEST_EXPECT_SKIP annotation.
456 struct k_fifo skipped; in get_first_buf_matching_chan() local461 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()
779 leading to skipped events amongst active roles.1334 currently skipped event becomes the next event with lazy value
Completed in 33 milliseconds