Searched refs:log_entry (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_log_buf.c | 1109 _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 D | umountf2.sh | 142 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 D | nis.x | 212 struct log_entry { struct 224 log_entry lr_entries<>; /* zero or more entries */ argument
|
/freebsd/tools/regression/fsx/ |
H A D | fsx.c | 70 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()
|