Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dledger.h111 struct ledger_entry_info { struct
258 struct ledger_entry_info *lei);
H A Dpolicy_internal.h387 struct ledger_entry_info *ledger_info,
432 struct ledger_entry_info *ledger_info);
H A Dledger.c2222 struct ledger_entry_info *lei, in ledger_fill_entry_info()
2264 struct ledger_entry_info *lei_buf = NULL, *lei_curr = NULL; in ledger_get_task_entry_info_multiple()
2281 size = (*len) * sizeof(struct ledger_entry_info); in ledger_get_task_entry_info_multiple()
2306 struct ledger_entry_info *lei) in ledger_get_entry_info()
H A Dtask_policy.c3837 struct ledger_entry_info *linfo, in send_resource_violation()
3974 struct ledger_entry_info *linfo) in trace_resource_violation()
3985 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.c2498 struct ledger_entry_info lei; in SENDING_NOTIFICATION__THIS_THREAD_IS_CONSUMING_TOO_MUCH_CPU()
H A Dtask.c7574 struct ledger_entry_info lei; in SENDING_NOTIFICATION__THIS_PROCESS_IS_CAUSING_TOO_MANY_WAKEUPS()
7809 struct ledger_entry_info lei = {}; in SENDING_NOTIFICATION__THIS_PROCESS_IS_CAUSING_TOO_MUCH_IO()
/xnu-8020.101.4/tests/
H A Dvm_phys_footprint.c41 static struct ledger_entry_info *lei = NULL;
117 lei = (struct ledger_entry_info *) in ledger_init()
/xnu-8020.101.4/bsd/kern/
H A Dsys_generic.c2409 sz = len * sizeof(struct ledger_entry_info); in ledger()