Home
last modified time | relevance | path

Searched refs:log_entry (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_log_buf.c1109 _tcp_log_entry_refcnt_add(struct tcp_log_mem *log_entry, const char *func, in _tcp_log_entry_refcnt_add() argument
1114 refcnt = atomic_fetchadd_int(&log_entry->tlm_refcnt, 1); in _tcp_log_entry_refcnt_add()
1117 func, line, log_entry, refcnt); in _tcp_log_entry_refcnt_add()
1123 _tcp_log_entry_refcnt_rem(struct tcp_log_mem *log_entry, const char *func, in _tcp_log_entry_refcnt_rem() argument
1128 refcnt = atomic_fetchadd_int(&log_entry->tlm_refcnt, -1); in _tcp_log_entry_refcnt_rem()
1131 func, line, log_entry, refcnt); in _tcp_log_entry_refcnt_rem()
1148 tcp_log_free_log_common(struct tcp_log_mem *log_entry, int *count __unused) in tcp_log_free_log_common() argument
1151 uma_zfree(tcp_log_zone, log_entry); in tcp_log_free_log_common()
1162 struct tcp_log_mem *log_entry; in tcp_log_free_entries() local
1165 while ((log_entry = STAILQ_FIRST(head)) != NULL) { in tcp_log_free_entries()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dumountf2.sh142 struct log_entry {
149 struct log_entry oplog[LOGSIZE]; /* the log */
257 struct log_entry *le;
283 struct log_entry *lp;
/freebsd/include/rpcsvc/
H A Dnis.x212 struct log_entry { struct
224 log_entry lr_entries<>; /* zero or more entries */ argument
/freebsd/tools/regression/fsx/
H A Dfsx.c70 struct log_entry { struct
77 struct log_entry oplog[LOGSIZE]; /* the log */ argument
164 struct log_entry *le; in do_log4()
192 struct log_entry *lp; in logdump()