Searched refs:stg (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_sk_storage_tracing.c | 36 struct sk_stg *stg; in BPF_PROG() local 41 stg = bpf_sk_storage_get(&sk_stg_map, sk, 0, in BPF_PROG() 43 if (!stg) in BPF_PROG() 46 stg->last_notclose_state = newstate; in BPF_PROG() 56 struct sk_stg *stg; in set_task_info() local 58 stg = bpf_sk_storage_get(&sk_stg_map, sk, 0, in set_task_info() 60 if (!stg) in set_task_info() 63 stg->pid = bpf_get_current_pid_tgid(); in set_task_info() 66 bpf_core_read_str(&stg->comm, sizeof(stg in set_task_info() [all...] |
| H A D | bench_local_storage_create.c | 34 struct storage *stg; in BPF_PROG() 39 stg = bpf_task_storage_get(&task_storage_map, child, NULL, in BPF_PROG() 41 if (stg) 54 struct storage *stg; in BPF_PROG() 61 stg = bpf_sk_storage_get(&sk_storage_map, sk, NULL, in BPF_PROG() 64 if (stg) in BPF_PROG() 45 struct storage *stg; BPF_PROG() local 65 struct storage *stg; BPF_PROG() local
|
| H A D | net_timestamping.c | 126 struct sk_stg *stg; in bpf_test_delay() local 141 stg = bpf_sk_storage_get(&sk_stg_map, (void *)sk, 0, 0); in bpf_test_delay() 142 if (!stg) in bpf_test_delay() 144 dinfo.sendmsg_ns = stg->sendmsg_ns; in bpf_test_delay() 195 struct sk_stg *stg; in BPF_PROG() local 200 stg = bpf_sk_storage_get(&sk_stg_map, sk, 0, in BPF_PROG() 202 if (!stg) in BPF_PROG() 205 stg->sendmsg_ns = timestamp; in BPF_PROG()
|
| H A D | bpf_dctcp.c | 66 int *stg; 100 stg = bpf_sk_storage_get(&sk_stg_map, (void *)tp, NULL, 0); in BPF_PROG() 101 if (stg) { in BPF_PROG() 102 stg_result = *stg; in BPF_PROG() 72 int *stg; BPF_PROG() local
|
| /linux/drivers/clk/starfive/ |
| H A D | Makefile | 10 obj-$(CONFIG_CLK_STARFIVE_JH7110_STG) += clk-starfive-jh7110-stg.o
|
| /linux/tools/testing/selftests/arm64/mte/ |
| H A D | mte_helper.S | 68 stg x0, [x0, #0x0]
|
| /linux/arch/s390/kernel/ |
| H A D | reipl.S | 68 stg %r2,8(%r1)
|
| /linux/arch/arm64/lib/ |
| H A D | mte.S | 98 stg x4, [x0], #MTE_GRANULE_SIZE
|
| /linux/arch/riscv/boot/dts/starfive/ |
| H A D | jh7110.dtsi | 584 starfive,stg-syscon = <&stg_syscon 0x4>; 624 starfive,stg-syscon = <&stg_syscon 0x148 0x1f4>; 654 compatible = "starfive,jh7110-stg-syscon", "syscon"; 1239 starfive,stg-syscon = <&stg_syscon>; 1282 starfive,stg-syscon = <&stg_syscon>;
|
| /linux/lib/crypto/s390/ |
| H A D | chacha-s390.S | 483 stg %r0,0(SP) # back-chain
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | nfsd-maintainer-entry-profile.rst | 276 such as "git send-email" or "stg email format/send", which tend to
|
| /linux/arch/s390/tools/ |
| H A D | opcodes.txt | 765 e324 stg RXY_RRRD
|