| /kernel/linux/linux-5.10/arch/arm64/kernel/ |
| H A D | process.c | 383 copy_thread(unsigned long clone_flags, unsigned long stack_start, unsigned long stk_sz, struct task_struct *p, unsigned long tls) copy_thread() argument
|
| /kernel/linux/linux-5.10/arch/ia64/kernel/ |
| H A D | process.c | 298 copy_thread(unsigned long clone_flags, unsigned long user_stack_base, unsigned long user_stack_size, struct task_struct *p, unsigned long tls) copy_thread() argument 400 ia64_clone(unsigned long clone_flags, unsigned long stack_start, unsigned long stack_size, unsigned long parent_tidptr, unsigned long child_tidptr, unsigned long tls) ia64_clone() argument
|
| /kernel/linux/linux-5.10/arch/mips/kernel/ |
| H A D | process.c | 123 copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long kthread_arg, struct task_struct *p, unsigned long tls) copy_thread() argument
|
| /kernel/linux/linux-5.10/arch/um/kernel/ |
| H A D | process.c | 156 copy_thread(unsigned long clone_flags, unsigned long sp, unsigned long arg, struct task_struct * p, unsigned long tls) copy_thread() argument
|
| /kernel/linux/linux-5.10/arch/sparc/kernel/ |
| H A D | process_64.c | 580 copy_thread(unsigned long clone_flags, unsigned long sp, unsigned long arg, struct task_struct *p, unsigned long tls) copy_thread() argument
|
| /kernel/linux/linux-6.6/arch/mips/kernel/ |
| H A D | process.c | 112 unsigned long tls = args->tls; in copy_thread() local
|
| /kernel/linux/linux-6.6/arch/ia64/kernel/ |
| H A D | process.c | 305 unsigned long tls = args->tls; in copy_thread() local 405 ia64_clone(unsigned long clone_flags, unsigned long stack_start, unsigned long stack_size, unsigned long parent_tidptr, unsigned long child_tidptr, unsigned long tls) ia64_clone() argument
|
| /kernel/linux/linux-6.6/arch/arm64/kernel/ |
| H A D | process.c | 349 unsigned long tls = args->tls; in copy_thread() local
|
| /kernel/linux/linux-6.6/arch/sparc/kernel/ |
| H A D | process_64.c | 572 unsigned long tls = args->tls; in copy_thread() local
|
| /kernel/linux/linux-6.6/arch/um/kernel/ |
| H A D | process.c | 162 unsigned long tls = args->tls; in copy_thread() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | tls_rxtx.c | 187 mlx5e_tls_handle_ooo(struct mlx5e_tls_offload_context_tx *context, struct mlx5e_txqsq *sq, struct sk_buff *skb, struct mlx5e_tls *tls) mlx5e_tls_handle_ooo() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
| H A D | tls.c | 74 struct mlx5_fpga_tls *tls = fdev->tls; in mlx5_fpga_tls_cmd_complete() local 103 struct mlx5_fpga_tls *tls = fdev->tls; in mlx5_fpga_tls_cmd_send() local 268 struct mlx5_fpga_tls *tls = mdev->fpga->tls; mlx5_fpga_tls_del_flow() local 451 struct mlx5_fpga_tls *tls; mlx5_fpga_tls_init() local 589 struct mlx5_fpga_tls *tls = mdev->fpga->tls; mlx5_fpga_tls_add_flow() local [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_tx.c | 280 struct fun_eth_tls *tls = (struct fun_eth_tls *)gle; in write_pkt_desc() local
|
| /third_party/vk-gl-cts/framework/delibs/dethread/ |
| H A D | deThreadTest.c | 67 deThreadLocal tls = *(deThreadLocal*)arg; in threadTestThr4() local 140 deThreadLocal tls; in deThread_selfTest() local [all...] |
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| H A D | process.c | 115 static int set_new_tls(struct task_struct *p, unsigned long tls) in set_new_tls() argument 125 copy_thread(unsigned long clone_flags, unsigned long sp, unsigned long arg, struct task_struct *p, unsigned long tls) copy_thread() argument
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_worker.h | 80 namespace tls { namespace 140 bool tls; member [all...] |
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
| H A D | openssl.c | 647 int ngtcp2_crypto_set_remote_transport_params(ngtcp2_conn *conn, void *tls) { in ngtcp2_crypto_set_remote_transport_params() argument 664 int ngtcp2_crypto_set_local_transport_params(void *tls, const uint8_t *buf, in ngtcp2_crypto_set_local_transport_params() argument
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/wolfssl/ |
| H A D | wolfssl.c | 353 int ngtcp2_crypto_set_remote_transport_params(ngtcp2_conn *conn, void *tls) { in ngtcp2_crypto_set_remote_transport_params() argument 372 int ngtcp2_crypto_set_local_transport_params(void *tls, const uint8_t *buf, in ngtcp2_crypto_set_local_transport_params() argument
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/ |
| H A D | boringssl.c | 459 int ngtcp2_crypto_set_remote_transport_params(ngtcp2_conn *conn, void *tls) { in ngtcp2_crypto_set_remote_transport_params() argument 476 int ngtcp2_crypto_set_local_transport_params(void *tls, const uint8_t *buf, in ngtcp2_crypto_set_local_transport_params() argument
|
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_cs.c | 696 pan_emit_fbd(const struct panfrost_device *dev, const struct pan_fb_info *fb, const struct pan_tls_info *tls, const struct pan_tiler_context *tiler_ctx, void *out) pan_emit_fbd() argument 821 pan_emit_fbd(const struct panfrost_device *dev, const struct pan_fb_info *fb, const struct pan_tls_info *tls, const struct pan_tiler_context *tiler_ctx, void *fbd) pan_emit_fbd() argument
|
| /third_party/musl/libc-test/src/functionalext/unittest/ |
| H A D | unit_test_ldso_dynlink.c | 437 struct tls_module tls = { .image = "1", .len = 1, .size = 1, .align = 0, .offset = 0}; in dynlink_test_0270() local 452 struct tls_module tls = { .image = "1", .len = 1, .size = 1, .align = 0, .offset = 0, .next = &tls_next}; in dynlink_test_0280() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_screen.h | 79 struct nouveau_bo *tls; member
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ktls_tx.c | 897 static void mlx5e_tls_tx_debugfs_init(struct mlx5e_tls *tls, in mlx5e_tls_tx_debugfs_init() argument 912 struct mlx5e_tls *tls in mlx5e_ktls_init_tx() local [all...] |
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| H A D | process.c | 130 static int set_new_tls(struct task_struct *p, unsigned long tls) in set_new_tls() argument 163 unsigned long tls = args->tls; in copy_thread() local
|
| /kernel/liteos_a/syscall/ |
| H A D | process_syscall.c | 458 int SysClone(int flags, void *stack, int *parentTid, unsigned long tls, int *childTid) in SysClone() argument
|