Home
last modified time | relevance | path

Searched refs:app (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.1.9/bsd/security/audit/
H A Daudit_pipe.c270 struct audit_pipe_preselect *app; in audit_pipe_preselect_find() local
274 TAILQ_FOREACH(app, &ap->ap_preselect_list, app_list) { in audit_pipe_preselect_find()
275 if (app->app_auid == auid) { in audit_pipe_preselect_find()
276 return app; in audit_pipe_preselect_find()
289 struct audit_pipe_preselect *app; in audit_pipe_preselect_get() local
293 app = audit_pipe_preselect_find(ap, auid); in audit_pipe_preselect_get()
294 if (app != NULL) { in audit_pipe_preselect_get()
295 *maskp = app->app_mask; in audit_pipe_preselect_get()
311 struct audit_pipe_preselect *app, *app_new; in audit_pipe_preselect_set() local
319 app = audit_pipe_preselect_find(ap, auid); in audit_pipe_preselect_set()
[all …]
/xnu-12377.1.9/doc/vm/
H A Dfreezer.md15 …eeze_count_for_wakeup()` processes. This is generally 1 process except for app swap enabled device…
17 …. Only suspended apps are eligible. See [app selection](#app-selection) below for details on how a…
19 …e a single virtually contiguous range of memory in the compressor for this app, so that we can wri…
36 For 2, daemons should not touch memory that is shared with a suspended app while that app is suspen…
41 <a name="app-selection"></a>
43 …se. See [rdar://83112455](rdar://83112455) for details. I suspect this is do the [app dock](#dock).
48 …ion. Therefore, freezing an app may mean freezing more than 1 process. Every app coalition has a l…
62 …is resumed we call it a thaw. Functionally, this is identical to a regular app resume. **We do no…
64 … frozen app with 100MB of dirty memory on NAND. On resume it may only touch 20MB and thus the othe…
68 Once a thawed app goes back into the background, we may re-freeze it. The exact heuristics for re-f…
[all …]
H A Dmemorystatus_kills.md82 …t and clean. Note that apps may also appear in the idle band when they are app-napped, but are not…
98 …ese kills synchronously on the thread doing the swapin. This can happen on app swap or freezer ena…
104 We're on an app swap enabled system (currently M1 or later iPads) and we're unable to allocate more…
105 Memorystatus will kill swap eligible processes (ones in app coalitions) in ascending jetsam priorit…
H A Dmemorystatus.md88 | 100 | `JETSAM_PRIORITY_FOREGROUND` | Foreground app processes |
158 …rystatus_pick_freeze_count_for_wakeup` returns 1 on most platforms. But if app swap is enabled (M1…
H A Dpageout_scan.md133 2. On non-app-swap systems (macOS), look for a "self-donated" page.
/xnu-12377.1.9/tests/
H A Dntp_adjtime_29192647.c196 uint64_t time1_usec, time2_usec, time_conv, us_delta, app; variable
264 app = time_conv / USEC_PER_SEC; //sec elapsed
267 time_delta += app * (FREQ_PPM);
269 app = time_conv % USEC_PER_SEC;
271 time_delta += (app * (FREQ_PPM)) / USEC_PER_SEC;
/xnu-12377.1.9/doc/observability/
H A Dcoalitions.md21 …OALITION_TASKROLE_LEADER`, XPC services have `COALITION_TASKROLE_XPC`, and app extensions have `CO…
33 Unlike jetsam coalitions, App extensions (which usually have a different vendor to their host app) …
126app and all its subprocesses'. For example, App extensions are spawned into separate *resource* co…
128 …tions (app level footprint). When jetsam needs to reclaim memory, it tries to kill processes assoc…
/xnu-12377.1.9/tests/unit/
H A DREADME.md99 - the "LLDB DAP" extension uses the lldb from the currently selected Xcode.app
118 - At the bottom, next to "Debugger:" add the path to an installed Xcode.app
119 …- (it doesn't have to be the Xcode.app which is currently selected or the one which is used to bui…
/xnu-12377.1.9/config/
H A DMASTER351 # code decryption... used on embedded for app protection, DSMOS on desktop