| /OK3568_Linux_fs/kernel/net/rds/ |
| H A D | recv.c | 43 void rds_inc_init(struct rds_incoming *inc, struct rds_connection *conn, in rds_inc_init() argument 46 refcount_set(&inc->i_refcount, 1); in rds_inc_init() 47 INIT_LIST_HEAD(&inc->i_item); in rds_inc_init() 48 inc->i_conn = conn; in rds_inc_init() 49 inc->i_saddr = *saddr; in rds_inc_init() 50 inc->i_usercopy.rdma_cookie = 0; in rds_inc_init() 51 inc->i_usercopy.rx_tstamp = ktime_set(0, 0); in rds_inc_init() 53 memset(inc->i_rx_lat_trace, 0, sizeof(inc->i_rx_lat_trace)); in rds_inc_init() 57 void rds_inc_path_init(struct rds_incoming *inc, struct rds_conn_path *cp, in rds_inc_path_init() argument 60 refcount_set(&inc->i_refcount, 1); in rds_inc_path_init() [all …]
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/drivers/dma/bestcomm/ |
| H A D | ata.c | 62 struct bcom_ata_inc *inc; in bcom_ata_init() local 76 inc = (struct bcom_ata_inc *) bcom_task_inc(tsk->tasknum); in bcom_ata_init() 105 struct bcom_ata_inc *inc; in bcom_ata_rx_prepare() local 107 inc = (struct bcom_ata_inc *) bcom_task_inc(tsk->tasknum); in bcom_ata_rx_prepare() 109 inc->incr_bytes = -(s16)sizeof(u32); in bcom_ata_rx_prepare() 110 inc->incr_src = 0; in bcom_ata_rx_prepare() 111 inc->incr_dst = sizeof(u32); in bcom_ata_rx_prepare() 119 struct bcom_ata_inc *inc; in bcom_ata_tx_prepare() local 121 inc = (struct bcom_ata_inc *) bcom_task_inc(tsk->tasknum); in bcom_ata_tx_prepare() 123 inc->incr_bytes = -(s16)sizeof(u32); in bcom_ata_tx_prepare() [all …]
|
| H A D | fec.c | 115 struct bcom_fec_rx_inc *inc; in bcom_fec_rx_reset() local 122 inc = (struct bcom_fec_rx_inc *) bcom_task_inc(tsk->tasknum); in bcom_fec_rx_reset() 135 inc->incr_bytes = -(s16)sizeof(u32); /* These should be in the */ in bcom_fec_rx_reset() 136 inc->incr_dst = sizeof(u32); /* task image, but we stick */ in bcom_fec_rx_reset() 137 inc->incr_dst_ma= sizeof(u8); /* to the official ones */ in bcom_fec_rx_reset() 216 struct bcom_fec_tx_inc *inc; in bcom_fec_tx_reset() local 223 inc = (struct bcom_fec_tx_inc *) bcom_task_inc(tsk->tasknum); in bcom_fec_tx_reset() 236 inc->incr_bytes = -(s16)sizeof(u32); /* These should be in the */ in bcom_fec_tx_reset() 237 inc->incr_src = sizeof(u32); /* task image, but we stick */ in bcom_fec_tx_reset() 238 inc->incr_src_ma= sizeof(u8); /* to the official ones */ in bcom_fec_tx_reset()
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/distro/ |
| H A D | defaultsetup.conf | 1 include conf/distro/include/default-providers.inc 2 include conf/distro/include/default-versions.inc 3 include conf/distro/include/default-distrovars.inc 4 include conf/distro/include/maintainers.inc 6 require conf/distro/include/tcmode-${TCMODE}.inc 7 require conf/distro/include/tclibc-${TCLIBC}.inc 9 require conf/distro/include/uninative-flags.inc 21 require conf/distro/include/init-manager-${INIT_MANAGER}.inc
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/ |
| H A D | 0001-Use-toolchain-from-environment-variables.patch | 10 Makefile.inc | 7 ++++--- 16 diff --git a/Makefile.inc b/Makefile.inc 18 --- a/Makefile.inc 19 +++ b/Makefile.inc 38 @@ -46,7 +47,7 @@ CFLAGS = -g -O2 -D_REENTRANT -Wall -I../inc 78 include ../Makefile.inc 89 …wfa_tg.o: wfa_tg.c ../inc/wfa_agt.h ../inc/wfa_types.h ../inc/wfa_rsp.h ../inc/wfa_tlv.h ../inc/w…
|
| H A D | 0002-Add-missing-include-removes-unnedded-stuff-and-add-n.patch | 13 inc/wfa_tg.h | 3 +++ 22 include Makefile.inc 29 diff --git a/inc/wfa_tg.h b/inc/wfa_tg.h 31 --- a/inc/wfa_tg.h 32 +++ b/inc/wfa_tg.h
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/ |
| H A D | 0001-Lower-init-prio-for-extension-attributes.patch | 25 src/google/protobuf/port_def.inc | 12 ++++++++++++ 26 src/google/protobuf/port_undef.inc | 1 + 42 diff --git a/src/google/protobuf/port_def.inc b/src/google/protobuf/port_def.inc 44 --- a/src/google/protobuf/port_def.inc 45 +++ b/src/google/protobuf/port_def.inc 65 diff --git a/src/google/protobuf/port_undef.inc b/src/google/protobuf/port_undef.inc 67 --- a/src/google/protobuf/port_undef.inc 68 +++ b/src/google/protobuf/port_undef.inc
|
| /OK3568_Linux_fs/buildroot/package/bullet/ |
| H A D | 0001-Extras-VHACD-inc-vhacdMutex.h-fix-musl-build.patch | 4 Subject: [PATCH] Extras/VHACD/inc/vhacdMutex.h: fix musl build 13 /tmp/instance-5/output-1/build/bullet-3.09/Extras/BulletRobotics/../../Extras/VHACD/inc/vhacdMutex.… 14 /tmp/instance-5/output-1/build/bullet-3.09/Extras/BulletRobotics/../../Extras/VHACD/inc/vhacdMutex.… 24 Extras/VHACD/inc/vhacdMutex.h | 2 +- 27 diff --git a/Extras/VHACD/inc/vhacdMutex.h b/Extras/VHACD/inc/vhacdMutex.h 29 --- a/Extras/VHACD/inc/vhacdMutex.h 30 +++ b/Extras/VHACD/inc/vhacdMutex.h
|
| /OK3568_Linux_fs/buildroot/package/haserl/ |
| H A D | 0001-add-haserl_lualib.inc.patch | 3 Haserl no longer ships with haserl_lualib.inc, causing lua2c (which needs 6 Re-add .inc file from 0.9.33 so we don't need host-lua. 12 src/haserl_lualib.inc | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++ 15 Index: haserl-0.9.33/src/haserl_lualib.inc 18 +++ haserl-0.9.33/src/haserl_lualib.inc 145 -@USE_LUA_TRUE@haserl_lualib.inc : haserl_lualib.lua lua2c 146 +@USE_LUA_TRUE@haserl_lualib.inc :
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | blake2s-glue.c | 22 const u32 inc); 25 const u32 inc); 31 size_t nblocks, const u32 inc) in blake2s_compress() argument 37 blake2s_compress_generic(state, block, nblocks, inc); in blake2s_compress() 48 blake2s_compress_avx512(state, block, blocks, inc); in blake2s_compress() 50 blake2s_compress_ssse3(state, block, blocks, inc); in blake2s_compress()
|
| /OK3568_Linux_fs/buildroot/package/multipath-tools/ |
| H A D | 0002-Makefile.inc-Enable-systemd-if-ENABLE_SYSTEMD-is-def.patch | 4 Subject: [PATCH] Makefile.inc: Enable systemd if ENABLE_SYSTEMD is defined 10 Makefile.inc | 2 ++ 13 diff --git a/Makefile.inc b/Makefile.inc 15 --- a/Makefile.inc 16 +++ b/Makefile.inc
|
| /OK3568_Linux_fs/kernel/lib/crypto/ |
| H A D | blake2s-generic.c | 34 const u32 inc) in blake2s_increment_counter() argument 36 state->t[0] += inc; in blake2s_increment_counter() 37 state->t[1] += (state->t[0] < inc); in blake2s_increment_counter() 41 size_t nblocks, const u32 inc) 45 size_t nblocks, const u32 inc) in blake2s_compress_generic() argument 52 (nblocks > 1 && inc != BLAKE2S_BLOCK_SIZE)); in blake2s_compress_generic() 55 blake2s_increment_counter(state, inc); in blake2s_compress_generic()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | assembler.h | 382 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=TUSER() 384 .if \inc == 1 386 .elseif \inc == 4 398 .macro usracc, instr, reg, ptr, inc, cond, rept, abort 412 usraccoff \instr, \reg, \ptr, \inc, 0, \cond, \abort 414 usraccoff \instr, \reg, \ptr, \inc, \inc, \cond, \abort 417 add\cond \ptr, #\rept * \inc 422 .macro usracc, instr, reg, ptr, inc, cond, rept, abort, t=TUSER() 425 .if \inc == 1 426 \instr\()b\t\cond \reg, [\ptr], #\inc [all …]
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0003-softfloat-Add-flag-specific-to-Inf-0.patch | 20 fpu/softfloat-parts.c.inc | 4 ++-- 21 fpu/softfloat-specialize.c.inc | 12 ++++++------ 25 diff --git a/fpu/softfloat-parts.c.inc b/fpu/softfloat-parts.c.inc 27 --- a/fpu/softfloat-parts.c.inc 28 +++ b/fpu/softfloat-parts.c.inc 54 diff --git a/fpu/softfloat-specialize.c.inc b/fpu/softfloat-specialize.c.inc 56 --- a/fpu/softfloat-specialize.c.inc 57 +++ b/fpu/softfloat-specialize.c.inc
|
| H A D | 0012-target-ppc-Move-xs-max-min-cj-dp-to-decodetree.patch | 19 target/ppc/translate/vsx-impl.c.inc | 30 +++++++++++++++++++++++++---- 20 target/ppc/translate/vsx-ops.c.inc | 4 ---- 56 diff --git a/target/ppc/translate/vsx-impl.c.inc b/target/ppc/translate/vsx-impl.c.inc 58 --- a/target/ppc/translate/vsx-impl.c.inc 59 +++ b/target/ppc/translate/vsx-impl.c.inc 104 diff --git a/target/ppc/translate/vsx-ops.c.inc b/target/ppc/translate/vsx-ops.c.inc 106 --- a/target/ppc/translate/vsx-ops.c.inc 107 +++ b/target/ppc/translate/vsx-ops.c.inc
|
| H A D | 0014-target-ppc-move-xscvqpdp-to-decodetree.patch | 21 target/ppc/translate/vsx-impl.c.inc | 24 +++++++++++++----------- 22 target/ppc/translate/vsx-ops.c.inc | 1 - 76 diff --git a/target/ppc/translate/vsx-impl.c.inc b/target/ppc/translate/vsx-impl.c.inc 78 --- a/target/ppc/translate/vsx-impl.c.inc 79 +++ b/target/ppc/translate/vsx-impl.c.inc 116 diff --git a/target/ppc/translate/vsx-ops.c.inc b/target/ppc/translate/vsx-ops.c.inc 118 --- a/target/ppc/translate/vsx-ops.c.inc 119 +++ b/target/ppc/translate/vsx-ops.c.inc
|
| /OK3568_Linux_fs/buildroot/package/libopenh264/ |
| H A D | 0003-codec-common-inc-asmdefs_mmi.h-fix-mips32-build.patch | 4 Subject: [PATCH] codec/common/inc/asmdefs_mmi.h: fix mips32 build 11 ./codec/common/inc/asmdefs_mmi.h:293:21: error: '_ABI64' undeclared (first use in this function) 21 codec/common/inc/asmdefs_mmi.h | 17 +++++++++++------ 24 diff --git a/codec/common/inc/asmdefs_mmi.h b/codec/common/inc/asmdefs_mmi.h 26 --- a/codec/common/inc/asmdefs_mmi.h 27 +++ b/codec/common/inc/asmdefs_mmi.h
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/tcf-agent/tcf-agent/ |
| H A D | ldflags.patch | 14 Makefile.inc | 2 +- 17 diff --git a/Makefile.inc b/Makefile.inc 19 --- a/Makefile.inc 20 +++ b/Makefile.inc
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | 0029-multipath-tools-modify-Makefile.inc-for-cross-compil.patch | 4 Subject: [PATCH] multipath-tools: modify Makefile.inc for cross-compilation 30 Makefile.inc | 11 ----------- 33 diff --git a/Makefile.inc b/Makefile.inc 35 --- a/Makefile.inc 36 +++ b/Makefile.inc
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/ |
| H A D | 0001-CheckLib.pm-do-not-attempt-to-run-a-cross-executable.patch | 9 inc/Devel/CheckLib.pm | 2 +- 12 diff --git a/inc/Devel/CheckLib.pm b/inc/Devel/CheckLib.pm 14 --- a/inc/Devel/CheckLib.pm 15 +++ b/inc/Devel/CheckLib.pm
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | fdtgrep.c | 590 int inc, len; in h_include() local 592 inc = check_type_include(priv, type, data, size); in h_include() 593 if (disp->include_root && type == FDT_IS_PROP && offset == 0 && inc) in h_include() 600 if (inc == -1 && type == FDT_IS_NODE) { in h_include() 603 inc = check_type_include(priv, FDT_IS_COMPAT, data, len); in h_include() 607 if (inc != 1 && type == FDT_IS_NODE && in h_include() 612 offset > 0 && inc != 1; in h_include() 621 inc = check_type_include(priv, FDT_NODE_HAS_PROP, str, in h_include() 624 if (inc == -1) in h_include() 625 inc = 0; in h_include() [all …]
|
| /OK3568_Linux_fs/buildroot/package/gnu-efi/ |
| H A D | 0002-Revert-efilink-fix-build-with-gcc-4.8.patch | 18 inc/efilink.h | 4 ---- 21 diff --git a/inc/efilink.h b/inc/efilink.h 23 --- a/inc/efilink.h 24 +++ b/inc/efilink.h
|