Home
last modified time | relevance | path

Searched refs:next (Results 1651 - 1675 of 12627) sorted by relevance

1...<<61626364656667686970>>...506

/kernel/linux/linux-5.10/net/netfilter/ipset/
H A Dip_set_hash_ipport.c75 hash_ipport4_data_next(struct hash_ipport4_elem *next, in hash_ipport4_data_next() argument
78 next->ip = d->ip; in hash_ipport4_data_next()
79 next->port = d->port; in hash_ipport4_data_next()
176 ip = ntohl(h->next.ip); in hash_ipport4_uadt()
178 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipport4_uadt()
184 hash_ipport4_data_next(&h->next, &e); in hash_ipport4_uadt()
234 hash_ipport6_data_next(struct hash_ipport6_elem *next, in hash_ipport6_data_next() argument
237 next->port = d->port; in hash_ipport6_data_next()
327 port = ntohs(h->next in hash_ipport6_uadt()
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H A Drtw_sta_mgt.c145 plist = phead->next; in _rtw_free_sta_priv()
151 plist = plist->next; in _rtw_free_sta_priv()
322 plist = phead->next; in rtw_free_stainfo()
327 plist = plist->next; in rtw_free_stainfo()
398 plist = phead->next; in rtw_free_all_stainfo()
403 plist = plist->next; in rtw_free_all_stainfo()
434 plist = phead->next; in rtw_get_stainfo()
444 plist = plist->next; in rtw_get_stainfo()
492 plist = phead->next; in rtw_access_ctrl()
495 plist = plist->next; in rtw_access_ctrl()
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-fsi.c247 * Add the next byte of instruction to the 8-byte sequence register. in fsi_spi_sequence_add()
248 * Then decrement the counter so that the next instruction will go in in fsi_spi_sequence_add()
484 struct spi_transfer *next = NULL; in fsi_spi_transfer_one_message() local
508 next = list_next_entry(transfer, transfer_list); in fsi_spi_transfer_one_message()
511 if (next->rx_buf) { in fsi_spi_transfer_one_message()
512 if (next->len > ctx->max_xfr_size) { in fsi_spi_transfer_one_message()
518 next->len); in fsi_spi_transfer_one_message()
521 next); in fsi_spi_transfer_one_message()
525 next = NULL; in fsi_spi_transfer_one_message()
539 if (next) { in fsi_spi_transfer_one_message()
[all...]
/kernel/linux/linux-6.6/fs/ceph/
H A Dquota.c216 struct ceph_snap_realm *realm, *next; in get_quota_realm() local
257 next = realm->parent; in get_quota_realm()
258 if (has_quota || !next) { in get_quota_realm()
264 ceph_get_snap_realm(mdsc, next); in get_quota_realm()
266 realm = next; in get_quota_realm()
326 struct ceph_snap_realm *realm, *next; in check_quota_exceeded() local
396 next = realm->parent; in check_quota_exceeded()
397 if (exceeded || !next) in check_quota_exceeded()
399 ceph_get_snap_realm(mdsc, next); in check_quota_exceeded()
401 realm = next; in check_quota_exceeded()
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-fsi.c283 * Add the next byte of instruction to the 8-byte sequence register. in fsi_spi_sequence_add()
284 * Then decrement the counter so that the next instruction will go in in fsi_spi_sequence_add()
439 struct spi_transfer *next = NULL; in fsi_spi_transfer_one_message() local
466 next = list_next_entry(transfer, transfer_list); in fsi_spi_transfer_one_message()
469 if (next->rx_buf) { in fsi_spi_transfer_one_message()
472 if (next->len > SPI_FSI_MAX_RX_SIZE) { in fsi_spi_transfer_one_message()
478 next->len); in fsi_spi_transfer_one_message()
480 shift = SPI_FSI_SEQUENCE_SHIFT_IN(next->len); in fsi_spi_transfer_one_message()
483 next = NULL; in fsi_spi_transfer_one_message()
497 if (next) { in fsi_spi_transfer_one_message()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dflowring.c52 search = search->next; in brcmf_flowring_is_tdls_mac()
400 search = search->next; in brcmf_flowring_detach()
452 search = search->next; in brcmf_flowring_delete_peer()
467 prev->next = search->next; in brcmf_flowring_delete_peer()
469 flow->tdls_entry = search->next; in brcmf_flowring_delete_peer()
488 tdls_entry->next = NULL; in brcmf_flowring_add_tdls_peer()
495 while (search->next) { in brcmf_flowring_add_tdls_peer()
496 search = search->next; in brcmf_flowring_add_tdls_peer()
500 search->next in brcmf_flowring_add_tdls_peer()
[all...]
/kernel/linux/linux-6.6/drivers/leds/trigger/
H A Dledtrig-pattern.c28 struct led_pattern *next; member
41 data->curr = data->next; in pattern_trig_update_patterns()
45 if (data->next == data->patterns + data->npatterns - 1) in pattern_trig_update_patterns()
46 data->next = data->patterns; in pattern_trig_update_patterns()
48 data->next++; in pattern_trig_update_patterns()
65 step_brightness = abs(data->next->brightness - data->curr->brightness); in pattern_trig_compute_brightness()
68 if (data->next->brightness > data->curr->brightness) in pattern_trig_compute_brightness()
82 if (data->curr->brightness == data->next->brightness) { in pattern_trig_timer_function()
88 if (!data->next->delta_t) { in pattern_trig_timer_function()
92 /* Select next tupl in pattern_trig_timer_function()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/
H A Dconf.c26 struct card_data *next; member
104 for (conf = conf_cards; conf; conf = conf->next) { in conf_data_by_card()
202 snd_config_iterator_t i, next; in sysfs_match() local
208 snd_config_for_each(i, next, config) { in sysfs_match()
236 snd_config_iterator_t i, next; in test_filename1() local
247 snd_config_for_each(i, next, card_config) { in test_filename1()
263 data->next = conf_cards; in test_filename1()
328 conf_cards = conf->next; in conf_free()
377 snd_config_iterator_t i, next; in conf_get_count() local
390 snd_config_for_each(i, next, cf in conf_get_count()
[all...]
/kernel/linux/linux-6.6/net/netfilter/ipset/
H A Dip_set_hash_ipport.c79 hash_ipport4_data_next(struct hash_ipport4_elem *next, in hash_ipport4_data_next() argument
82 next->ip = d->ip; in hash_ipport4_data_next()
83 next->port = d->port; in hash_ipport4_data_next()
188 ip = ntohl(h->next.ip); in hash_ipport4_uadt()
190 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipport4_uadt()
196 hash_ipport4_data_next(&h->next, &e); in hash_ipport4_uadt()
246 hash_ipport6_data_next(struct hash_ipport6_elem *next, in hash_ipport6_data_next() argument
249 next->port = d->port; in hash_ipport6_data_next()
348 port = ntohs(h->next in hash_ipport6_uadt()
[all...]
H A Dip_set_hash_ipportip.c77 hash_ipportip4_data_next(struct hash_ipportip4_elem *next, in hash_ipportip4_data_next() argument
80 next->ip = d->ip; in hash_ipportip4_data_next()
81 next->port = d->port; in hash_ipportip4_data_next()
184 ip = ntohl(h->next.ip); in hash_ipportip4_uadt()
186 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipportip4_uadt()
192 hash_ipportip4_data_next(&h->next, &e); in hash_ipportip4_uadt()
245 hash_ipportip6_data_next(struct hash_ipportip6_elem *next, in hash_ipportip6_data_next() argument
248 next->port = d->port; in hash_ipportip6_data_next()
343 port = ntohs(h->next in hash_ipportip6_uadt()
[all...]
/third_party/cares/include/
H A Dares.h358 /* These next 3 configure local binding for the out-going socket
531 struct ares_caa_reply *next; member
540 struct ares_srv_reply *next; member
548 struct ares_mx_reply *next; member
554 struct ares_txt_reply *next; member
562 struct ares_txt_ext *next; member
571 struct ares_naptr_reply *next; member
591 struct ares_uri_reply *next; member
621 struct ares_addrinfo_cname *next; member
709 struct ares_addr_node *next; member
718 struct ares_addr_port_node *next; global() member
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/iterator/
H A DTestUCharacterIterator.java58 completed = iterator.next(); in TestClone()
59 if (completed != cloned.next()) { in TestClone()
109 if (ch != iterator.next() && in TestIteration()
111 errln("Error mismatch in next() and nextCodePoint()"); in TestIteration()
115 if (UTF16.getLeadSurrogate(ch) != iterator.next() || in TestIteration()
116 UTF16.getTrailSurrogate(ch) != iterator.next()) { in TestIteration()
117 errln("Error mismatch in next and nextCodePoint for " + in TestIteration()
192 c =iter.next(); in TestIterationUChar32()
244 public int next() { in next() method in TestUCharacterIterator.UCharIterator
344 // - for previous(), 0 for current(), + for next() in previousNext()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
H A DTestUCharacterIterator.java55 completed = iterator.next(); in TestClone()
56 if (completed != cloned.next()) { in TestClone()
106 if (ch != iterator.next() && in TestIteration()
108 errln("Error mismatch in next() and nextCodePoint()"); in TestIteration()
112 if (UTF16.getLeadSurrogate(ch) != iterator.next() || in TestIteration()
113 UTF16.getTrailSurrogate(ch) != iterator.next()) { in TestIteration()
114 errln("Error mismatch in next and nextCodePoint for " + in TestIteration()
189 c =iter.next(); in TestIterationUChar32()
241 public int next() { in next() method in TestUCharacterIterator.UCharIterator
341 // - for previous(), 0 for current(), + for next() in previousNext()
[all...]
/third_party/mbedtls/library/
H A Dpkcs7.c252 name_cur = signer->issuer.next; in pkcs7_free_signer_info()
255 name_cur = name_cur->next; in pkcs7_free_signer_info()
258 signer->issuer.next = NULL; in pkcs7_free_signer_info()
419 prev->next = signer; in pkcs7_get_signers_info_set()
428 mbedtls_pkcs7_signer_info *signer = signers_set->next; in pkcs7_get_signers_info_set()
431 signer = signer->next; in pkcs7_get_signers_info_set()
435 signers_set->next = NULL; in pkcs7_get_signers_info_set()
528 * at next step of getting signers info and return error as invalid in pkcs7_get_signed_data()
707 for (signer = &pkcs7->signed_data.signers; signer; signer = signer->next) { in mbedtls_pkcs7_data_or_hash_verify()
761 signer_cur = pkcs7->signed_data.signers.next; in mbedtls_pkcs7_free()
[all...]
/third_party/node/deps/cares/include/
H A Dares.h13 * The above copyright notice and this permission notice (including the next
412 /* These next 3 configure local binding for the out-going socket
564 struct ares_caa_reply *next; member
573 struct ares_srv_reply *next; member
581 struct ares_mx_reply *next; member
587 struct ares_txt_reply *next; member
595 struct ares_txt_ext *next; member
604 struct ares_naptr_reply *next; member
624 struct ares_uri_reply *next; member
654 struct ares_addrinfo_cname *next; member
728 struct ares_addr_node *next; global() member
738 struct ares_addr_port_node *next; global() member
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Duitercollationiterator.cpp46 c = iter.next(&iter); in handleNextCE32()
55 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate()
112 c = iter.next(&iter); in handleNextCE32()
129 c = iter.next(&iter); in handleNextCE32()
146 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate()
166 c = iter.next(&iter);
181 UChar32 trail = iter.next(&iter);
219 iter.next(&iter);
221 iter.next(&iter);
238 iter.next(
[all...]
/third_party/icu/icu4c/source/i18n/
H A Duitercollationiterator.cpp46 c = iter.next(&iter); in handleNextCE32()
55 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate()
112 c = iter.next(&iter); in handleNextCE32()
129 c = iter.next(&iter); in handleNextCE32()
146 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate()
166 c = iter.next(&iter);
181 UChar32 trail = iter.next(&iter);
219 iter.next(&iter);
221 iter.next(&iter);
238 iter.next(
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duitercollationiterator.cpp46 c = iter.next(&iter); in handleNextCE32()
55 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate()
112 c = iter.next(&iter); in handleNextCE32()
129 c = iter.next(&iter); in handleNextCE32()
146 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate()
166 c = iter.next(&iter);
181 UChar32 trail = iter.next(&iter);
219 iter.next(&iter);
221 iter.next(&iter);
238 iter.next(
[all...]
/third_party/skia/third_party/externals/libwebp/src/mux/
H A Dmuxinternal.c52 WebPChunk* next; in ChunkRelease() local
57 next = chunk->next_; in ChunkRelease()
59 return next; in ChunkRelease()
93 // Returns next chunk in the chunk list with the given tag.
175 WebPChunk* const next = ChunkRelease(chunk); in ChunkDelete() local
177 return next; in ChunkDelete()
228 WebPMuxImage* next; in MuxImageRelease() local
237 next = wpi->next_; in MuxImageRelease()
239 return next; in MuxImageRelease()
328 WebPMuxImage* const next in MuxImageDelete() local
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dsessions.c98 struct Session *next; member
185 ret = ret->next; in get_session()
211 ret->next = sessions; in get_session()
687 struct Session *next; in expire_sessions() local
695 next = pos->next; in expire_sessions()
700 sessions = pos->next; in expire_sessions()
702 prev->next = next; in expire_sessions()
707 pos = next; in expire_sessions()
[all...]
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dpost_example.c76 struct Session *next; member
163 ret = ret->next; in get_session()
189 ret->next = sessions; in get_session()
670 struct Session *next; in expire_sessions() local
678 next = pos->next; in expire_sessions()
683 sessions = pos->next; in expire_sessions()
685 prev->next = next; in expire_sessions()
690 pos = next; in expire_sessions()
[all...]
/third_party/toybox/toys/pending/
H A Dinit.c26 struct action_list_seed *next; member
104 *y = x->next; //remove from the list in add_new_action()
105 while(*y) y = &(*y)->next; //traverse through list till end in add_new_action()
106 x->next = NULL; in add_new_action()
109 y = &(x)->next; in add_new_action()
195 *y = (*y)->next; in reload_inittab()
199 y = &(*y)->next; in reload_inittab()
290 for (x = action_list_pointer; x; x = x->next) { in mark_as_terminated_process()
313 for (; x; x = x->next) { in run_action_from_list()
384 for (x = action_list_pointer; x; x = x->next) { in restart_init_handler()
[all...]
/third_party/toybox/toys/posix/
H A Dgrep.c82 struct reg *next, *prev; member
154 // get next line, check and trim delimiter in do_grep()
162 // Prepare for next line in do_grep()
164 if (TT.reg) for (shoe = (void *)TT.reg; shoe; shoe = shoe->next) in do_grep()
176 for (seek = TT.e; seek; seek = seek->next) { in do_grep()
180 // No need to set fseek.next because this will match every line. in do_grep()
201 for (shoe = (void *)TT.reg; shoe; shoe = shoe->next) { in do_grep()
346 // If we discarded a line while displaying context, show bars before next in do_grep()
385 new->next = list; in parse_regex()
392 al = al->next; in parse_regex()
[all...]
/third_party/skia/fuzz/
H A DFuzzCommon.cpp14 fuzz->next(&v); in fuzz_nice_float()
106 fuzz->next(&test); in FuzzNicePath()
122 fuzz->next(&ui); in FuzzNicePath()
135 fuzz->next(&ui); in FuzzNicePath()
230 fuzz->next(&operation); in FuzzEvilPath()
235 fuzz->next(&a, &b); in FuzzEvilPath()
240 fuzz->next(&a, &b); in FuzzEvilPath()
245 fuzz->next(&a, &b, &c, &d); in FuzzEvilPath()
250 fuzz->next(&a, &b, &c, &d, &e); in FuzzEvilPath()
255 fuzz->next( in FuzzEvilPath()
[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs113 let ch = s.chars().next().unwrap(); in skip_whitespace()
158 match input.chars().next() { in word_break()
183 let first = match input.bytes().next() {
325 match chars.next() { in ident_not_raw()
387 while let Some((i, ch)) = chars.next() { in cooked_string()
393 '\r' => match chars.next() { in cooked_string()
397 '\\' => match chars.next() { in cooked_string()
421 while let Some((i, byte)) = bytes.next() { in raw_string()
427 b'\r' => match bytes.next() { in raw_string()
449 while let Some((offset, b)) = bytes.next() { in cooked_byte_string()
[all...]

Completed in 21 milliseconds

1...<<61626364656667686970>>...506