/kernel/linux/linux-5.10/ipc/ |
D | syscall.c | 20 int ksys_ipc(unsigned int call, int first, unsigned long second, in ksys_ipc() argument 31 second, NULL); in ksys_ipc() 34 return ksys_semtimedop(first, ptr, second, in ksys_ipc() 37 return compat_ksys_semtimedop(first, ptr, second, in ksys_ipc() 43 return ksys_semget(first, second, third); in ksys_ipc() 50 return ksys_old_semctl(first, second, third, arg); in ksys_ipc() 55 second, third); in ksys_ipc() 67 return ksys_msgrcv(first, tmp.msgp, second, in ksys_ipc() 73 second, fifth, third); in ksys_ipc() 76 return ksys_msgget((key_t) first, second); in ksys_ipc() [all …]
|
/kernel/linux/linux-5.10/lib/ |
D | siphash.c | 137 * @second: second u64 140 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64() argument 147 v3 ^= second; in siphash_2u64() 150 v0 ^= second; in siphash_2u64() 158 * @second: second u64 162 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64() argument 170 v3 ^= second; in siphash_3u64() 173 v0 ^= second; in siphash_3u64() 185 * @second: second u64 190 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64() argument [all …]
|
D | kasprintf.c | 17 unsigned int first, second; in kvasprintf() local 29 second = vsnprintf(p, first+1, fmt, ap); in kvasprintf() 30 WARN(first != second, "different return values (%u and %u) from vsnprintf(\"%s\", ...)", in kvasprintf() 31 first, second, fmt); in kvasprintf()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | devices.txt | 22 1 = /dev/ram1 Second RAM disk 33 1 = /dev/ptyp1 Second PTY master 108 1 = /dev/ttyp1 Second PTY slave 122 2 = /dev/hd?2 Second partition 193 1 = /dev/loop1 Second loop device 202 16 = /dev/sdb Second SCSI disk whole disk 213 1 = /dev/st1 Second SCSI tape, mode 0 216 33 = /dev/st1l Second SCSI tape, mode 1 219 65 = /dev/st1m Second SCSI tape, mode 2 222 97 = /dev/st1a Second SCSI tape, mode 3 [all …]
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
D | csum_partial_copy.c | 137 unsigned long second; in csum_partial_cfu_dest_aligned() local 139 if (__get_word(ldq_u, second, src+1)) in csum_partial_cfu_dest_aligned() 144 extqh(second, soff, first); in csum_partial_cfu_dest_aligned() 147 first = second; in csum_partial_cfu_dest_aligned() 157 unsigned long second; in csum_partial_cfu_dest_aligned() local 158 if (__get_word(ldq_u, second, lastsrc)) in csum_partial_cfu_dest_aligned() 162 extqh(second, soff, first); in csum_partial_cfu_dest_aligned() 251 unsigned long second, word; in csum_partial_cfu_unaligned() local 254 if (__get_word(ldq_u, second, src+1)) in csum_partial_cfu_unaligned() 259 extqh(second, soff, first); in csum_partial_cfu_unaligned() [all …]
|
/kernel/linux/linux-5.10/fs/ntfs/ |
D | time.h | 26 * and a long tv_nsec where tv_sec is the number of 1-second intervals since 27 * 1st January 1970, 00:00:00 UTC and tv_nsec is the number of 1-nano-second 31 * measured as the number of 100-nano-second intervals since 1st January 1601, 66 * and a long tv_nsec where tv_sec is the number of 1-second intervals since 67 * 1st January 1970, 00:00:00 UTC and tv_nsec is the number of 1-nano-second 71 * measured as the number of 100 nano-second intervals since 1st January 1601, 81 * Convert the time to 1-second intervals and the remainder to in ntfs2utc() 82 * 1-nano-second intervals. in ntfs2utc()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/ |
D | gpio-xilinx.txt | 12 second cell is used to specify optional parameters (currently unused). 21 - xlnx,is-dual : if 1, controller also uses the second channel 22 - xlnx,all-inputs-2 : as above but for the second channel 23 - xlnx,dout-default-2 : as above but the second channel 24 - xlnx,gpio2-width : as above but for the second channel 25 - xlnx,tri-default-2 : as above but for the second channel
|
/kernel/linux/linux-5.10/drivers/rtc/ |
D | rtc-wilco-ec.c | 38 * @second: Second value (0..59) 50 u8 second; member 70 * @second: Second value (0..59) 85 u8 second; member 107 tm->tm_sec = rtc.second; in wilco_ec_rtc_read() 145 rtc.second = bin2bcd(tm->tm_sec); in wilco_ec_rtc_write()
|
/kernel/linux/linux-5.10/Documentation/scsi/ |
D | aha152x.rst | 52 override for the second controller 90 configuration override for second controller 95 IOPORT for first and second controller 98 IRQ for first and second controller 101 SCSIID for first and second controller 104 allow targets to disconnect for first and second controller 107 use parity for first and second controller 110 enable synchronous transfers for first and second controller 113 reset DELAY for first and second controller 116 enable extended translation for first and second controller
|
/kernel/linux/linux-5.10/drivers/leds/ |
D | leds-ipaq-micro.c | 31 * 1 = 1/10 second in micro_leds_brightness_set() 32 * 0 = 256/10 second in micro_leds_brightness_set() 34 * 1 = 1/10 second in micro_leds_brightness_set() 68 * 1 = 1/10 second in micro_leds_blink_set() 69 * 0 = 256/10 second in micro_leds_blink_set() 71 * 1 = 1/10 second in micro_leds_blink_set()
|
/kernel/linux/linux-5.10/include/linux/ |
D | minmax.h | 43 * @y: second value 50 * @y: second value 57 * @y: second value 65 * @y: second value 102 * @y: second value 110 * @y: second value 142 * @b: second value
|
D | crc32.h | 21 * @crc2: crc32 of the second block 22 * @len2: length of the second block 48 * @crc2: crc32c of the second block 49 * @len2: length of the second block
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | tda7419.c | 339 SOC_DAPM_ENUM("Second Source Select", soc_enum_second_src_sel); 341 "Main", "Second"}; 420 SOC_SINGLE_TLV("Second Source Capture Volume", TDA7419_SECOND_SRC_REG, 497 SND_SOC_DAPM_MUX("Second Source Select", SND_SOC_NOPM, 534 {"Second Source Select", "SE3", "SE3L"}, 535 {"Second Source Select", "SE3", "SE3R"}, 536 {"Second Source Select", "SE2", "SE2L"}, 537 {"Second Source Select", "SE2", "SE2R"}, 538 {"Second Source Select", "SE1", "SE1L"}, 539 {"Second Source Select", "SE1", "SE1R"}, [all …]
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
D | insn.c | 11 unsigned long first, second; in __arm_gen_branch_thumb2() local 30 second = 0x9000 | (j1 << 13) | (j2 << 11) | imm11; in __arm_gen_branch_thumb2() 32 second |= 1 << 14; in __arm_gen_branch_thumb2() 34 return __opcode_thumb32_compose(first, second); in __arm_gen_branch_thumb2()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | opcodes.h | 146 #define __opcode_thumb32_compose(first, second) ( \ argument 148 | ___opcode_identity32(___opcode_identity16(second)) \ 152 #define ___asm_opcode_thumb32_compose(first, second) ( \ argument 154 | ___asm_opcode_identity32(___asm_opcode_identity16(second)) \ 220 #define ___inst_thumb32(first, second) .short first, second 224 #define ___inst_thumb32(first, second) \ argument 225 ".short " __stringify(first) ", " __stringify(second) "\n\t"
|
/kernel/linux/linux-5.10/tools/testing/selftests/timers/ |
D | leap-a-day.c | 1 /* Leap second stress test 7 * This test signals the kernel to insert a leap second 9 * kernel's leap-second behavior, as well as how well applications 10 * handle the leap-second discontinuity. 203 printf(" -w: Set flag and wait for leap second each iteration"); in main() 245 /* Calculate the next possible leap second 23:59:60 GMT */ in main() 261 /* Set the leap second insert flag */ in main() 288 printf("Scheduling leap second for %s", ctime(&next_leap)); in main() 327 /* Check adjtimex output every half second */ in main() 354 /* Sleep for another half second */ in main()
|
/kernel/linux/linux-5.10/Documentation/driver-api/serial/ |
D | rocket.rst | 37 I/O port for the second ISA board 106 The second, third, and fourth RocketPort cards require a 64-byte 110 second, third, and fourth Rocketport cards (if present) are set via 117 the first board, the second board must be set with the DIP switches 118 corresponding to the second board, etc. IMPORTANT: The board ID is 132 CAN NOT set the second, third or fourth board for address 0x140 since 134 need to set the second, third, or fourth board to one of the next available 149 On Off Second Card
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/ |
D | mv-xor-v2.txt | 9 the second set is the global registers 15 - clock-names: mandatory if there is a second clock, in this case the 16 name must be "core" for the first clock and "reg" for the second
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
D | tm-signal-context-chk-vmx.c | 9 * first and second contexts). 12 * state can be accessed with the uc_link pointer (second context). 48 /* Second context will be set with these values, i.e. speculative */ 81 /* Check second context. Print all mismatches. */ in signal_usr1() 87 /* Print actual value in second context. */ in signal_usr1() 119 * tm_signal_self_context_load will set both first and second in tm_signal_context_chk()
|
D | tm-signal-context-chk-fpu.c | 9 * first and second contexts). 12 * state can be accessed with the uc_link pointer (second context). 41 /* Second context will be set with these values, i.e. speculative */ 64 /* Check second context. Print all mismatches. */ in signal_usr1() 94 * tm_signal_self_context_load will set both first and second in tm_signal_context_chk_fpu()
|
D | tm-signal-context-chk-gpr.c | 9 * first and second contexts). 12 * state can be accessed with the uc_link pointer (second context). 44 /* Second context will be set with these values, i.e. speculative */ 65 /* Check second context. Print all mismatches. */ in signal_usr1() 96 * tm_signal_self_context_load will set both first and second in tm_signal_context_chk_gpr()
|
D | tm-trap.c | 79 * check on the second trap event if endianness is in trap_signal_handler() 83 /* Second trap event */ in trap_signal_handler() 92 * is then executed again as 'trap', generating a second in trap_signal_handler() 102 * flipped or not after the return from the second trap in trap_signal_handler() 138 * (3), and (4) will be executed, generating a second in trap_signal_handler() 143 /* Second trap event */ in trap_signal_handler() 147 * second trap event endianness will flip back "automat- in trap_signal_handler() 160 * flipped back to BE on return from the second trap in trap_signal_handler()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/spi/ |
D | brcm,spi-bcm-qspi.txt | 27 "brcm,spi-brcmstb-mspi", "brcm,spi-bcm-qspi" : Second Instance of MSPI 29 "brcm,spi-bcm7425-qspi", "brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI 31 "brcm,spi-bcm7429-qspi", "brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI 33 "brcm,spi-bcm7435-qspi", "brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI 35 "brcm,spi-bcm7445-qspi", "brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI 37 "brcm,spi-bcm7216-qspi", "brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI 39 "brcm,spi-bcm7278-qspi", "brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | cdns,xtensa-pic.txt | 9 When it's 2, the first cell is the IRQ number, and the second cell 20 * two cells: second cell == 0: internal irq number 21 * second cell == 1: external irq number
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/rng/ |
D | omap_rng.txt | 16 "inside-secure,safexcel-eip76" compatible, the second clock is 18 - clock-names: mandatory if there is a second clock, in this case the 19 name must be "core" for the first clock and "reg" for the second
|