Searched refs:in (Results 276 - 300 of 2408) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/cgroup/
H A Dwith_stress.sh35 echo "Skipping: cannot enable $subsys_ctrl in $sysfs" >&2
40 echo "Skipping: cannot disable $subsys_ctrl in $sysfs" >&2
53 case $opt in
80 for s in ${stresses[*]} ; do
96 for pid in ${stress_pids[*]} ; do
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-coalesce.sh14 for key in ${!SETTINGS_MAP[@]}; do
21 echo "SKIP: No --coalesce support in ethtool"
99 for key in ${!SETTINGS_MAP[@]}; do
104 for key in ${!SETTINGS_MAP[@]}; do
H A Dtc-mq-visibility.sh28 for root in mq mqprio; do
39 for n in 3 2 1 2 3 4 1 4; do
46 for n in 3 2 1 2 3 4 1 4; do
/linux-master/drivers/infiniband/hw/mlx5/
H A Dstd_types.c32 u32 in[MLX5_ST_SZ_DW(query_esw_vport_context_in)] = {}; local
47 MLX5_SET(query_esw_vport_context_in, in, opcode,
49 MLX5_SET(query_esw_vport_context_in, in, vport_number, vport);
50 MLX5_SET(query_esw_vport_context_in, in, other_vport, true);
52 err = mlx5_cmd_exec_inout(mdev, query_esw_vport_context, in,
86 u32 in[MLX5_ST_SZ_DW(query_hca_cap_in)] = {}; local
94 MLX5_SET(query_hca_cap_in, in, opcode, MLX5_CMD_OP_QUERY_HCA_CAP);
95 MLX5_SET(query_hca_cap_in, in, other_function, true);
96 MLX5_SET(query_hca_cap_in, in, function_id, vport);
97 MLX5_SET(query_hca_cap_in, in, op_mo
[all...]
/linux-master/security/keys/
H A Dkeyctl_pkey.c200 * _info is a string of supplementary information in key=val format. For
205 * where enc= specifies the encoding and hash= selects the OID to go in that
219 void *in, *out; local
244 in = memdup_user(_in, params.in_len);
245 if (IS_ERR(in)) {
246 ret = PTR_ERR(in);
255 ret = params.key->type->asym_eds_op(&params, in, out);
265 kfree(in);
277 * _info is a string of supplementary information in key=val format. For
283 * to go in tha
294 void *in, *in2; local
[all...]
/linux-master/scripts/
H A Dobjdiff23 # And to clean up (everything is in .objdiff/*)
81 for d in $FILES; do
83 for f in $(find $d -name '*.o')
145 case "$1" in
/linux-master/arch/alpha/lib/
H A Dstrncpy.S12 * __stxncpy is in range of a branch.
38 or $4, $27, $4 # written byte and the last byte in COUNT
47 subq $27, 1, $2 # clear the final bits in the prev word
73 1: ldq_u $1, 0($16) # clear the leading bits in the final word
/linux-master/tools/testing/selftests/ftrace/test.d/00basic/
H A Dtest_ownership.tc57 for d in "." "events" "events/sched" "events/sched/sched_switch" "events/sched/sched_switch/enable" $canary; do
63 for d in "." "events/sched" "events/sched/sched_switch" "events/sched/sched_switch/enable" $canary; do
69 for d in "." "events/sched/sched_switch" "events/sched/sched_switch/enable" $canary; do
75 for d in "." "events/sched/sched_switch/enable" $canary; do
81 for d in "." $canary; do
92 for d in "." "events" "events/sched" "events/sched/sched_switch" "events/sched/sched_switch/enable" $canary; do
/linux-master/tools/perf/tests/shell/
H A Dstat+std_output.sh35 in "--interval") prefix=2
65 for i in "${!skip_metric[@]}"; do
71 for i in "${!event_name[@]}"; do
76 echo "Unknown event name in $line" 1>&2
83 echo "wrong event metric. expected ${event_metric[$i]} in $line" 1>&2
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dresource_scale.sh36 for current_test in ${TESTS:-$ALL_TESTS}; do
43 for profile in $KVD_PROFILES; do
51 for should_fail in 0 1; do
59 # Update target in case occupancy of a certain resource
/linux-master/arch/powerpc/boot/
H A Ddecompress.c17 * The decompressor_*.c files play #ifdef games so they can be used in both
27 * out of lib/ and "fix" the includes so they do not pull in other kernel
55 char *in = v; local
60 * the in-progress decompression.
75 in += offset;
83 memcpy(out, in, size);
122 * The skipped bytes needs to be included in the size of data we want
/linux-master/tools/perf/trace/beauty/
H A Darch_errno_names.sh62 for arch in $archlist; do
81 for f in $toolsdir/arch/*/include/uapi/asm/errno.h; do
87 for arch in generic $archlist; do
/linux-master/fs/bcachefs/
H A Dbkey.c106 unsigned bits; /* bits remaining in current word */
137 unsigned bits; /* bits remaining in current word */
228 const struct bkey_packed *in)
231 struct unpack_state in_s = unpack_state_init(in_f, in);
242 EBUG_ON(in->u64s - in_f->key_u64s + out_f->key_u64s > U8_MAX);
245 out->u64s = out_f->key_u64s + in->u64s - in_f->key_u64s;
246 out->needs_whiteout = in->needs_whiteout;
247 out->type = in->type;
255 const struct bkey_packed *in)
257 if (!bch2_bkey_transform_key(out_f, out, in_f, in))
225 bch2_bkey_transform_key(const struct bkey_format *out_f, struct bkey_packed *out, const struct bkey_format *in_f, const struct bkey_packed *in) argument
252 bch2_bkey_transform(const struct bkey_format *out_f, struct bkey_packed *out, const struct bkey_format *in_f, const struct bkey_packed *in) argument
266 __bch2_bkey_unpack_key(const struct bkey_format *format, const struct bkey_packed *in) argument
291 __bkey_unpack_pos(const struct bkey_format *format, const struct bkey_packed *in) argument
317 bch2_bkey_pack_key(struct bkey_packed *out, const struct bkey *in, const struct bkey_format *format) argument
468 bch2_bkey_pack_pos_lossy(struct bkey_packed *out, struct bpos in, const struct btree *b) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dfs_tt_redirect.c149 u32 *in; local
154 in = kvzalloc(inlen, GFP_KERNEL);
155 if (!in || !ft->g) {
158 kvfree(in);
162 mc = MLX5_ADDR_OF(create_flow_group_in, in, match_criteria);
177 MLX5_SET_CFG(in, match_criteria_enable, MLX5_MATCH_OUTER_HEADERS);
178 MLX5_SET_CFG(in, start_flow_index, ix);
180 MLX5_SET_CFG(in, end_flow_index, ix - 1);
181 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in);
187 memset(in,
431 u32 *in; local
[all...]
/linux-master/drivers/acpi/acpica/
H A Drsxface.c19 #define ACPI_COPY_FIELD(out, in, field) ((out)->field = (in)->field)
20 #define ACPI_COPY_ADDRESS(out, in) \
21 ACPI_COPY_FIELD(out, in, resource_type); \
22 ACPI_COPY_FIELD(out, in, producer_consumer); \
23 ACPI_COPY_FIELD(out, in, decode); \
24 ACPI_COPY_FIELD(out, in, min_address_fixed); \
25 ACPI_COPY_FIELD(out, in, max_address_fixed); \
26 ACPI_COPY_FIELD(out, in, info); \
27 ACPI_COPY_FIELD(out, in, addres
[all...]
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-tpda.c88 * Search and read element data size from the TPDM node in
92 * Parameter "inport" is used to pass in the input port number
93 * of TPDA, and it is set to -1 in the recursize call.
101 struct coresight_device *in; local
104 in = csdev->pdata->in_conns[i]->src_dev;
105 if (!in)
113 if (coresight_device_is_tpdm(in)) {
116 rc = tpdm_read_element_size(drvdata, in);
121 rc = tpda_get_element_size(drvdata, in, -1);
186 struct coresight_connection *in,
185 tpda_enable(struct coresight_device *csdev, struct coresight_connection *in, struct coresight_connection *out) argument
219 tpda_disable(struct coresight_device *csdev, struct coresight_connection *in, struct coresight_connection *out) argument
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dsacos.S8 | Input: Double-extended number X in location pointed to
11 | Output: The value arccos(X) returned in floating-point register Fp0.
13 | Accuracy and Monotonicity: The returned result is within 3 ulps in
16 | result is provably monotonic in double precision.
42 | file, README, in this same directory.
/linux-master/drivers/media/pci/ivtv/
H A Divtv-routing.c24 const struct ivtv_card_audio_input *in; local
29 in = &itv->card->radio_input;
31 in = &itv->card->audio_inputs[itv->audio_input];
34 input = in->muxer_input;
40 input = in->audio_input;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dreporter_vnic.c20 u32 in[MLX5_ST_SZ_DW(query_vnic_env_in)] = {}; local
23 MLX5_SET(query_vnic_env_in, in, opcode, MLX5_CMD_OP_QUERY_VNIC_ENV);
24 MLX5_SET(query_vnic_env_in, in, vport_number, vport_num);
25 MLX5_SET(query_vnic_env_in, in, other_vport, !!other_vport);
27 mlx5_cmd_exec_inout(dev, query_vnic_env, in, &vnic.query_vnic_env_out);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Daso.c80 void *in, *cqc; local
90 in = kvzalloc(inlen, GFP_KERNEL);
91 if (!in)
94 cqc = MLX5_ADDR_OF(create_cq_in, in, cq_context);
99 (__be64 *)MLX5_ADDR_OF(create_cq_in, in, pas));
108 err = mlx5_core_create_cq(mdev, mcq, in, inlen, out, sizeof(out));
110 kvfree(in);
181 void *in, *sqc, *wq; local
187 in = kvzalloc(inlen, GFP_KERNEL);
188 if (!in)
223 void *in, *sqc; local
[all...]
/linux-master/tools/hv/
H A DMakefile15 # Do not use make's built-in rules
34 HV_KVP_DAEMON_IN := $(OUTPUT)hv_kvp_daemon-in.o
40 HV_VSS_DAEMON_IN := $(OUTPUT)hv_vss_daemon-in.o
46 HV_FCOPY_UIO_DAEMON_IN := $(OUTPUT)hv_fcopy_uio_daemon-in.o
60 for program in $(ALL_PROGRAMS); do \
64 for script in $(ALL_SCRIPTS); do \
/linux-master/tools/testing/selftests/amd-pstate/
H A Drun.sh60 for cpu in `ls $CPUROOT | grep "cpu[0-9].*"`; do
78 for policy in $policies; do
91 for policy in $policies; do
106 for policy in $policies; do
168 case $arg in
260 case "$FUNC" in
282 case "$FUNC" in
309 echo $msg cpus not available in sysfs >&2
314 echo $msg cpufreq directory not available in sysfs >&2
330 case "$FUNC" in
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dsch_ets_core.sh14 # that the ETS traffic selection algorithm kicks in and has to schedule some
17 # A driver for veth-based testing is in sch_ets.sh, an example of a driver for
18 # an offloaded data path is in selftests/drivers/net/mlxsw/sch_ets.sh.
92 echo "Running in priomap mode"
99 echo "Running in classifier mode"
137 for band in $priomap; do
170 for i in {0..2}; do
180 for i in {0..2}; do
193 for i in {0..2}; do
202 for i in {
[all...]
/linux-master/drivers/hwmon/
H A Dlm80.c123 u8 in[i_num_in][7]; /* Register value, 1st index is enum in_index */ member in struct:lm80_data
176 data->in[i_input][i] = rv;
181 data->in[i_min][i] = rv;
186 data->in[i_max][i] = rv;
268 return sprintf(buf, "%d\n", IN_FROM_REG(data->in[nr][index]));
287 data->in[nr][index] = IN_TO_REG(val);
288 lm80_write_value(client, reg, data->in[nr][index]);
338 * determined in part by the fan divisor. This follows the principle of
450 static SENSOR_DEVICE_ATTR_2_RW(in0_min, in, i_min, 0);
451 static SENSOR_DEVICE_ATTR_2_RW(in1_min, in, i_mi
[all...]
/linux-master/tools/testing/selftests/
H A Dkselftest_deps.sh18 echo "- Should be run in selftests directory in the kernel repo."
22 echo " in the test Makefiles to identify missing library dependencies."
24 echo " failed the build dependency check from the TARGETS in Selftests"
39 # Make sure we're in the selftests top-level directory.
41 echo -e "\tPlease run $0 in"
49 case $arg in
95 # Initially, in LDLIBS related lines, the dep checker needs
139 # respectively and save it in VAR_LDLIBS. If pkg-config doesn't find
161 # which in tur
[all...]

Completed in 493 milliseconds

<<11121314151617181920>>