Searched refs:invoked (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_rtt.c8 __u32 invoked; member in struct:tcp_rtt_storage
46 static int verify_sk(int map_fd, int client_fd, const char *msg, __u32 invoked, argument
56 if (val.invoked != invoked) {
57 log_err("%s: unexpected bpf_tcp_sock.invoked %d != %d",
58 msg, val.invoked, invoked);
118 /*invoked=*/1,
132 /*invoked=*/2,
H A Dmptcp.c59 __u32 invoked; member in struct:mptcp_storage
94 if (!ASSERT_EQ(val.invoked, 1, "unexpected invoked count"))
138 if (!ASSERT_EQ(val.invoked, 1, "unexpected invoked count"))
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtcp_rtt.c8 __u32 invoked; member in struct:tcp_rtt_storage
51 storage->invoked++;
H A Dmptcp_sock.c13 __u32 invoked; member in struct:mptcp_storage
73 storage->invoked++;
/linux-master/arch/m68k/fpsp040/
H A Dslog2.S23 | The first one is measured when the function is invoked
H A Dssin.S30 | 1. If SIN is invoked, set AdjN := 0; otherwise, set AdjN := 1.
52 | 8. (|X|<2**(-40)) If SIN is invoked, return X; otherwise return 1.
H A Dsetox.S28 | first one is measured when the function is invoked the first time
/linux-master/arch/x86/boot/
H A Dheader.S544 # Apparently some ancient versions of LILO invoked the kernel with %ss != %ds,
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S4921 # 1. If SIN is invoked, set AdjN := 0; otherwise, set AdjN := 1. #
4944 # 8. (|X|<2**(-40)) If SIN is invoked, return X; #

Completed in 172 milliseconds