Searched refs:cleanup (Results 1 - 23 of 23) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dtattle.c60 cleanup(char *s) function
92 cleanup(compiler_version);
93 cleanup(extra_compiler_flags);
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_cc.h87 /* cleanup any state that is stored in the connection related to the algorithm */
88 int (*cleanup) (struct tcpcb *tp); member in struct:tcp_cc_algo
H A Dudp_var.h138 u_int64_t cleanup; member in struct:udpstat_local
H A Dtcp_newreno.c101 .cleanup = tcp_newreno_cleanup,
H A Dtcp_ledbat.c73 .cleanup = tcp_ledbat_cleanup,
H A Dtcp_var.h747 u_int64_t cleanup; member in struct:tcpstat_local
H A Dtcp_subr.c983 * the TF_SENDINPROG flag), defer the cleanup until after it returns
991 * with the cleanup.
999 if (CC_ALGO(tp)->cleanup != NULL) {
1000 CC_ALGO(tp)->cleanup(tp);
H A Dtcp_input.c3024 atomic_add_64(&ifp->if_tcp_stat->cleanup, 1);
4836 if (CC_ALGO(tp)->cleanup != NULL)
4837 CC_ALGO(tp)->cleanup(tp);
H A Dudp_usrreq.c678 atomic_add_64(&ifp->if_udp_stat->cleanup, 1);
1922 if (!lck_mtx_try_lock(&inp->inpcb_mtx)) /* skip if busy, no hurry for cleanup... */
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_priq.c1032 goto cleanup;
1036 goto cleanup;
1040 goto cleanup;
1044 goto cleanup;
1048 goto cleanup;
1052 goto cleanup;
1056 goto cleanup;
1060 goto cleanup;
1064 goto cleanup;
1068 goto cleanup;
[all...]
H A Dpktsched_qfq.c1792 goto cleanup;
1796 goto cleanup;
1800 goto cleanup;
1804 goto cleanup;
1808 goto cleanup;
1812 goto cleanup;
1816 goto cleanup;
1820 goto cleanup;
1824 goto cleanup;
1828 goto cleanup;
[all...]
H A Dpktsched_tcq.c993 goto cleanup;
997 goto cleanup;
1001 goto cleanup;
1005 goto cleanup;
1048 cleanup:
/darwin-on-arm/xnu/bsd/net/
H A Dif_utun.c363 goto cleanup;
372 goto cleanup;
377 goto cleanup;
389 goto cleanup;
406 cleanup:
H A Dif.c2930 goto cleanup;
2939 goto cleanup;
2946 goto cleanup;
2959 goto cleanup;
2965 goto cleanup;
2973 goto cleanup;
2980 goto cleanup;
2986 goto cleanup;
2996 goto cleanup;
3053 cleanup
[all...]
H A Ddlil.c3243 goto cleanup;
3261 goto cleanup;
3268 goto cleanup;
3286 goto cleanup;
3296 goto cleanup;
3400 goto cleanup;
3407 goto cleanup;
3476 cleanup:
3530 goto cleanup;
3563 goto cleanup;
[all...]
H A Dpf.c4758 goto cleanup;
4766 goto cleanup;
4773 goto cleanup;
4782 goto cleanup;
4787 cleanup:
4924 goto cleanup;
4946 goto cleanup;
4974 goto cleanup;
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_lat_ctx.c109 void cleanup(void* tsd);
383 cleanup(void* cookie) function
495 cleanup(tsd);
H A Dlmbench_bw_mem.c107 void cleanup(iter_t iterations, void *cookie);
190 cleanup(iter_t iterations, void *cookie) function
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6.c1777 goto cleanup;
1826 goto cleanup; /* XXX: should not fail */
1850 goto cleanup;
1862 goto cleanup;
1908 goto cleanup; /* XXX: should not fail */
1926 goto cleanup;
1937 goto cleanup;
2016 cleanup:
H A Dudp6_usrreq.c530 atomic_add_64(&ifp->if_udp_stat->cleanup, 1);
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_socket.c709 if (error) goto cleanup;
756 cleanup:
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c3282 goto cleanup;
3308 goto cleanup;
3436 cleanup:
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c18132 goto cleanup;
18140 goto cleanup;
18190 cleanup:

Completed in 268 milliseconds