Searched refs:tail_call (Results 1 – 11 of 11) sorted by relevance
/external/iproute2/examples/bpf/ |
D | bpf_tailcall.c | 65 tail_call(skb, &jmp_ex, ENTRY_0); in __section_tail() 80 tail_call(skb, &jmp_tc, ENTRY_0); in __section_tail() 109 tail_call(skb, &jmp_tc, skb->hash & (MAX_JMP_SIZE - 1)); in cls_entry()
|
D | bpf_cyclic.c | 22 tail_call(skb, &jmp_tc, 0); in cls_loop() 31 tail_call(skb, &jmp_tc, 0); in cls_entry()
|
D | bpf_graft.c | 61 tail_call(skb, &jmp_tc, 0); in cls_entry()
|
/external/v8/src/torque/ |
D | implementation-visitor.h | 210 bool tail_call = false); 212 const Arguments& parameters, bool tail_call);
|
/external/v8/src/compiler/ |
D | raw-machine-assembler.cc | 248 Node* tail_call = in TailCallN() local 250 schedule()->AddTailCall(CurrentBlock(), tail_call); in TailCallN() 252 return tail_call; in TailCallN()
|
/external/iproute2/include/ |
D | bpf_api.h | 160 static void BPF_FUNC(tail_call, struct __sk_buff *skb, void *map,
|
/external/iproute2/include/uapi/linux/ |
D | bpf.h | 600 FN(tail_call), \
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 2344 FN(tail_call), \
|
/external/bcc/src/cc/compat/linux/ |
D | bpf.h | 2274 FN(tail_call), \
|
/external/bcc/src/cc/includes/compat/linux/ |
D | bpf.h | 2274 FN(tail_call), \
|
/external/bcc/docs/ |
D | reference_guide.md | 797 int tail_call(void *ctx) { 811 tail_fn = b.load_func("tail_call", BPF.KPROBE) 817 … assigns ```tail_call()``` to ```prog_array[2]```. In the end of ```do_tail_call()```, ```prog_arr…
|