Home
last modified time | relevance | path

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

/xnu-8792.41.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-8792.41.9/doc/memorystatus/
H A Dfreezer.md19 …eeze_count_for_wakeup()` processes. This is generally 1 process except for app swap enabled device…
21 …. Only suspended apps are eligible. See [app selection](#app-selection) below for details on how a…
23 …e a single virtually contiguous range of memory in the compressor for this app, so that we can wri…
40 For 2, daemons should not touch memory that is shared with a suspended app while that app is suspen…
45 <a name="app-selection"></a>
47 …se. See [rdar://83112455](rdar://83112455) for details. I suspect this is do the [app dock](#dock).
52 …ion. Therefore, freezing an app may mean freezing more than 1 process. Every app coalition has a l…
66 …is resumed we call it a thaw. Functionally, this is identical to a regular app resume. **We do no…
68 … frozen app with 100MB of dirty memory on NAND. On resume it may only touch 20MB and thus the othe…
72 Once a thawed app goes back into the background, we may re-freeze it. The exact heuristics for re-f…
[all …]
H A Dkill.md102 …ese kills synchronously on the thread doing the swapin. This can happen on app swap or freezer ena…
106 We're on an app swap enabled system (currently M1 or later iPads) and we're unable to allocate more…
107 Memorystatus will kill swap eligible processes (ones in app coalitions) in ascending jetsam priorit…
H A Doverview.md93 | 100 | `JETSAM_PRIORITY_FOREGROUND` | Foreground app processes |
155 …rystatus_pick_freeze_count_for_wakeup` returns 1 on most platforms. But if app swap is enabled (M1…
/xnu-8792.41.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-8792.41.9/config/
H A DMASTER341 # code decryption... used on embedded for app protection, DSMOS on desktop