Searched refs:is (Results 76 - 100 of 345) sorted by last modified time

1234567891011>>

/linux-master/scripts/package/
H A Dmkdebian87 # Create debian/source/ if it is a source package build
228 This is useful for people who need to build external modules
/linux-master/scripts/
H A Dcheck-uapi.sh30 -l ERROR_LOG Write error log to file (default: no error log is generated).
37 CC C compiler (default is "gcc")
38 ARCH Target architecture for the UAPI check (default is host arch)
139 # Check if git tree is dirty
395 # Check that a minimum software version number is satisfied
447 eprintf 'error - ARCH "%s" is not a subdirectory under arch/\n' "$ARCH"
452 if ! git rev-parse --is-inside-work-tree > /dev/null 2>&1; then
463 if ! git merge-base --is-ancestor "$past_ref" "$base_ref" > /dev/null 2>&1; then
464 printf 'error - "%s" is not an ancestor of base ref "%s"\n' "$past_ref" "$base_ref"
H A Dget_abi.pl37 # If true, assumes that the description is formatted with ReST
135 # New "tag" is actually part of
139 parse_error($file, $ln, "tag '$tag' is invalid", $_);
143 # Invalid, but it is a common mistake
145 parse_error($file, $ln, "tag 'Where' is invalid. Should be 'What:' instead", "");
260 # Everything else is error
299 # only one label is enough
651 # Ignore cgroup, as this is big and has zero docs under ABI
654 # Ignore firmware as it is documented elsewhere
663 # is no
[all...]
H A Dget_maintainer.pl371 ##if pattern is a directory and it lacks a trailing slash, add one
541 ##if $file is a directory and it lacks a trailing slash, add one
730 ##if pattern is a directory and it lacks a trailing slash, add one
1075 using --separator also sets --nomultiline if --separator is not [, ]
1099 Used with "--nogit", directory is used as a pattern match,
1101 is matched.
1103 Using "--git-blame" is slow and may add old committers and authors
1109 not the percentage of the entire file authored. # of commits is
1112 If git is not installed, but mercurial (hg) is installe
[all...]
/linux-master/tools/testing/selftests/hid/
H A Dvmtest.sh37 <command> is the command you would normally run when you are in
42 If no command is specified and a debug shell (-s) is not requested,
62 shell. If <command> is specified, the shell runs after
176 # there is no need to check other ones.
250 # Figure out where the kernel is being built.
/linux-master/tools/testing/selftests/bpf/
H A Dvmtest.sh8 # it is based on the VM image used by the BPF CI, which is
53 <command> is the command you would normally run when you are in
58 If no command is specified and a debug shell (-s) is not requested,
77 shell. If <command> is specified, the shell runs after
198 # incase the VM is forcefully stopped.
309 # there is no need to check other ones.
322 # This is just a cleanup and the directory may
389 # Figure out where the kernel is bein
[all...]
/linux-master/drivers/staging/media/imx/
H A Dimx-media-vdic.c25 * fields, so this pipeline does not work in those modes. Also, it is
184 * This function is currently unused, but will be called when the
196 u32 is = priv->in_stride; local
198 /* current input buffer is now previous */
216 prev_phys = vb2_dma_contig_plane_dma_addr(prev_vb, 0) + is;
218 next_phys = vb2_dma_contig_plane_dma_addr(curr_vb, 0) + is;
223 * the above. This is to quiet smatch errors.
498 * enable/disable streaming only if stream_count is
603 /* output is always progressive! */
707 /* this is
[all...]
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp.c26 #include "fimc-is-command.h"
27 #include "fimc-is-param.h"
28 #include "fimc-is-regs.h"
29 #include "fimc-is.h"
85 void fimc_isp_irq_handler(struct fimc_is *is) argument
87 is->i2h_cmd.args[0] = mcuctl_read(is, MCUCTL_REG_ISSR(20));
88 is->i2h_cmd.args[1] = mcuctl_read(is, MCUCTL_REG_ISSR(21));
90 fimc_is_fw_clear_irq1(is, FIMC_IS_INT_FRAME_DONE_IS
198 struct fimc_is *is = fimc_isp_to_is(isp); local
255 struct fimc_is *is = fimc_isp_to_is(isp); local
304 struct fimc_is *is = fimc_isp_to_is(isp); local
442 __ctrl_set_white_balance(struct fimc_is *is, int value) argument
471 __ctrl_set_aewb_lock(struct fimc_is *is, struct v4l2_ctrl *ctrl) argument
505 __ctrl_set_iso(struct fimc_is *is, int value) argument
522 __ctrl_set_metering(struct fimc_is *is, unsigned int value) argument
547 __ctrl_set_afc(struct fimc_is *is, int value) argument
569 __ctrl_set_image_effect(struct fimc_is *is, int value) argument
594 struct fimc_is *is = fimc_isp_to_is(isp); local
677 struct fimc_is *is = fimc_isp_to_is(isp); local
[all...]
/linux-master/tools/testing/selftests/nolibc/
H A DMakefile9 ifneq ($(call is-absolute,$(O)),y)
28 # and the Qemu program used. It is copied as-is into ARCH except for
37 # It is recommended to only use XARCH, though it does not harm if
38 # ARCH is already set. For simplicity, ARCH is sufficient for all
135 # OUTPUT is only set when run from the main makefile, otherwise
180 @echo "The output file is \"run.out\". Test ranges may be passed using \$$TEST."
/linux-master/fs/ext4/
H A Dinline.c135 * this function does not take xattr_sem, which is OK because it is
141 struct ext4_xattr_ibody_find is = { local
153 error = ext4_get_inode_loc(inode, &is.iloc);
157 error = ext4_xattr_ibody_find(inode, &i, &is);
161 if (!is.s.not_found) {
162 if (is.s.here->e_value_inum) {
168 EXT4_I(inode)->i_inline_off = (u16)((void *)is.s.here -
169 (void *)ext4_raw_inode(&is.iloc));
171 le32_to_cpu(is
267 struct ext4_xattr_ibody_find is = { local
332 struct ext4_xattr_ibody_find is = { local
422 struct ext4_xattr_ibody_find is = { local
1901 struct ext4_xattr_ibody_find is = { local
[all...]
H A Dxattr.h48 __le32 e_value_inum; /* inode in which the value is stored */
74 * XATTR_SIZE_MAX is currently 64k, but for the purposes of checking
78 * worry about arithmetic overflows. (Actually XATTR_SIZE_MAX is
79 * defined in include/uapi/linux/limits.h, so changing it is going
100 * i_extra_isize is not 0 and that the inode size is not less than
145 * The EXT4_STATE_NO_EXPAND is overloaded and used for two purposes.
146 * The first is to signal that there the inline xattrs and data are
148 * expand it. The second is that xattr_sem is take
[all...]
/linux-master/tools/testing/selftests/powerpc/math/
H A Dfpu_asm.S134 # registers while running is not zero.
/linux-master/arch/x86/crypto/
H A Dsha512-ssse3-asm.S12 # This software is available to you under a choice of one of two
42 # This code is described in an Intel White-Paper:
271 # (struct sha512_state is assumed to begin with u64 state[8])
276 # "blocks" is the message length in SHA512 blocks.
H A Dsha512-avx-asm.S12 # This software is available to you under a choice of one of two
42 # This code is described in an Intel White-Paper:
118 # shld is faster than ror on Sandybridge
275 # "blocks" is the message length in SHA512 blocks
H A Dcrc32c-pcl-intel-asm_64.S17 * This software is available to you under a choice of one of two
113 ## If len is less than 8 and we're unaligned, we need to jump
219 lea (K_table-8)(%rip), %bufp # first entry is for idx 1
257 # len is less than 8 if we got here
282 jz .Ldo_return # Return if remaining length is zero
292 jz .Ldo_return # return if remaining data is zero
299 jz .Ldo_return # return if remaining data is zero
317 ## jump table Table is 129 entries x 2 bytes each
332 ## Table is 128 entries x 2 words (8 bytes) each
H A Daesni-intel_avx-x86_64.S4 # This software is available to you under a choice of one of two
50 ## The details of the implementation is explained in:
65 ## | (This is the sequence number from IPSec header) |
74 ## for example, assume AAD is a u32 vector
76 ## if AAD is 8 bytes:
92 ## if AAD is 12 bytes:
118 ## throughout the code, one tab and two tab indentations are used. one tab is
119 ## for GHASH part, two tabs is for AES part.
213 TMP2 = 16*1 # Temporary storage for AES State 2 (State 1 is stored in an XMM register)
416 # able to shift 16-r13 bytes (r13 is th
[all...]
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h119 * by hardware on taken interrupts. It is used by
162 ; 1. Utilize the fact that Z bit is set if Intr taken in U mode
163 ; 2. Upon entry SP is always saved (for any inspection, unwinding etc),
196 ; - for K mode, it will be implicitly restored as stack is unwound
197 ; - Z flag set on K is inverse of what hardware does on interrupt entry
/linux-master/scripts/dtc/
H A Ddt-extract-compatibles33 if match_table_list is not None and m[2] not in match_table_list:
53 if compat_ignore_list is not None:
/linux-master/tools/perf/tests/shell/
H A Dtest_intel_pt.sh265 echo "perf PID is $ppid"
340 /* Create an MMAP event for the jitdump file. That is how perf tool finds it. */
476 # Check if CYC is supported
479 echo "SKIP: CYC is not supported"
505 # Check if recording with sample mode is working
524 # Check if recording with kernel trace is working
537 # Check if python script is supported
540 echo "SKIP: python scripting is not supported"
562 # Check if virtual lbr is working
583 echo "SKIP: power_event_trace is no
[all...]
/linux-master/drivers/dma/
H A Dmpc512x_dma.c23 * refused as long as proper support for scatter/gather is missing
175 u32 int_half:1; /* Enable an interrupt when major counter is
250 * a) mchan->lock is acquired,
251 * b) mchan->active list is empty,
318 static void mpc_dma_irq_process(struct mpc_dma *mdma, u32 is, u32 es, int off) argument
322 u32 status = is | es;
474 /* If channel is idle, execute all queued descriptors */
699 /* Currently there is no proper support for scatter/gather */
780 /* len is too big */
845 * - during the transfer, the RAM address is incremente
[all...]
/linux-master/tools/testing/selftests/amd-pstate/
H A Drun.sh41 # Kselftest framework requirement - SKIP code is 4.
129 printf "No cpu is managed by cpufreq core, exiting\n"
247 echo "$0 # Current cpu vendor is $VENDOR."
256 echo "$0 # Current cpufreq scaling driver is $scaling_driver."
264 echo "$0 # Current cpufreq scaling driver is $scaling_driver."
271 echo "$0 # Current comparative test is for $FUNC."
301 echo $msg sysfs is not mounted >&2
326 echo "No cpu is managed by cpufreq core, exiting"
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.c8 * This file contains all of the code that is specific to the HFI chip
37 * so only the time for one 10K packet and header plus a bit extra is needed.
41 uint rcv_intr_timeout = (824 + 16); /* 16 is for coalescing interrupt */
137 /* LRH.BTH above is reused for this rule */
1067 * Error interrupt table entry. This is used as input to the interrupt
1136 * register can not be derived from the MTU value because 10K is not
1306 * is no mapping
5203 /* return true if this is chip revision revision a */
5212 /* return true if this is chip revision revision b */
5221 /* return true is kerne
5225 u32 is = IS_RCVURGENT_START + rcd->ctxt; local
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dslogn.S5 | input value. slognd does the same except the input value is a
14 | Accuracy and Monotonicity: The returned result is within 2 ulps in
16 | result is subsequently rounded to double precision. The
17 | result is provably monotonic in double precision.
20 | argument X such that |X-1| >= 1/16, which is the usual
261 |----the value TWOTO100 is no longer needed.
262 |----Note that this code assumes the denormalized input is NON-ZERO.
265 movel #0x00000000,%d3 | ...D3 is exponent of smallest norm. #
267 movel 8(%a0),%d5 | ...(D4,D5) is (Hi_X,Lo_X)
280 addl %d6,%d2 | ...(D3,D4,D5) is normalize
[all...]
/linux-master/scripts/atomic/
H A Dgen-atomic-instrumented.sh25 # An atomic RMW: if this parameter is not a constant, and this atomic is
26 # not just a 's'tore, this parameter is both read from and written to.
42 # RMW with return value is fully ordered
139 * KASAN, KCSAN), which should be used unless it is necessary to avoid
140 * instrumentation. Where it is necessary to aovid instrumenation, the
/linux-master/arch/x86/lib/
H A Dchecksum_32.S4 * operating system. INET is implemented using the BSD Socket
44 * is aligned on either a 2-byte or 4-byte boundary. We get at
45 * least a twofold speedup on 486 and Pentium if it is 4-byte aligned.
46 * Fortunately, it is easy to convert 2-byte alignment to 4-byte
56 jz 2f # Jump if alignment is ok.
58 jz 10f # Jump if alignment is boundary of 2 bytes.
60 # buf is odd
166 # buf is odd
238 andl -128(%esi),%ebx # esi is 4-aligned so should be ok
283 jz 2f # Jump if alignment is o
[all...]

Completed in 280 milliseconds

1234567891011>>