/Linux-v6.1/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 …]
|
/Linux-v6.1/lib/ |
D | siphash.c | 130 * @second: second u64 133 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64() argument 140 v3 ^= second; in siphash_2u64() 143 v0 ^= second; in siphash_2u64() 151 * @second: second u64 155 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64() argument 163 v3 ^= second; in siphash_3u64() 166 v0 ^= second; in siphash_3u64() 178 * @second: second u64 183 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()
|
/Linux-v6.1/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 …]
|
/Linux-v6.1/arch/alpha/lib/ |
D | csum_partial_copy.c | 138 unsigned long second; in csum_partial_cfu_dest_aligned() local 140 if (__get_word(ldq_u, second, src+1)) in csum_partial_cfu_dest_aligned() 145 extqh(second, soff, first); in csum_partial_cfu_dest_aligned() 148 first = second; in csum_partial_cfu_dest_aligned() 158 unsigned long second; in csum_partial_cfu_dest_aligned() local 159 if (__get_word(ldq_u, second, lastsrc)) in csum_partial_cfu_dest_aligned() 163 extqh(second, soff, first); in csum_partial_cfu_dest_aligned() 252 unsigned long second, word; in csum_partial_cfu_unaligned() local 255 if (__get_word(ldq_u, second, src+1)) in csum_partial_cfu_unaligned() 260 extqh(second, soff, first); in csum_partial_cfu_unaligned() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/clock/ |
D | qcom,gcc-sc8280xp.yaml | 28 - description: UFS memory second RX symbol clock 31 - description: UFS card second RX symbol clock 42 - description: Second USB4 PHY pipegmux clock source 43 - description: Second USB4 PHY DP gmux clock source 44 - description: Second USB4 PHY sys pipegmux clock source 45 - description: Second USB4 PHY PCIe pipe clock 46 - description: Second USB4 PHY router max pipe clock 50 - description: Multiport USB second SuperSpeed pipe clock 57 - description: Second EMAC controller reference clock
|
/Linux-v6.1/tools/perf/tests/shell/lib/ |
D | waiting.sh | 6 # Time out after $3 tenths of a second or 5 seconds if $3 is "" 16 # Wait at most tm_out tenths of a second 27 # Time out after $3 tenths of a second or 5 seconds if $3 is "" 38 # Wait at most tm_out tenths of a second 48 # Time out after $2 tenths of a second or 5 seconds if $2 is "" 54 # Wait at most tm_out tenths of a second 63 # Check if PID $1 is still running after $2 tenths of a second 70 # Check for at least tm_out tenths of a second
|
/Linux-v6.1/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()
|
/Linux-v6.1/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
|
/Linux-v6.1/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()
|
/Linux-v6.1/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()
|
/Linux-v6.1/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 …]
|
/Linux-v6.1/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
|
/Linux-v6.1/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()
|
/Linux-v6.1/arch/arm/include/asm/ |
D | opcodes.h | 151 #define __opcode_thumb32_compose(first, second) ( \ argument 153 | ___opcode_identity32(___opcode_identity16(second)) \ 157 #define ___asm_opcode_thumb32_compose(first, second) ( \ argument 159 | ___asm_opcode_identity32(___asm_opcode_identity16(second)) \ 225 #define ___inst_thumb32(first, second) .short first, second argument 229 #define ___inst_thumb32(first, second) \ argument 230 ".short " __stringify(first) ", " __stringify(second) "\n\t"
|
/Linux-v6.1/Documentation/filesystems/ |
D | idmappings.rst | 62 what id ``k11000`` corresponds to in the second or third idmapping. The 65 either the second idmapping mapping or third idmapping mapping. The second 77 the full range of the second idmapping.). Neither the second or third idmapping 79 an id mapped. We can simply say that ``u1000`` is unmapped in the second and 114 Now assume we are given the id ``u1100`` in the upper idmapset of the second 116 of the second idmapping. This means we're mapping down in the second 211 then translate ``k11000`` into a userspace id in the second idmapping using the 212 kernel idmapset of the second idmapping:: 214 /* Map the kernel id up into a userspace id in the second idmapping. */ 220 /* Map the userspace id down into a kernel id in the second idmapping. */ [all …]
|
/Linux-v6.1/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()
|
/Linux-v6.1/include/net/tc_act/ |
D | tc_police.h | 78 * 1 second 2^6 ticks in tcf_police_burst() 87 * 1 second 2^6 ticks NSEC_PER_SEC nanoseconds in tcf_police_burst() 95 * = ---------------- bytes/second in tcf_police_burst() 126 * 1 second 2^6 ticks in tcf_police_burst_pkt() 135 * 1 second 2^6 ticks NSEC_PER_SEC nanoseconds in tcf_police_burst_pkt() 143 * = ---------------- pkts/second in tcf_police_burst_pkt()
|
/Linux-v6.1/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() 120 * 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() 95 * 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() 97 * 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()
|
/Linux-v6.1/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
|
/Linux-v6.1/Documentation/userspace-api/media/drivers/ |
D | cx2341x-uapi.rst | 16 values, the second containing UV macroblocks. 22 second 16 bytes are the second line of the top-left block, etc. After 30 contain 8 UV value pairs (16 bytes in total). The second 16 bytes are the 31 second line of 8 UV pairs of the top-left block, etc. After transmitting 156 the first unsigned long and bits 0-3 of the second unsigned long are used for the 157 second field.
|
/Linux-v6.1/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
|