Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 25 of 34) sorted by relevance

12

/xnu-11417.121.6/bsd/sys/
H A Dstat.h194 struct stat { struct
205 struct timespec st_ctimespec; /* time of last status change */ argument
211 time_t st_ctime; /* [XSI] Time of last status change */ argument
212 long st_ctimensec; /* nsec of last status change */ argument
229 struct stat64 __DARWIN_STRUCT_STAT64; argument
238 /* LP64 version of struct stat. time_t (see timespec) is a long and must argument
/xnu-11417.121.6/tests/
H A Dprioritize_process_launch.c318 int stat; in workloop_cb_test_intransit() local
355 int stat; in workloop_cb_test_knote_kill() local
389 int stat; in workloop_cb_test_sync_bootstrap() local
478 int stat; variable
501 int stat; variable
524 int stat; variable
547 int stat; variable
602 int stat; variable
633 int stat; variable
660 int stat; variable
[all …]
H A Dioperf.c163 perform_io(dt_stat_time_t stat) in perform_io()
/xnu-11417.121.6/osfmk/kern/
H A Dlock_group.c471 lck_grp_stat_enable(lck_grp_stat_t *stat) in lck_grp_stat_enable()
478 lck_grp_stat_disable(lck_grp_stat_t *stat) in lck_grp_stat_disable()
484 lck_grp_stat_enabled(lck_grp_stat_t *stat) in lck_grp_stat_enabled()
492 lck_grp_stat_inc(lck_grp_t *grp, lck_grp_stat_t *stat, bool always) in lck_grp_stat_inc()
506 lck_grp_inc_time_stats(lck_grp_t *grp, lck_grp_stat_t *stat, uint64_t time) in lck_grp_inc_time_stats()
542 lck_grp_stat_t *stat = &grp->lck_grp_stats.lgss_spin_spin; in __lck_grp_spin_update_spin() local
567 lck_grp_stat_t *stat = &grp->lck_grp_stats.lgss_ticket_spin; in __lck_grp_ticket_update_spin() local
H A Dlock_stat.h128 lockprof_probe(lck_grp_t *grp, lck_grp_stat_t *stat, uint64_t val) in lockprof_probe()
H A Dhost.c797 vm_statistics64_t stat = (vm_statistics64_t)info; in vm_stats() local
/xnu-11417.121.6/bsd/kern/
H A Dsys_socket.c117 int stat; in soo_read() local
140 int stat; in soo_write() local
/xnu-11417.121.6/bsd/dev/dtrace/
H A Dlockprof.c271 lck_grp_stat_t *stat; in lockprof_enable() local
303 lck_grp_stat_t *stat; in lockprof_disable() local
/xnu-11417.121.6/bsd/netinet6/
H A Desp_output.c264 struct ipsecstat *stat; in esp_output() local
977 struct ipsecstat *stat = NULL; in esp_kpipe_output() local
H A Desp_input.c1734 struct ipsecstat *stat = NULL; in esp_kpipe_input() local
H A Dicmp6.c201 icmp6_errcount(struct icmp6errstat *stat, int type, int code) in icmp6_errcount()
/xnu-11417.121.6/tests/vm/
H A Dapp_swap.c70 int ret, stat; in continue_child_and_wait_for_exit() local
/xnu-11417.121.6/osfmk/arm64/
H A Ddbgwrap.c135 dbgwrap_status_t stat = ml_dbgwrap_wait_cpu_halted(cpu_index, timeout_ns); in ml_dbgwrap_halt_cpu() local
/xnu-11417.121.6/bsd/net/
H A Dif_gif.c235 errno_t stat; in gif_attach_proto_family() local
H A Dif_stf.c254 errno_t stat; in stf_attach_inet6() local
/xnu-11417.121.6/libkern/os/
H A Dlog.c1172 #define LOG_STAT_CMP(cmp, b, a, e, stat, msg, test) \ argument
1178 #define LOG_STAT_EQ(b, a, e, stat, msg, test) \ argument
1180 #define LOG_STAT_GE(b, a, e, stat, msg, test) \ argument
/xnu-11417.121.6/tools/tests/MPMMTest/
H A DKQMPMMtest.c750 int stat; in thread_join() local
H A DMPMMtest.c859 int stat; in thread_join() local
/xnu-11417.121.6/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c216 uint32_t stat; in nx_netif_netagent_fill_port_info() local
/xnu-11417.121.6/osfmk/vm/
H A Dvm_purgeable.c1133 vm_purgeable_stats_helper(vm_purgeable_stat_t *stat, purgeable_q_t queue, int group, task_t target_… in vm_purgeable_stats_helper()
/xnu-11417.121.6/bsd/netinet/
H A Dtcp_input.c2072 #define TCP_INC_VAR(stat, npkts) do { \ in tcp_input() argument
7575 struct tcpstat *stat; variable
H A Dtcp_subr.c1381 struct if_tcp_ecn_perf_stat *stat) in tcp_flow_ecn_perf_stats()
1423 struct if_lim_perf_stat *stat) in tcp_flow_lim_stats()
H A Dtcp_timer.c2540 #define stat data.u.tcp_stats in tcp_report_stats() macro
/xnu-11417.121.6/bsd/net/pktsched/
H A Dpktsched_fq_codel.c1542 fq_if_grp_stat_sc(fq_if_t *fqs, fq_if_group_t *grp, cqrq_stat_sc_t *stat, uint64_t now) in fq_if_grp_stat_sc()
1612 fq_if_stat_sc(fq_if_t *fqs, cqrq_stat_sc_t *stat) in fq_if_stat_sc()
/xnu-11417.121.6/osfmk/arm/
H A Dmachine_routines_common.c364 perfcontrol_callout_stat_t stat) in perfcontrol_callout_stat_avg()

12