Searched refs:ca (Results 1 – 8 of 8) sorted by relevance
/tools/testing/selftests/bpf/progs/ |
D | bpf_cubic.c | 94 static inline void bictcp_reset(struct bictcp *ca) in bictcp_reset() argument 96 ca->cnt = 0; in bictcp_reset() 97 ca->last_max_cwnd = 0; in bictcp_reset() 98 ca->last_cwnd = 0; in bictcp_reset() 99 ca->last_time = 0; in bictcp_reset() 100 ca->bic_origin_point = 0; in bictcp_reset() 101 ca->bic_K = 0; in bictcp_reset() 102 ca->delay_min = 0; in bictcp_reset() 103 ca->epoch_start = 0; in bictcp_reset() 104 ca->ack_cnt = 0; in bictcp_reset() [all …]
|
D | bpf_dctcp.c | 50 struct dctcp *ca) in dctcp_reset() argument 52 ca->next_seq = tp->snd_nxt; in dctcp_reset() 54 ca->old_delivered = tp->delivered; in dctcp_reset() 55 ca->old_delivered_ce = tp->delivered_ce; in dctcp_reset() 62 struct dctcp *ca = inet_csk_ca(sk); in BPF_PROG() local 85 ca->prior_rcv_nxt = tp->rcv_nxt; in BPF_PROG() 86 ca->dctcp_alpha = min(dctcp_alpha_on_init, DCTCP_MAX_ALPHA); in BPF_PROG() 87 ca->loss_cwnd = 0; in BPF_PROG() 88 ca->ce_state = 0; in BPF_PROG() 95 dctcp_reset(tp, ca); in BPF_PROG() [all …]
|
/tools/testing/selftests/sched/ |
D | cs_prctl_test.c | 153 struct child_args *ca = (struct child_args *)arg; in child_func_process() local 155 close(ca->pfd[0]); in child_func_process() 157 create_threads(ca->num_threads, ca->thr_tids); in child_func_process() 159 write(ca->pfd[1], &ca->thr_tids, sizeof(int) * ca->num_threads); in child_func_process() 160 close(ca->pfd[1]); in child_func_process()
|
/tools/testing/selftests/move_mount_set_group/ |
D | move_mount_set_group_test.c | 311 struct child_args *ca = (struct child_args *)data; in get_nestedns_mount_cb() local 318 if (ca->shared) { in get_nestedns_mount_cb() 327 ca->unsfd = ret; in get_nestedns_mount_cb() 332 ca->mntnsfd = ret; in get_nestedns_mount_cb() 337 ca->mntfd = ret; in get_nestedns_mount_cb()
|
/tools/testing/selftests/nsfs/ |
D | pidns.c | 45 struct cr_clone_arg ca; in main() local 50 pid = clone(child, ca.stack_ptr, CLONE_NEWUSER | CLONE_NEWPID | SIGCHLD, NULL); in main()
|
/tools/testing/selftests/net/forwarding/ |
D | vxlan_bridge_1q.sh | 540 __test_flood ca:fe:be:ef:13:37 198.51.100.100 20 "flood vlan 20" \ 833 mac=ca:fe:be:ef:13:37
|
/tools/lib/traceevent/ |
D | event-parse.c | 128 const struct tep_cmdline *ca = a; in cmdline_cmp() local 131 if (ca->pid < cb->pid) in cmdline_cmp() 133 if (ca->pid > cb->pid) in cmdline_cmp() 142 const struct tep_cmdline *ca = a; in cmdline_slot_cmp() local 146 if (ca->pid < cb->pid) in cmdline_slot_cmp() 149 if (ca->pid > cb->pid) { in cmdline_slot_cmp() 150 if (ca->pid <= cb1->pid) in cmdline_slot_cmp()
|
/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 257 ca: RETF Iw 554 ca: BSWAP RDX/EDX/R10/R10D 792 ca: sha1msg2 Vdq,Wdq | vrcp28ps/d Vx,Wx (66),(ev)
|