Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/skywalk/
H A Dskt_filter.c431 custom_ether_setup_args(int index, bool sender, bool tagged) in custom_ether_setup_args() argument
436 args->is_tagged = tagged; in custom_ether_setup_args()
437 if (tagged) { in custom_ether_setup_args()
1010 receiver_channel_start(char *name, char *options, bool tagged) in receiver_channel_start() argument
1017 custom_ether_setup_args(i, false, tagged); in receiver_channel_start()
1051 receiver_custom_ether_test(char *name, char *options, bool tagged) in receiver_custom_ether_test() argument
1053 receiver_channel_start(name, options, tagged); in receiver_custom_ether_test()
1222 sender_channel_start(char *name, char *options, bool tagged) in sender_channel_start() argument
1235 custom_ether_setup_args(i, true, tagged); in sender_channel_start()
1267 sender_custom_ether_test(char *name, char *options, bool tagged) in sender_custom_ether_test() argument
[all …]
/xnu-11417.101.15/bsd/skywalk/packet/
H A Dpbufpool.c2060 uint64_t *__counted_by(num)array, uint32_t num, boolean_t tagged, in pp_alloc_packet_common() argument
2105 if (tagged) { in pp_alloc_packet_common()
2141 uint64_t *__counted_by(*size)array, uint32_t *size, boolean_t tagged, in pp_alloc_packet_batch() argument
2156 i = pp_alloc_packet_common(pp, bufcnt, array, n, tagged, in pp_alloc_packet_batch()
/xnu-11417.101.15/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…