Home
last modified time | relevance | path

Searched refs:tmp_head (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c152 STAILQ_HEAD(, callback_head) tmp_head; in linux_rcu_cleaner_func()
157 STAILQ_INIT(&tmp_head); in linux_rcu_cleaner_func()
161 STAILQ_INSERT_HEAD(&tmp_head, rcu, entry); in linux_rcu_cleaner_func()
168 while ((rcu = STAILQ_FIRST(&tmp_head)) != NULL) { in linux_rcu_cleaner_func()
169 STAILQ_REMOVE_HEAD(&tmp_head, entry); in linux_rcu_cleaner_func()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_txp.c2479 static void txp_enlink_tmp(QUIC_STREAM **tmp_head, QUIC_STREAM *stream) in txp_generate_stream_frames()
2481 stream->txp_next = *tmp_head; in txp_generate_stream_frames()
2482 *tmp_head = stream; in txp_generate_stream_frames()
2488 QUIC_STREAM **tmp_head) in txp_generate_stream_frames()
2522 txp_enlink_tmp(tmp_head, stream); in txp_generate_stream_related()
2551 txp_enlink_tmp(tmp_head, stream); in txp_generate_stream_related()
2596 txp_enlink_tmp(tmp_head, stream); in txp_generate_stream_related()
2634 txp_enlink_tmp(tmp_head, stream); in txp_generate_stream_related()
2640 txp_enlink_tmp(tmp_head, stream); in txp_generate_stream_related()
2645 txp_enlink_tmp(tmp_head, strea in txp_generate_stream_related()
2494 txp_enlink_tmp(QUIC_STREAM ** tmp_head,QUIC_STREAM * stream) txp_enlink_tmp() argument
2503 txp_generate_stream_related(OSSL_QUIC_TX_PACKETISER * txp,struct txp_pkt * pkt,int * have_ack_eliciting,QUIC_STREAM ** tmp_head) txp_generate_stream_related() argument
[all...]
/freebsd/sys/net/route/
H A Dfib_algo.c1049 struct fib_data_head tmp_head = TAILQ_HEAD_INITIALIZER(tmp_head); in fib_cleanup_algo() local
1062 TAILQ_INSERT_TAIL(&tmp_head, fd, entries); in fib_cleanup_algo()
1069 TAILQ_FOREACH_SAFE(fd, &tmp_head, entries, fd_tmp) { in fib_cleanup_algo()