Searched refs:in (Results 176 - 200 of 2408) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/fpu/
H A Drun_test_fpu.sh18 echo "$0: You must have the following enabled in your kernel:"
40 for i in $(seq 1 1000); do
41 for c in $(seq 1 $NR_CPUS); do
/linux-master/tools/testing/selftests/bpf/progs/
H A Dfreplace_connect_v4_prog.c7 #include <linux/in.h>
15 // return value thats in invalid range
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-ring.sh15 for key in ${!SETTINGS_MAP[@]}; do
22 echo "SKIP: No --set-ring support in ethtool"
54 for ring_max_entry in $RING_MAX_LIST; do
61 for key in ${!SETTINGS_MAP[@]}; do
66 for key in ${!SETTINGS_MAP[@]}; do
/linux-master/tools/perf/util/
H A Dintlist.h23 void intlist__remove(struct intlist *ilist, struct int_node *in);
51 static inline struct int_node *intlist__next(struct int_node *in) argument
54 if (!in)
56 rn = rb_next(&in->rb_node);
/linux-master/tools/testing/selftests/powerpc/eeh/
H A Deeh-basic.sh11 # record the devices that we break in here. Assuming everything
17 for dev in `ls -1 /sys/bus/pci/devices/ | grep '\.0$'` ; do
38 for dev in $devices ; do
/linux-master/lib/zlib_inflate/
H A Dinffast.c3 * For conditions of distribution and use, see copyright notice in zlib.h
36 inflate execution time is spent in this routine.
50 BAD -- error in block data
70 const unsigned char *in; /* local strm->next_in */ local
71 const unsigned char *last; /* while in < last, enough input available */
79 unsigned whave; /* valid bytes in the window */
97 in = strm->next_in;
98 last = in + (strm->avail_in - 5);
120 hold += (unsigned long)(*in++) << bits;
122 hold += (unsigned long)(*in
[all...]
/linux-master/tools/certs/
H A Dprint-cert-tbs-hash.sh9 # as description of keys in the blacklist keyring to identify certificates.
10 # This output should be redirected, without newline, in a file (hash0.txt) and
12 # loaded in the kernel with.
16 # openssl smime -sign -in hash0.txt -inkey builtin-private-key.pem \
35 if ! PEM="$(openssl x509 -inform DER -in "${CERT}" 2>/dev/null || openssl x509 -in "${CERT}")"; then
57 openssl asn1parse -in - | \
88 openssl x509 -in - -outform DER | \
/linux-master/include/crypto/
H A Dpolyval.h19 void polyval_update_non4k(const u8 *key, const u8 *in,
/linux-master/crypto/
H A Daes_ti.c20 static void aesti_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
31 aes_encrypt(ctx, out, in);
36 static void aesti_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
47 aes_decrypt(ctx, out, in);
H A Dsm4_generic.c21 * @tfm: The %crypto_tfm that is used in the context.
26 * &sm4_ctx _must_ be the private data embedded in @tfm which is
41 static void sm4_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
45 sm4_crypt_block(ctx->rkey_enc, out, in);
50 static void sm4_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
54 sm4_crypt_block(ctx->rkey_dec, out, in);
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dsrcu_lockdep.sh28 case "$1" in
44 for d in 0 1
46 for t in 0 1 2
48 for c in 1 2 3
/linux-master/tools/testing/selftests/riscv/hwprobe/
H A Dsys_hwprobe.S7 # Put __NR_riscv_hwprobe in the syscall number register, then just shim
/linux-master/fs/smb/common/
H A Darc4.h21 void cifs_arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len);
/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_opt_types.tc7 case `uname -m` in
21 for i in `seq 0 255`; do
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/
H A Dvenc_drv_base.h19 * @ctx: [in] mtk v4l2 context
26 * @handle: [in] driver handle
27 * @opt: [in] encode option
28 * @frm_buf: [in] frame buffer to store input frame
29 * @bs_buf: [in] bitstream buffer to store output bitstream
39 * @handle: [in] driver handle
40 * @type: [in] parameter type
41 * @in: [in] buffer to store the parameter
44 struct venc_enc_param *in);
[all...]
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dmad.h13 const struct ib_mad_hdr *in, size_t in_mad_size,
/linux-master/arch/riscv/kernel/
H A Dimage-vars.h12 #error This file should only be included in vmlinux.lds.S
23 * linked at. The routines below are all implemented in assembler in a
/linux-master/tools/testing/selftests/net/
H A Dgro.sh22 # not all packets that should coalesce will be considered in the same flow
24 for tries in {1..3}; do
49 for proto in "${PROTOS[@]}"; do
50 for test in "${TESTS[@]}"; do
76 case "${opt}" in
H A Dnet_helper.sh18 for i in $(seq 10); do
/linux-master/tools/net/ynl/
H A DMakefile15 @for dir in $(SUBDIRS) ; do \
/linux-master/tools/testing/selftests/livepatch/
H A Dtest-syscall.sh18 for i in $(seq 1 $(getconf _NPROCESSORS_ONLN)); do
32 for pid in ${pids[@]}; do
/linux-master/tools/testing/selftests/damon/
H A D_chk_dependency.sh35 for f in attrs target_ids "$monitor_on_file"
45 for f in attrs target_ids "$monitor_on_file"
/linux-master/scripts/
H A Dheaders_install.sh44 # Remove /* ... */ style comments, and find CONFIG_ references in code
67 # The entries in the following list do not result in an error.
71 # The format is <file-name>:<CONFIG-option> in each line.
83 for c in $configs
87 for ignore in $config_leak_ignores
/linux-master/drivers/media/rc/img-ir/
H A Dimg-ir-sony.c53 static int img_ir_sony_filter(const struct rc_scancode_filter *in, argument
60 dev = (in->data >> 16) & 0xff;
61 dev_m = (in->mask >> 16) & 0xff;
62 subdev = (in->data >> 8) & 0xff;
63 subdev_m = (in->mask >> 8) & 0xff;
64 func = (in->data >> 0) & 0x7f;
65 func_m = (in->mask >> 0) & 0x7f;
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Ddevlink_lib_spectrum.sh20 for i in $KVD_CHILDREN; do
25 for i in $KVDL_CHILDREN; do
37 for i in $KVD_CHILDREN; do
47 for i in $KVDL_CHILDREN; do
69 for i in $KVD_CHILDREN; do
74 for i in $KVDL_CHILDREN; do
86 case "$profile" in

Completed in 613 milliseconds

1234567891011>>