Searched refs:app (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/bsd/security/audit/ |
| H A D | audit_pipe.c | 270 struct audit_pipe_preselect *app; in audit_pipe_preselect_find() local 275 if (app->app_auid == auid) { in audit_pipe_preselect_find() 276 return app; in audit_pipe_preselect_find() 294 if (app != NULL) { in audit_pipe_preselect_get() 295 *maskp = app->app_mask; in audit_pipe_preselect_get() 320 if (app == NULL) { in audit_pipe_preselect_set() 321 app = app_new; in audit_pipe_preselect_set() 323 app->app_auid = auid; in audit_pipe_preselect_set() 326 app->app_mask = mask; in audit_pipe_preselect_set() 342 if (app != NULL) { in audit_pipe_preselect_delete() [all …]
|
| /xnu-11215/doc/vm/ |
| H A D | freezer.md | 15 …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… 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… 80 Since thawing an app does not remove the frozen bit, processes generally remain in the freezer unti… [all …]
|
| H A D | memorystatus_kills.md | 96 …ese kills synchronously on the thread doing the swapin. This can happen on app swap or freezer ena… 100 We're on an app swap enabled system (currently M1 or later iPads) and we're unable to allocate more… 101 Memorystatus will kill swap eligible processes (ones in app coalitions) in ascending jetsam priorit…
|
| H A D | memorystatus.md | 88 | 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…
|
| /xnu-11215/tests/ |
| H A D | ntp_adjtime_29192647.c | 196 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-11215/config/ |
| H A D | MASTER | 354 # code decryption... used on embedded for app protection, DSMOS on desktop
|