Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/sched/
H A Dedge_migration.c67 …test_thread_t background = create_thread(TH_BUCKET_SHARE_BG, tg, root_bucket_to_highest_pri[TH_BUC… variable
72 enqueue_thread(pset_target(0), background);
77 ret = dequeue_thread_expect(pset_target(0), background);
80 enqueue_thread(pset_target(1), background);
83 ret = dequeue_thread_expect(pset_target(1), background);
85 cpu_set_thread_current(pset_id_to_cpu_id(1), background);
/xnu-12377.41.6/osfmk/mach/
H A Dktrace_background.defs30 * Interface definition for background available notifications for the
/xnu-12377.41.6/bsd/netinet/
H A Dip_output.c2574 unsigned background = 0; in ip_ctloutput() local
2576 error = sooptcopyin(sopt, &background, in ip_ctloutput()
2577 sizeof(background), sizeof(background)); in ip_ctloutput()
2582 if (background) { in ip_ctloutput()
2774 unsigned background = (so->so_flags1 & in ip_ctloutput() local
2776 return sooptcopyout(sopt, &background, in ip_ctloutput()
2777 sizeof(background)); in ip_ctloutput()
/xnu-12377.41.6/doc/vm/
H A Dpageout_scan.md134 3. Look for a background page. On Intel systems, we heavily bias towards
135 background pages during dark-wake mode to ensure background tasks (e.g.
H A Dfreezer.md64 …other 80MB stays on NAND. As a result, when the app is put back in the background it goes to band …
68 Once a thawed app goes back into the background, we may re-freeze it. The exact heuristics for re-f…
/xnu-12377.41.6/bsd/kern/
H A Dkern_resource.c1271 int background = false; in do_background_socket() local
1284 background = proc_get_effective_thread_policy(thread, TASK_POLICY_ALL_SOCKETS_BG); in do_background_socket()
1286 background = proc_get_effective_task_policy(proc_task(p), TASK_POLICY_ALL_SOCKETS_BG); in do_background_socket()
1289 if (background) { in do_background_socket()
1304 if (necp_set_client_as_background(p, fp, background)) { in do_background_socket()
1331 if (necp_set_client_as_background(p, fp, background)) { in do_background_socket()
/xnu-12377.41.6/tools/lldbmacros/
H A Dskywalk.py539 if necp.background != 0:
/xnu-12377.41.6/bsd/net/
H A Dnecp.h1547 extern bool necp_set_client_as_background(proc_t proc, struct fileproc *fp, bool background); // Se…
H A Dnecp_client.c661 unsigned background : 1; member
4869 if (client_fd->background) { in necp_update_client_result()
4883 u_int32_t background = client_fd->background; in necp_update_client_result() local
4885 sizeof(background), &background, &updated, in necp_update_client_result()
5559 bool background) in necp_set_client_as_background() argument
5583 client_fd->background = background; in necp_set_client_as_background()