Home
last modified time | relevance | path

Searched full:second (Results 1 – 25 of 3898) sorted by relevance

12345678910>>...156

/Linux-v5.4/ipc/
Dsyscall.c20 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-v5.4/lib/
Dsiphash.c137 * @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 …]
Dkasprintf.c17 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-v5.4/Documentation/admin-guide/
Ddevices.txt22 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-v5.4/arch/alpha/lib/
Dcsum_partial_copy.c151 unsigned long second; in csum_partial_cfu_dest_aligned() local
153 err |= __get_user_u(second, src+1); in csum_partial_cfu_dest_aligned()
157 extqh(second, soff, first); in csum_partial_cfu_dest_aligned()
160 first = second; in csum_partial_cfu_dest_aligned()
170 unsigned long second; in csum_partial_cfu_dest_aligned() local
171 err |= __get_user_u(second, lastsrc); in csum_partial_cfu_dest_aligned()
174 extqh(second, soff, first); in csum_partial_cfu_dest_aligned()
265 unsigned long second, word; in csum_partial_cfu_unaligned() local
268 err |= __get_user_u(second, src+1); in csum_partial_cfu_unaligned()
272 extqh(second, soff, first); in csum_partial_cfu_unaligned()
[all …]
/Linux-v5.4/fs/ntfs/
Dtime.h26 * 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-v5.4/Documentation/scsi/
Daha152x.txt41 override for the second controller
72 configuration override for second controller
77 IOPORT for first and second controller
80 IRQ for first and second controller
83 SCSIID for first and second controller
86 allow targets to disconnect for first and second controller
89 use parity for first and second controller
92 enable synchronous transfers for first and second controller
95 reset DELAY for first and second controller
98 enable extended translation for first and second controller
/Linux-v5.4/Documentation/devicetree/bindings/gpio/
Dgpio-xilinx.txt12 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
/Linux-v5.4/drivers/rtc/
Drtc-wilco-ec.c38 * @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()
143 rtc.second = bin2bcd(tm->tm_sec); in wilco_ec_rtc_write()
/Linux-v5.4/drivers/leds/
Dleds-ipaq-micro.c31 * 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-v5.4/sound/soc/codecs/
Dtda7419.c344 SOC_DAPM_ENUM("Second Source Select", soc_enum_second_src_sel);
346 "Main", "Second"};
425 SOC_SINGLE_TLV("Second Source Capture Volume", TDA7419_SECOND_SRC_REG,
502 SND_SOC_DAPM_MUX("Second Source Select", SND_SOC_NOPM,
539 {"Second Source Select", "SE3", "SE3L"},
540 {"Second Source Select", "SE3", "SE3R"},
541 {"Second Source Select", "SE2", "SE2L"},
542 {"Second Source Select", "SE2", "SE2R"},
543 {"Second Source Select", "SE1", "SE1L"},
544 {"Second Source Select", "SE1", "SE1R"},
[all …]
/Linux-v5.4/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi-rockchip.c722 * we have found the second, so will either return it in dw_mipi_dsi_rockchip_find_second()
756 struct device *second; in dw_mipi_dsi_rockchip_bind() local
760 second = dw_mipi_dsi_rockchip_find_second(dsi); in dw_mipi_dsi_rockchip_bind()
761 if (IS_ERR(second)) in dw_mipi_dsi_rockchip_bind()
762 return PTR_ERR(second); in dw_mipi_dsi_rockchip_bind()
764 if (second) { in dw_mipi_dsi_rockchip_bind()
767 master2 = of_property_read_bool(second->of_node, in dw_mipi_dsi_rockchip_bind()
786 dsi->slave = dev_get_drvdata(second); in dw_mipi_dsi_rockchip_bind()
794 put_device(second); in dw_mipi_dsi_rockchip_bind()
841 struct device *second; in dw_mipi_dsi_rockchip_host_attach() local
[all …]
/Linux-v5.4/arch/arm/kernel/
Dinsn.c10 unsigned long first, second; in __arm_gen_branch_thumb2() local
29 second = 0x9000 | (j1 << 13) | (j2 << 11) | imm11; in __arm_gen_branch_thumb2()
31 second |= 1 << 14; in __arm_gen_branch_thumb2()
33 return __opcode_thumb32_compose(first, second); in __arm_gen_branch_thumb2()
/Linux-v5.4/tools/testing/selftests/timers/
Dleap-a-day.c1 /* 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-v5.4/arch/arm/include/asm/
Dopcodes.h146 #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 argument
224 #define ___inst_thumb32(first, second) \ argument
225 ".short " __stringify(first) ", " __stringify(second) "\n\t"
/Linux-v5.4/Documentation/driver-api/serial/
Drocket.rst37 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
/Linux-v5.4/tools/testing/selftests/powerpc/tm/
Dtm-signal-context-chk-vmx.c9 * 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()
Dtm-signal-context-chk-fpu.c9 * 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()
Dtm-signal-context-chk-gpr.c9 * 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()
Dtm-trap.c79 * 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-v5.4/Documentation/devicetree/bindings/dma/
Dmv-xor-v2.txt9 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-v5.4/Documentation/trace/
Devents-power.rst59 The second parameter is '1' for enable, '0' for disable, the target
70 The second parameter is the power domain target state.
84 The second parameter is value to be added/updated/removed.
92 The second parameter is the previous QoS value.
104 The second parameter gives the request type (e.g. "DEV_PM_QOS_RESUME_LATENCY").
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dmadera.txt26 the left and right channel and the second two cells must be 0.
28 left and right A inputs and the second two cells set the mode of the left
46 The second cell is ignored for codecs that do not have OUT6.
51 The second cell is ignored for codecs that do not have OUT6.
/Linux-v5.4/drivers/crypto/caam/
Dcaampkc.h25 * 2. The second representation consists of the triplet (p, q, d), where the
28 * q the second prime factor of the RSA modulus n
34 * q the second prime factor of the RSA modulus n
36 * dQ the second factors's CRT exponent
39 * The benefit of using the third or the second key form is lower computational
/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/
Dcdns,xtensa-pic.txt9 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

12345678910>>...156