/linux/net/rds/ |
H A D | recv.c | 44 void rds_inc_init(struct rds_incoming *inc, struct rds_connection *conn, in rds_inc_init() argument 47 refcount_set(&inc->i_refcount, 1); in rds_inc_init() 48 INIT_LIST_HEAD(&inc->i_item); in rds_inc_init() 49 inc->i_conn = conn; in rds_inc_init() 50 inc->i_saddr = *saddr; in rds_inc_init() 51 inc->i_usercopy.rdma_cookie = 0; in rds_inc_init() 52 inc->i_usercopy.rx_tstamp = ktime_set(0, 0); in rds_inc_init() 54 memset(inc->i_rx_lat_trace, 0, sizeof(inc->i_rx_lat_trace)); in rds_inc_init() 58 void rds_inc_path_init(struct rds_incoming *inc, struc argument 71 rds_inc_addref(struct rds_incoming * inc) rds_inc_addref() argument 77 rds_inc_put(struct rds_incoming * inc) rds_inc_put() argument 166 rds_recv_incoming_exthdrs(struct rds_incoming * inc,struct rds_sock * rs) rds_recv_incoming_exthdrs() argument 285 rds_recv_incoming(struct rds_connection * conn,struct in6_addr * saddr,struct in6_addr * daddr,struct rds_incoming * inc,gfp_t gfp) rds_recv_incoming() argument 404 rds_next_incoming(struct rds_sock * rs,struct rds_incoming ** inc) rds_next_incoming() argument 422 rds_still_queued(struct rds_sock * rs,struct rds_incoming * inc,int drop) rds_still_queued() argument 544 rds_cmsg_recv(struct rds_incoming * inc,struct msghdr * msg,struct rds_sock * rs) rds_cmsg_recv() argument 647 struct rds_incoming *inc = NULL; rds_recvmsg() local 763 struct rds_incoming *inc, *tmp; rds_clear_recv_queue() local 786 rds_inc_info_copy(struct rds_incoming * inc,struct rds_info_iterator * iter,__be32 saddr,__be32 daddr,int flip) rds_inc_info_copy() argument 814 rds6_inc_info_copy(struct rds_incoming * inc,struct rds_info_iterator * iter,struct in6_addr * saddr,struct in6_addr * daddr,int flip) rds6_inc_info_copy() argument [all...] |
H A D | tcp_recv.c | 43 static void rds_tcp_inc_purge(struct rds_incoming *inc) in rds_tcp_inc_purge() argument 46 tinc = container_of(inc, struct rds_tcp_incoming, ti_inc); in rds_tcp_inc_purge() 47 rdsdebug("purging tinc %p inc %p\n", tinc, inc); in rds_tcp_inc_purge() 51 void rds_tcp_inc_free(struct rds_incoming *inc) in rds_tcp_inc_free() argument 54 tinc = container_of(inc, struct rds_tcp_incoming, ti_inc); in rds_tcp_inc_free() 55 rds_tcp_inc_purge(inc); in rds_tcp_inc_free() 56 rdsdebug("freeing tinc %p inc %p\n", tinc, inc); in rds_tcp_inc_free() 63 int rds_tcp_inc_copy_to_user(struct rds_incoming *inc, struct iov_iter *to) in rds_tcp_inc_copy_to_user() argument 72 tinc = container_of(inc, struct rds_tcp_incoming, ti_inc); in rds_tcp_inc_copy_to_user()
|
/linux/drivers/platform/x86/ |
H A D | asus-nb-wmi.c | 168 .ident = "ASUSTeK COMPUTER INC. Q500A", 170 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 177 .ident = "ASUSTeK COMPUTER INC. U32U", 179 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), 186 .ident = "ASUSTeK COMPUTER INC. X302UA", 188 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 195 .ident = "ASUSTeK COMPUTER INC. X401U", 197 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 204 .ident = "ASUSTeK COMPUTER INC. X401A", 206 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), [all …]
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_app.c | 56 static void ip_vs_app_inc_destroy(struct ip_vs_app *inc) in ip_vs_app_inc_destroy() argument 58 kfree(inc->timeout_table); in ip_vs_app_inc_destroy() 59 kfree(inc); in ip_vs_app_inc_destroy() 64 struct ip_vs_app *inc = container_of(head, struct ip_vs_app, rcu_head); in ip_vs_app_inc_rcu_free() local 66 ip_vs_app_inc_destroy(inc); in ip_vs_app_inc_rcu_free() 77 struct ip_vs_app *inc; in ip_vs_app_inc_new() local 86 inc = kmemdup(app, sizeof(*inc), GFP_KERNEL); in ip_vs_app_inc_new() 87 if (!inc) in ip_vs_app_inc_new() 89 INIT_LIST_HEAD(&inc->p_list); in ip_vs_app_inc_new() 90 INIT_LIST_HEAD(&inc->incs_list); in ip_vs_app_inc_new() [all …]
|
H A D | ip_vs_proto_udp.c | 361 static int udp_register_app(struct netns_ipvs *ipvs, struct ip_vs_app *inc) in udp_register_app() argument 365 __be16 port = inc->port; in udp_register_app() 377 list_add_rcu(&inc->p_list, &ipvs->udp_apps[hash]); in udp_register_app() 386 udp_unregister_app(struct netns_ipvs *ipvs, struct ip_vs_app *inc) in udp_unregister_app() argument 391 list_del_rcu(&inc->p_list); in udp_unregister_app() 399 struct ip_vs_app *inc; in udp_app_conn_bind() local 409 list_for_each_entry_rcu(inc, &ipvs->udp_apps[hash], p_list) { in udp_app_conn_bind() 410 if (inc->port == cp->vport) { in udp_app_conn_bind() 411 if (unlikely(!ip_vs_app_inc_get(inc))) in udp_app_conn_bind() 421 inc->name, ntohs(inc->port)); in udp_app_conn_bind() [all …]
|
/linux/tools/testing/selftests/exec/ |
H A D | check-exec-tests.sh | 4 # Test the "inc" interpreter. 7 # samples/check-exec/inc.c 26 # Updates PATH for `env` to execute the `inc` interpreter. 47 out="$("$@" ./inc "${script}")" || ret=$? 67 out="$("$@" ./inc -i < "${script}")" || ret=$? 86 out="$(cat script-exec.inc | "$@" ./inc -i)" || ret=$? 101 out="$("$@" ./inc -c "$(< script-exec.inc)")" || ret=$? 128 ktap_test exec_direct 0 script-exec.inc 129 ktap_test exec_indirect 0 script-exec.inc 132 ktap_test exec_stdin_reg 0 script-exec.inc [all …]
|
H A D | Makefile | 15 TEST_GEN_PROGS_EXTENDED := false inc set-exec script-exec.inc script-noexec.inc 50 $(OUTPUT)/inc: $(CHECK_EXEC_SAMPLES)/inc.c 54 $(OUTPUT)/script-exec.inc: $(CHECK_EXEC_SAMPLES)/script-exec.inc 56 $(OUTPUT)/script-noexec.inc: $(CHECK_EXEC_SAMPLES)/script-noexec.inc
|
/linux/arch/x86/include/asm/ |
H A D | xor.h | 99 " add %[inc], %[p1] ;\n" in xor_sse_2() 100 " add %[inc], %[p2] ;\n" in xor_sse_2() 105 : [inc] XOR_CONSTANT_CONSTRAINT (256UL) in xor_sse_2() 134 " add %[inc], %[p1] ;\n" in xor_sse_2_pf64() 135 " add %[inc], %[p2] ;\n" in xor_sse_2_pf64() 140 : [inc] XOR_CONSTANT_CONSTRAINT (256UL) in xor_sse_2_pf64() 193 " add %[inc], %[p1] ;\n" in xor_sse_3() 194 " add %[inc], %[p2] ;\n" in xor_sse_3() 195 " add %[inc], %[p3] ;\n" in xor_sse_3() 200 : [inc] XOR_CONSTANT_CONSTRAINT (256UL) in xor_sse_3() [all …]
|
/linux/drivers/dma/bestcomm/ |
H A D | ata.c | 6 * 2003-2004 (c) MontaVista, Software, Inc. 23 /* Task image/var/inc */ 58 struct bcom_ata_inc *inc; in bcom_ata_init() local 72 inc = (struct bcom_ata_inc *) bcom_task_inc(tsk->tasknum); in bcom_ata_init() 101 struct bcom_ata_inc *inc; in bcom_ata_rx_prepare() local 103 inc = (struct bcom_ata_inc *) bcom_task_inc(tsk->tasknum); in bcom_ata_rx_prepare() 105 inc->incr_bytes = -(s16)sizeof(u32); in bcom_ata_rx_prepare() 106 inc->incr_src = 0; in bcom_ata_rx_prepare() 107 inc->incr_dst = sizeof(u32); in bcom_ata_rx_prepare() 115 struct bcom_ata_inc *inc; in bcom_ata_tx_prepare() local [all …]
|
H A D | fec.c | 6 * Copyright (C) 2003-2004 MontaVista, Software, Inc. 21 /* Task image/var/inc */ 111 struct bcom_fec_rx_inc *inc; in bcom_fec_rx_reset() local 118 inc = (struct bcom_fec_rx_inc *) bcom_task_inc(tsk->tasknum); in bcom_fec_rx_reset() 131 inc->incr_bytes = -(s16)sizeof(u32); /* These should be in the */ in bcom_fec_rx_reset() 132 inc->incr_dst = sizeof(u32); /* task image, but we stick */ in bcom_fec_rx_reset() 133 inc->incr_dst_ma= sizeof(u8); /* to the official ones */ in bcom_fec_rx_reset() 212 struct bcom_fec_tx_inc *inc; in bcom_fec_tx_reset() local 219 inc = (struct bcom_fec_tx_inc *) bcom_task_inc(tsk->tasknum); in bcom_fec_tx_reset() 232 inc->incr_bytes = -(s16)sizeof(u32); /* These should be in the */ in bcom_fec_tx_reset() [all …]
|
/linux/security/integrity/platform_certs/ |
H A D | load_uefi.c | 23 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro15,1") }, 24 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro15,2") }, 25 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro15,3") }, 26 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro15,4") }, 27 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro16,1") }, 28 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro16,2") }, 29 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro16,3") }, 30 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro16,4") }, 31 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookAir8,1") }, 32 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookAir8,2") }, [all …]
|
/linux/drivers/acpi/ |
H A D | video_detect.c | 2 * Copyright (C) 2015 Red Hat Inc. 163 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), 171 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), 179 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 188 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 196 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 204 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 213 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 311 DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."), 319 DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."), [all …]
|
/linux/Documentation/networking/device_drivers/ethernet/marvell/ |
H A D | octeon_ep_vf.rst | 18 * Network controller: Cavium, Inc. Device b203 19 * Network controller: Cavium, Inc. Device b403 20 * Network controller: Cavium, Inc. Device b103 21 * Network controller: Cavium, Inc. Device b903 22 * Network controller: Cavium, Inc. Device ba03 23 * Network controller: Cavium, Inc. Device bc03 24 * Network controller: Cavium, Inc. Device bd03
|
H A D | octeon_ep.rst | 25 * Network controller: Cavium, Inc. Device b100 26 * Network controller: Cavium, Inc. Device b200 27 * Network controller: Cavium, Inc. Device b400 28 * Network controller: Cavium, Inc. Device b900 29 * Network controller: Cavium, Inc. Device ba00 30 * Network controller: Cavium, Inc. Device bc00 31 * Network controller: Cavium, Inc. Device bd00
|
/linux/sound/soc/intel/boards/ |
H A D | sof_sdw.c | 71 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), 80 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), 88 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), 96 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), 126 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), 136 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), 146 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), 155 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), 259 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), 268 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-ts5500 | 4 Contact: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com> 12 Contact: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com> 20 Contact: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com> 27 Contact: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com> 36 Contact: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com> 43 Contact: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com> 51 Contact: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
|
/linux/Documentation/i2c/busses/ |
H A D | i2c-viapro.rst | 6 * VIA Technologies, Inc. VT82C596A/B 9 * VIA Technologies, Inc. VT82C686A/B 12 * VIA Technologies, Inc. VT8231, VT8233, VT8233A 15 * VIA Technologies, Inc. VT8235, VT8237R, VT8237A, VT8237S, VT8251 18 * VIA Technologies, Inc. CX700 21 * VIA Technologies, Inc. VX800/VX820 24 * VIA Technologies, Inc. VX855/VX875 27 * VIA Technologies, Inc. VX900
|
/linux/lib/crypto/x86/ |
H A D | blake2s.h | 16 const u32 inc); 19 const u32 inc); 25 size_t nblocks, const u32 inc) in blake2s_compress() argument 31 blake2s_compress_generic(state, block, nblocks, inc); in blake2s_compress() 41 blake2s_compress_avx512(state, block, blocks, inc); in blake2s_compress() 43 blake2s_compress_ssse3(state, block, blocks, inc); in blake2s_compress()
|
/linux/arch/sparc/lib/ |
H A D | memscan_64.S | 70 inc %g2 75 inc %g2 79 inc %g2 87 inc %g2 92 inc %g2 96 inc %g2 101 inc %g2 104 inc %g2
|
/linux/drivers/clk/qcom/ |
H A D | Kconfig | 28 Technologies, Inc. GLYMUR devices. 63 Technologies, Inc. X1E80100 devices. 72 Support for the global clock controller on Qualcomm Technologies, Inc 185 RPMh manages shared resources on some Qualcomm Technologies, Inc. 527 Support for the display clock controller on Qualcomm Technologies, Inc 536 Support for the display clock controller on Qualcomm Technologies, Inc 546 Support for the camera clock controller on Qualcomm Technologies, Inc 563 Support for the camera clock controller on Qualcomm Technologies, Inc 573 Support for the global clock controller on Qualcomm Technologies, Inc 608 Support for the camera clock controller on Qualcomm Technologies, Inc [all …]
|
/linux/arch/arm/include/asm/ |
H A D | assembler.h | 470 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=TUSER() 472 .if \inc == 1 474 .elseif \inc == 4 477 .error "Unsupported inc macro argument" 486 .macro usracc, instr, reg, ptr, inc, cond, rept, abort 500 usraccoff \instr, \reg, \ptr, \inc, 0, \cond, \abort 502 usraccoff \instr, \reg, \ptr, \inc, \inc, \cond, \abort 505 add\cond \ptr, #\rept * \inc 510 .macro usracc, instr, reg, ptr, inc, cond, rept, abort, t=TUSER() 513 .if \inc == 1 [all …]
|
/linux/sound/soc/qcom/ |
H A D | Kconfig | 181 To add support for audio on Qualcomm Technologies Inc. 194 To add support for audio on Qualcomm Technologies Inc. 206 To add support for audio on Qualcomm Technologies Inc. 221 To add support for audio on Qualcomm Technologies Inc. 239 Add support for audio on Qualcomm Technologies Inc. 251 Add support for audio on Qualcomm Technologies Inc.
|
/linux/fs/xfs/ |
H A D | xfs_stats.h | 3 * Copyright (c) 2000,2005 Silicon Graphics, Inc. 180 #define XFS_STATS_ADD(mp, v, inc) \ argument 182 per_cpu_ptr(xfsstats.xs_stats, current_cpu())->s.v += (inc); \ 183 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v += (inc); \ 198 #define XFS_STATS_ADD_OFF(mp, off, inc) \ argument 200 per_cpu_ptr(xfsstats.xs_stats, current_cpu())->a[off] += (inc); \ 201 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off] += (inc); \
|
/linux/drivers/gpu/drm/amd/pm/ |
H A D | Makefile | 2 # Copyright 2017 Advanced Micro Devices, Inc. 26 -I$(FULL_AMD_PATH)/pm/inc/ \ 28 -I$(FULL_AMD_PATH)/pm/swsmu/inc \ 29 -I$(FULL_AMD_PATH)/pm/swsmu/inc/pmfw_if \ 34 -I$(FULL_AMD_PATH)/pm/powerplay/inc \
|
/linux/sound/soc/sdw_utils/ |
H A D | soc_sdw_rt_amp.c | 4 // Copyright (c) 2024 Advanced Micro Devices, Inc. 47 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), 54 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), 62 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), 69 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), 77 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), 84 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), 91 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), 98 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
|