Searched refs:in (Results 151 - 175 of 2408) sorted by relevance

1234567891011>>

/linux-master/tools/perf/scripts/perl/bin/
H A Drwtop-report5 for i in "$@"
/linux-master/tools/testing/selftests/ftrace/test.d/selftest/
H A Dbashisms.tc17 for t in $(find $FTRACETEST_ROOT/test.d -name \*.tc); do
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dnx-gzip-test.sh24 for size in 4K 64K 1M 64M
36 echo "Running tests in parallel ..."
37 for i in {1..16}
/linux-master/include/crypto/internal/
H A Dblake2b.h4 * Keep this in sync with the corresponding BLAKE2s header.
26 const u8 *in, size_t inlen,
34 memcpy(state->buf + state->buflen, in, fill);
37 in += fill;
43 (*compress)(state, in, nblocks - 1, BLAKE2B_BLOCK_SIZE);
44 in += BLAKE2B_BLOCK_SIZE * (nblocks - 1);
47 memcpy(state->buf + state->buflen, in, inlen);
97 const u8 *in, unsigned int inlen,
102 __blake2b_update(state, in, inlen, compress);
25 __blake2b_update(struct blake2b_state *state, const u8 *in, size_t inlen, blake2b_compress_t compress) argument
96 crypto_blake2b_update(struct shash_desc *desc, const u8 *in, unsigned int inlen, blake2b_compress_t compress) argument
/linux-master/tools/iio/
H A DMakefile11 # Do not use make's built-in rules
36 IIO_UTILS_IN := $(OUTPUT)iio_utils-in.o
40 LSIIO_IN := $(OUTPUT)lsiio-in.o
41 $(LSIIO_IN): prepare FORCE $(OUTPUT)iio_utils-in.o
46 IIO_EVENT_MONITOR_IN := $(OUTPUT)iio_event_monitor-in.o
47 $(IIO_EVENT_MONITOR_IN): prepare FORCE $(OUTPUT)iio_utils-in.o
52 IIO_GENERIC_BUFFER_IN := $(OUTPUT)iio_generic_buffer-in.o
53 $(IIO_GENERIC_BUFFER_IN): prepare FORCE $(OUTPUT)iio_utils-in.o
65 for program in $(ALL_PROGRAMS); do \
/linux-master/fs/f2fs/
H A Dhash.c25 static void TEA_transform(unsigned int buf[4], unsigned int const in[]) argument
29 __u32 a = in[0], b = in[1], c = in[2], d = in[3];
72 __u32 in[8], buf[4]; local
81 str2hashbuf(p, len, in, 4);
82 TEA_transform(buf, in);
/linux-master/scripts/
H A Dspdxcheck-test.sh4 for FILE in Makefile Documentation/images/logo.gif; do
H A Dxz_wrap.sh15 case $SRCARCH in
H A Dbloat-o-meter20 parser.add_argument('-p', dest='prefix', help='Arch prefix for the tool being used. Useful in cross build scenarios')
35 for line in f:
36 if line.startswith("\n") or ":" in line:
39 if type in format:
59 for a in old:
60 if a in new:
63 for name in old:
65 if name not in common:
70 for name in new:
72 if name not in commo
[all...]
/linux-master/tools/memory-model/scripts/
H A Dchecktheselitmus.sh10 # Run this in the directory containing the memory model, specifying the
28 for i in "$@"
/linux-master/tools/perf/arch/x86/entry/syscalls/
H A Dsyscalltbl.sh4 in="$1"
24 grep '^[0-9]' "$in" | sort -n > $sorted_table
/linux-master/fs/xfs/
H A Dxfs_rtalloc.h16 * Initialize realtime fields in the mount structure.
39 xfs_growfs_rt_t *in); /* user supplied growfs struct */
43 # define xfs_growfs_rt(mp,in) (-ENOSYS)
/linux-master/tools/testing/selftests/dt/
H A Dtest_unprobed_devices.sh32 for node in $(find ${PDT} -type d); do
45 for dev_dir in $(find /sys/devices -type d); do
57 for node in ${nodes_compatible}; do
61 for compatible in ${compatibles}; do
/linux-master/tools/perf/tests/shell/
H A Dperftool-testsuite_probe.sh12 for testcase in setup.sh test_*; do # skip setup.sh if not present or not executable
/linux-master/sound/soc/spear/
H A DMakefile4 snd-soc-spear-spdif-in-y := spdif_in.o
8 obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += snd-soc-spear-spdif-in.o
/linux-master/arch/riscv/boot/
H A Dinstall.sh4 # License. See the file "COPYING" in the main directory of this archive
9 # Adapted from code in arch/i386/boot/Makefile by H. Peter Anvin
10 # Adapted from code in arch/i386/boot/install.sh by Russell King
20 case "${2##*/}" in
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_mad.c9 * COPYING in the main directory of this source tree, or the
12 * Redistribution and use in source and binary forms, with or
20 * - Redistributions in binary form must reproduce the above
22 * disclaimer in the documentation and/or other materials
201 const struct ib_mad *in, struct ib_mad *out,
210 if (in->mad_hdr.method == IB_MGMT_METHOD_TRAP && !slid) {
211 forward_trap(to_mdev(ibdev), port_num, in); local
221 if (in->mad_hdr.mgmt_class == IB_MGMT_CLASS_SUBN_LID_ROUTED ||
222 in->mad_hdr.mgmt_class == IB_MGMT_CLASS_SUBN_DIRECTED_ROUTE) {
223 if (in
199 mthca_process_mad(struct ib_device *ibdev, int mad_flags, u32 port_num, const struct ib_wc *in_wc, const struct ib_grh *in_grh, const struct ib_mad *in, struct ib_mad *out, size_t *out_mad_size, u16 *out_mad_pkey_index) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Dvhca_event.c35 u32 in[MLX5_ST_SZ_DW(query_vhca_state_in)] = {}; local
37 MLX5_SET(query_vhca_state_in, in, opcode, MLX5_CMD_OP_QUERY_VHCA_STATE);
38 MLX5_SET(query_vhca_state_in, in, function_id, function_id);
39 MLX5_SET(query_vhca_state_in, in, embedded_cpu_function, 0);
41 return mlx5_cmd_exec(dev, in, sizeof(in), out, outlen);
45 u32 *in, u32 inlen)
49 MLX5_SET(modify_vhca_state_in, in, opcode, MLX5_CMD_OP_MODIFY_VHCA_STATE);
50 MLX5_SET(modify_vhca_state_in, in, function_id, function_id);
51 MLX5_SET(modify_vhca_state_in, in, embedded_cpu_functio
44 mlx5_cmd_modify_vhca_state(struct mlx5_core_dev *dev, u16 function_id, u32 *in, u32 inlen) argument
59 u32 in[MLX5_ST_SZ_DW(modify_vhca_state_in)] = {}; local
72 u32 in[MLX5_ST_SZ_DW(modify_vhca_state_in)] = {}; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dgeneve.c22 u32 in[MLX5_ST_SZ_DW(create_geneve_tlv_option_in)] = {}; local
33 hdr = MLX5_ADDR_OF(create_geneve_tlv_option_in, in, hdr);
34 opt = MLX5_ADDR_OF(create_geneve_tlv_option_in, in, geneve_tlv_opt);
43 err = mlx5_cmd_exec(mdev, in, sizeof(in), out, sizeof(out));
54 u32 in[MLX5_ST_SZ_DW(general_obj_in_cmd_hdr)] = {}; local
56 MLX5_SET(general_obj_in_cmd_hdr, in, opcode, MLX5_CMD_OP_DESTROY_GENERAL_OBJECT);
57 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, MLX5_OBJ_TYPE_GENEVE_TLV_OPT);
58 MLX5_SET(general_obj_in_cmd_hdr, in, obj_id, obj_id);
60 mlx5_cmd_exec(mdev, in, sizeo
[all...]
/linux-master/fs/bcachefs/
H A Dbkey_sort.c121 /* Sort + repack in a new format: */
129 struct bkey_packed *in, *out = vstruct_last(dst); local
135 while ((in = bch2_btree_node_iter_next_all(src_iter, src))) {
136 if (filter_whiteouts && bkey_deleted(in))
140 bkey_p_copy(out, in);
141 else if (bch2_bkey_transform(out_f, out, bkey_packed(in)
142 ? in_f : &bch2_bkey_format_current, in))
145 bch2_bkey_unpack(src, (void *) out, in);
169 * For sorting in the btree node write path: whiteouts not in th
175 struct bkey_packed *in, *next, *out = dst; local
201 struct bkey_packed *in, *out = dst; local
[all...]
/linux-master/fs/efs/
H A Dinode.c36 * the bits so that dst ends up in cpu byte-order.
57 struct efs_inode_info *in; local
68 in = INODE_INFO(inode);
110 /* this is the number of blocks in the file */
128 in->numextents = be16_to_cpu(efs_inode->di_numextents);
129 in->lastextent = 0;
133 extent_copy(&(efs_inode->di_u.di_extents[i]), &(in->extents[i]));
134 if (i < in->numextents && in->extents[i].cooked.ex_magic != 0) {
135 pr_warn("extent %d has bad magic number in inod
202 struct efs_inode_info *in = INODE_INFO(inode); local
[all...]
/linux-master/fs/ceph/
H A Dquota.c123 * This function will try to lookup a realm inode which isn't visible in the
125 * maintained in the mdsc and freed only when the filesystem is umounted.
127 * Note that these inodes are kept in this list even if the lookup fails, which
136 struct inode *in; local
159 in = qri->inode;
161 in = ERR_PTR(ret);
163 in = ceph_lookup_inode(sb, realm->ino);
166 if (IS_ERR(in)) {
168 PTR_ERR(in));
172 qri->inode = in;
221 struct inode *in; local
333 struct inode *in; local
495 struct inode *in; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw.c7 * 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
74 u32 in[MLX5_ST_SZ_DW(query_adapter_in)] = {}; local
81 MLX5_SET(query_adapter_in, in, opcode, MLX5_CMD_OP_QUERY_ADAPTER);
82 err = mlx5_cmd_exec_inout(dev, query_adapter, in, out);
101 u32 in[MLX5_ST_SZ_DW(query_adapter_in)] = {}; local
108 MLX5_SET(query_adapter_in, in, opcode, MLX5_CMD_OP_QUERY_ADAPTER);
109 err = mlx5_cmd_exec_inout(mdev, query_adapter, in, ou
288 u32 in[MLX5_ST_SZ_DW(init_hca_in)] = {}; local
308 u32 in[MLX5_ST_SZ_DW(teardown_hca_in)] = {}; local
317 u32 in[MLX5_ST_SZ_DW(teardown_hca_in)] = {0}; local
346 u32 in[MLX5_ST_SZ_DW(teardown_hca_in)] = {}; local
408 u32 in[MLX5_ST_SZ_DW(mcc_reg)]; local
426 u32 in[MLX5_ST_SZ_DW(mcc_reg)]; local
455 u32 *in; local
482 u32 in[MLX5_ST_SZ_DW(mcqi_reg)] = {}; local
652 u32 in[MLX5_ST_SZ_DW(mirc_reg)]; local
738 u32 in[MLX5_ST_SZ_DW(mcqs_reg)] = {}; local
[all...]
/linux-master/include/crypto/
H A Darc4.h21 void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len);
/linux-master/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnx.h33 int nx_function(void *handle, struct nxbuf_t *in, struct nxbuf_t *out,

Completed in 234 milliseconds

1234567891011>>