Searched refs:in (Results 101 - 125 of 2408) sorted by relevance

1234567891011>>

/linux-master/include/xen/interface/io/
H A Dconsole.h18 char in[1024]; member in struct:xencons_interface
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dport_tun.c44 u32 in[MLX5_ST_SZ_DW(pcmr_reg)] = {0}; local
47 err = mlx5_query_ports_check(mdev, in, sizeof(in));
50 MLX5_SET(pcmr_reg, in, local_port, 1);
51 MLX5_SET(pcmr_reg, in, entropy_force, force);
52 MLX5_SET(pcmr_reg, in, entropy_calc, enable);
53 return mlx5_set_ports_check(mdev, in, sizeof(in));
59 u32 in[MLX5_ST_SZ_DW(pcmr_reg)] = {0}; local
62 err = mlx5_query_ports_check(mdev, in, sizeo
[all...]
/linux-master/scripts/
H A Dmodules-check.sh16 for m in $(sed 's:.*/::' "$1" | sort | uniq -d)
H A Dmisc-check10 case "${KBUILD_EXTRA_WARN}" in
H A Ddiffconfig6 # originally written in 2006 by Matt Mackall
7 # (at least, this was in his bloatwatch source code)
19 changes in configuration values between the two files.
24 If -m is specified, then output will be in "merge" style, which has the
25 changed and new values in kernel config option format.
39 # returns a dictionary of name/value pairs for config items in the file
42 for line in config_file:
72 if ("-h" in sys.argv or "--help" in sys.argv):
76 if "-m" in sy
[all...]
/linux-master/arch/powerpc/kernel/
H A Dprom_init_check.sh8 # is using, if it finds symbols not in the whitelist it returns
49 echo "Error: Section $section not empty in prom_init.c" >&2
53 for UNDEF in $($NM -u $OBJ | awk '{print $2}')
59 case "$KBUILD_VERBOSE" in
65 for WHITE in $WHITELIST
74 case $UNDEF in
/linux-master/tools/perf/tests/shell/
H A Dstat_all_metricgroups.sh18 for m in $(perf list --raw-dump metricgroups)
/linux-master/lib/
H A Dcmdline_kunit.c41 static void cmdline_do_one_test(struct kunit *test, const char *in, int rc, int offset) argument
44 const char *out = in;
50 KUNIT_EXPECT_EQ_MSG(test, ret, rc, fmt, in);
51 KUNIT_EXPECT_PTR_EQ_MSG(test, out, in + offset, fmt, in);
72 char in[32]; local
79 sprintf(in, "%u%s", get_random_u8(), str);
81 offset = strlen(in) - strlen(str) + !!(rc == 2);
82 cmdline_do_one_test(test, in, rc, offset);
89 char in[3 local
107 cmdline_do_one_range_test(struct kunit *test, const char *in, unsigned int n, const int *e) argument
[all...]
/linux-master/tools/testing/selftests/rust/
H A Dtest_probe_samples.sh23 for sample in "${rust_sample_modules[@]}"; do
25 ktap_skip_all "module $sample is not found in /lib/modules/$(uname -r)"
32 for sample in "${rust_sample_modules[@]}"; do
/linux-master/tools/lib/subcmd/
H A Dpager.c36 * Work around bug in "less" by not starting it until we
39 fd_set in; local
42 FD_ZERO(&in);
44 FD_SET(0, &in);
46 select(1, &in, NULL, &exception, NULL);
98 pager_process.in = -1;
105 dup2(pager_process.in, 1);
107 dup2(pager_process.in, 2);
108 close(pager_process.in);
/linux-master/crypto/asymmetric_keys/
H A Dasymmetric_keys.h17 const void *in, void *out);
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Djitterstop.sh18 echo jitterstop.sh: Missing directory in which to place jittering file.
/linux-master/arch/powerpc/include/asm/
H A Depapr_hcalls.h11 * Redistribution and use in source and binary forms, with or without
15 * * Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in the
45 * language functions in a .S file, for optimization. It allows
79 * r3 and r11 are not included in any clobbers list because they are always
250 * interrupt, which must be the interrupt currently in service. By
359 * @rx_count: returned count of bytes in receive queue
360 * @tx_count: returned count of free space in transmit queue
362 * This function reports the amount of data in the receive queue (i.e. the
363 * number of bytes you can read), and the amount of free space in th
465 epapr_hypercall(unsigned long *in, unsigned long *out, unsigned long nr) argument
501 epapr_hypercall(unsigned long *in, unsigned long *out, unsigned long nr) argument
511 unsigned long in[8] = {0}; local
523 unsigned long in[8] = {0}; local
531 unsigned long in[8] = {0}; local
541 unsigned long in[8] = {0}; local
552 unsigned long in[8] = {0}; local
565 unsigned long in[8] = {0}; local
[all...]
/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_insn_boundary.tc4 # description: Register multiple kprobe events in a function
7 for i in `seq 0 255`; do
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-hist-mod.tc15 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
25 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
36 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
46 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
/linux-master/tools/testing/selftests/cpufreq/
H A Dspecial-tests.sh50 for i in `seq 0 100`; do
66 for I in `seq 1000`
78 for I in `seq 8`
93 for i in `seq 1 5000`
101 for j in `seq 1 5000`
104 for freq in $freqs; do
/linux-master/arch/mips/tools/
H A Dgeneric-board-config.sh12 # An example of requirements in your board config fragment might be:
17 # This would mean that your board is only included in kernels which are
18 # configured for little endian MIPS32r2 CPUs, and not for example in kernels
32 case ${boards_origin} in
44 for board in $@; do
52 # it & search for that in the reference config file. If the requirement
58 case ${req} in
61 # containing it is present in the reference config.
67 # a line containing the value =y in the reference
/linux-master/arch/arm/crypto/
H A Daes-cipher-glue.c13 asmlinkage void __aes_arm_encrypt(u32 *rk, int rounds, const u8 *in, u8 *out);
14 asmlinkage void __aes_arm_decrypt(u32 *rk, int rounds, const u8 *in, u8 *out);
16 static void aes_arm_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
21 __aes_arm_encrypt(ctx->key_enc, rounds, in, out);
24 static void aes_arm_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
29 __aes_arm_decrypt(ctx->key_dec, rounds, in, out);
/linux-master/arch/arm64/crypto/
H A Daes-cipher-glue.c12 asmlinkage void __aes_arm64_encrypt(u32 *rk, u8 *out, const u8 *in, int rounds);
13 asmlinkage void __aes_arm64_decrypt(u32 *rk, u8 *out, const u8 *in, int rounds);
15 static void aes_arm64_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
20 __aes_arm64_encrypt(ctx->key_enc, out, in, rounds);
23 static void aes_arm64_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
28 __aes_arm64_decrypt(ctx->key_dec, out, in, rounds);
/linux-master/arch/powerpc/crypto/
H A Daesp8-ppc.h20 void aes_p8_encrypt(const u8 *in, u8 *out, const struct aes_key *key);
21 void aes_p8_decrypt(const u8 *in, u8 *out, const struct aes_key *key);
22 void aes_p8_cbc_encrypt(const u8 *in, u8 *out, size_t len,
24 void aes_p8_ctr32_encrypt_blocks(const u8 *in, u8 *out,
27 void aes_p8_xts_encrypt(const u8 *in, u8 *out, size_t len,
29 void aes_p8_xts_decrypt(const u8 *in, u8 *out, size_t len,
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_dp_mst_helper_test.c221 const struct drm_dp_sideband_msg_req_body in; member in struct:drm_dp_mst_sideband_msg_req_test
227 .in = {
234 .in = {
241 .in = {
248 .in = {
256 .in = {
263 .in = {
270 .in = {
277 .in = {
284 .in
429 sideband_msg_req_equal(const struct drm_dp_sideband_msg_req_body *in, const struct drm_dp_sideband_msg_req_body *out) argument
513 const struct drm_dp_sideband_msg_req_body *in = &params->in; local
[all...]
/linux-master/tools/mm/
H A Dslabinfo-gnuplot.sh113 for i in "${t_files[@]}"; do
145 local in=$1
147 check_file_exist "$in"
151 out=`basename "$in"`"-slabs-by-loss"
152 `cat "$in" | grep -A "$lines" 'Slabs sorted by loss' |\
160 out=`basename "$in"`"-slabs-by-size"
161 `cat "$in" | grep -A "$lines" 'Slabs sorted by size' |\
168 out=`basename "$in"`"-totals"
169 `cat "$in" | grep "Memory used" |\
182 case $opt in
[all...]
/linux-master/drivers/infiniband/hw/mlx5/
H A Dqpc.c148 /* Need to put resource in event handler */
198 u32 in[MLX5_ST_SZ_DW(destroy_dct_in)] = {}; local
201 MLX5_SET(destroy_dct_in, in, opcode, MLX5_CMD_OP_DESTROY_DCT);
202 MLX5_SET(destroy_dct_in, in, dctn, qp->qpn);
203 MLX5_SET(destroy_dct_in, in, uid, qp->uid);
204 return mlx5_cmd_exec_in(dev->mdev, destroy_dct, in);
208 u32 *in, int inlen, u32 *out, int outlen)
214 MLX5_SET(create_dct_in, in, opcode, MLX5_CMD_OP_CREATE_DCT);
216 err = mlx5_cmd_do(dev->mdev, in, inlen, out, outlen);
221 qp->uid = MLX5_GET(create_dct_in, in, ui
207 mlx5_core_create_dct(struct mlx5_ib_dev *dev, struct mlx5_core_dct *dct, u32 *in, int inlen, u32 *out, int outlen) argument
232 mlx5_qpc_create_qp(struct mlx5_ib_dev *dev, struct mlx5_core_qp *qp, u32 *in, int inlen, u32 *out) argument
267 u32 in[MLX5_ST_SZ_DW(drain_dct_in)] = {}; local
308 u32 in[MLX5_ST_SZ_DW(destroy_qp_in)] = {}; local
323 u32 in[MLX5_ST_SZ_DW(set_delay_drop_params_in)] = {}; local
333 u32 *in; member in struct:mbox_info
526 u32 in[MLX5_ST_SZ_DW(query_qp_in)] = {}; local
538 u32 in[MLX5_ST_SZ_DW(query_dct_in)] = {}; local
551 u32 in[MLX5_ST_SZ_DW(alloc_xrcd_in)] = {}; local
563 u32 in[MLX5_ST_SZ_DW(dealloc_xrcd_in)] = {}; local
572 u32 in[MLX5_ST_SZ_DW(destroy_rq_in)] = {}; local
580 mlx5_core_create_rq_tracked(struct mlx5_ib_dev *dev, u32 *in, int inlen, struct mlx5_core_qp *rq) argument
613 u32 in[MLX5_ST_SZ_DW(destroy_sq_in)] = {}; local
621 mlx5_core_create_sq_tracked(struct mlx5_ib_dev *dev, u32 *in, int inlen, struct mlx5_core_qp *sq) argument
[all...]
/linux-master/include/linux/mlx5/
H A Dtransobj.h7 * COPYING in the main directory of this source tree, or the
10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
20 * disclaimer in the documentation and/or other materials
40 int mlx5_core_create_rq(struct mlx5_core_dev *dev, u32 *in, int inlen,
42 int mlx5_core_modify_rq(struct mlx5_core_dev *dev, u32 rqn, u32 *in);
45 int mlx5_core_create_sq(struct mlx5_core_dev *dev, u32 *in, int inlen,
47 int mlx5_core_modify_sq(struct mlx5_core_dev *dev, u32 sqn, u32 *in);
51 int mlx5_core_create_tir(struct mlx5_core_dev *dev, u32 *in, u32 *tirn);
52 int mlx5_core_modify_tir(struct mlx5_core_dev *dev, u32 tirn, u32 *in);
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dprobe_user.c18 struct sockaddr_in *in = (struct sockaddr_in *)&curr; local
53 in->sin_family = AF_INET;
54 in->sin_port = htons(5555);
55 in->sin_addr.s_addr = inet_addr("255.255.255.255");
70 in = (struct sockaddr_in *)&tmp;
73 inet_ntoa(in->sin_addr), ntohs(in->sin_port)))
78 in = (struct sockaddr_in *)&curr;
81 inet_ntoa(in->sin_addr), ntohs(in
[all...]

Completed in 444 milliseconds

1234567891011>>