Home
last modified time | relevance | path

Searched refs:ledger_entry_info (Results 1 – 10 of 10) sorted by relevance

/xnu-8019.80.24/osfmk/kern/ !
H A Dledger.h111 struct ledger_entry_info { struct
258 struct ledger_entry_info *lei);
H A Dpolicy_internal.h383 struct ledger_entry_info *ledger_info,
428 struct ledger_entry_info *ledger_info);
H A Dledger.c2221 struct ledger_entry_info *lei, in ledger_fill_entry_info()
2263 struct ledger_entry_info *lei_buf = NULL, *lei_curr = NULL; in ledger_get_task_entry_info_multiple()
2280 size = (*len) * sizeof(struct ledger_entry_info); in ledger_get_task_entry_info_multiple()
2305 struct ledger_entry_info *lei) in ledger_get_entry_info()
H A Dtask_policy.c3825 struct ledger_entry_info *linfo, in send_resource_violation()
3962 struct ledger_entry_info *linfo) in trace_resource_violation()
3973 struct ledger_entry_info *linfo) in trace_resource_violation()
H A Dbsd_kern.c1316 struct ledger_entry_info lei; in get_task_logical_writes()
H A Dcoalition.c426 struct ledger_entry_info lei; in SENDING_NOTIFICATION__THIS_COALITION_IS_CAUSING_TOO_MUCH_IO()
H A Dthread.c2497 struct ledger_entry_info lei; in SENDING_NOTIFICATION__THIS_THREAD_IS_CONSUMING_TOO_MUCH_CPU()
H A Dtask.c7571 struct ledger_entry_info lei; in SENDING_NOTIFICATION__THIS_PROCESS_IS_CAUSING_TOO_MANY_WAKEUPS()
7806 struct ledger_entry_info lei; in SENDING_NOTIFICATION__THIS_PROCESS_IS_CAUSING_TOO_MUCH_IO()
/xnu-8019.80.24/tests/ !
H A Dvm_phys_footprint.c40 static struct ledger_entry_info *lei = NULL;
116 lei = (struct ledger_entry_info *) in ledger_init()
/xnu-8019.80.24/bsd/kern/ !
H A Dsys_generic.c2618 sz = len * sizeof(struct ledger_entry_info); in ledger()