Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dledger.h114 struct ledger_entry_info { struct
266 struct ledger_entry_info *lei);
H A Dpolicy_internal.h381 struct ledger_entry_info *ledger_info,
426 struct ledger_entry_info *ledger_info);
H A Dledger.c2331 struct ledger_entry_info *lei, in ledger_fill_entry_info()
2373 struct ledger_entry_info *lei_buf = NULL, *lei_curr = NULL; in ledger_get_task_entry_info_multiple()
2390 size = (*len) * sizeof(struct ledger_entry_info); in ledger_get_task_entry_info_multiple()
2415 struct ledger_entry_info *lei) in ledger_get_entry_info()
H A Dtask_policy.c3930 struct ledger_entry_info *linfo, in send_resource_violation()
4067 struct ledger_entry_info *linfo) in trace_resource_violation()
4078 struct ledger_entry_info *linfo) in trace_resource_violation()
H A Dbsd_kern.c1332 struct ledger_entry_info lei; in get_task_logical_writes()
H A Dcoalition.c466 struct ledger_entry_info lei; in SENDING_NOTIFICATION__THIS_COALITION_IS_CAUSING_TOO_MUCH_IO()
H A Dthread.c2559 struct ledger_entry_info lei; in SENDING_NOTIFICATION__THIS_THREAD_IS_CONSUMING_TOO_MUCH_CPU()
H A Dtask.c8109 struct ledger_entry_info lei; in SENDING_NOTIFICATION__THIS_PROCESS_IS_CAUSING_TOO_MANY_WAKEUPS()
8346 struct ledger_entry_info lei = {}; in SENDING_NOTIFICATION__THIS_PROCESS_IS_CAUSING_TOO_MUCH_IO()
/xnu-11215.81.4/tests/vm/
H A Dneural_footprint.c48 static struct ledger_entry_info *lei = NULL;
125 lei = (struct ledger_entry_info *) in ledger_init()
H A Dvm_reclaim.c366 struct ledger_entry_info *lei = NULL; in get_ledger_entry_for_pid()
/xnu-11215.81.4/tests/
H A Dvm_phys_footprint.c44 static struct ledger_entry_info *lei = NULL;
120 lei = (struct ledger_entry_info *) in ledger_init()
/xnu-11215.81.4/bsd/kern/
H A Dsys_generic.c2341 sz = len * sizeof(struct ledger_entry_info); in ledger()