Home
last modified time | relevance | path

Searched refs:tagged (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/tests/skywalk/
H A Dskt_filter.c430 custom_ether_setup_args(int index, bool sender, bool tagged) in custom_ether_setup_args() argument
435 args->is_tagged = tagged; in custom_ether_setup_args()
436 if (tagged) { in custom_ether_setup_args()
1009 receiver_channel_start(char *name, char *options, bool tagged) in receiver_channel_start() argument
1016 custom_ether_setup_args(i, false, tagged); in receiver_channel_start()
1050 receiver_custom_ether_test(char *name, char *options, bool tagged) in receiver_custom_ether_test() argument
1052 receiver_channel_start(name, options, tagged); in receiver_custom_ether_test()
1221 sender_channel_start(char *name, char *options, bool tagged) in sender_channel_start() argument
1234 custom_ether_setup_args(i, true, tagged); in sender_channel_start()
1266 sender_custom_ether_test(char *name, char *options, bool tagged) in sender_custom_ether_test() argument
[all …]
/xnu-12377.1.9/bsd/skywalk/packet/
H A Dpbufpool.c1975 uint64_t *__counted_by(num)array, uint32_t num, boolean_t tagged, in pp_alloc_packet_common() argument
2020 if (tagged) { in pp_alloc_packet_common()
2056 uint64_t *__counted_by(*size)array, uint32_t *size, boolean_t tagged, in pp_alloc_packet_batch() argument
2071 i = pp_alloc_packet_common(pp, bufcnt, array, n, tagged, in pp_alloc_packet_batch()
/xnu-12377.1.9/doc/observability/
H A Dcoalitions.md21 Each process occupies a *role* in its coalition: one process is tagged as the `COALITION_TASKROLE_L…
/xnu-12377.1.9/doc/scheduler/
H A Dsched_clutch_edge.md7 …mpts to achieve these goals by expecting all threads in the system to be tagged with a priority nu…