Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dledger.h111 struct ledger_entry_info { struct
258 struct ledger_entry_info *lei);
H A Dpolicy_internal.h389 struct ledger_entry_info *ledger_info,
434 struct ledger_entry_info *ledger_info);
H A Dledger.c2227 struct ledger_entry_info *lei, in ledger_fill_entry_info()
2269 struct ledger_entry_info *lei_buf = NULL, *lei_curr = NULL; in ledger_get_task_entry_info_multiple()
2286 size = (*len) * sizeof(struct ledger_entry_info); in ledger_get_task_entry_info_multiple()
2311 struct ledger_entry_info *lei) in ledger_get_entry_info()
H A Dtask_policy.c3858 struct ledger_entry_info *linfo, in send_resource_violation()
3995 struct ledger_entry_info *linfo) in trace_resource_violation()
4006 struct ledger_entry_info *linfo) in trace_resource_violation()
H A Dbsd_kern.c1296 struct ledger_entry_info lei; in get_task_logical_writes()
H A Dcoalition.c428 struct ledger_entry_info lei; in SENDING_NOTIFICATION__THIS_COALITION_IS_CAUSING_TOO_MUCH_IO()
H A Dthread.c2572 struct ledger_entry_info lei; in SENDING_NOTIFICATION__THIS_THREAD_IS_CONSUMING_TOO_MUCH_CPU()
H A Dtask.c7466 struct ledger_entry_info lei; in SENDING_NOTIFICATION__THIS_PROCESS_IS_CAUSING_TOO_MANY_WAKEUPS()
7701 struct ledger_entry_info lei = {}; in SENDING_NOTIFICATION__THIS_PROCESS_IS_CAUSING_TOO_MUCH_IO()
/xnu-8792.41.9/tests/vm/
H A Dvm_reclaim.c272 struct ledger_entry_info *lei = NULL; in get_ledger_entry_for_pid()
/xnu-8792.41.9/tests/
H A Dvm_phys_footprint.c44 static struct ledger_entry_info *lei = NULL;
120 lei = (struct ledger_entry_info *) in ledger_init()
/xnu-8792.41.9/bsd/kern/
H A Dsys_generic.c2349 sz = len * sizeof(struct ledger_entry_info); in ledger()