| /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-4.19/ipc/ |
| D | syscall.c | 20 SYSCALL_DEFINE6(ipc, unsigned int, call, int, first, unsigned long, second, in SYSCALL_DEFINE6() argument 31 second, NULL); in SYSCALL_DEFINE6() 34 return ksys_semtimedop(first, ptr, second, in SYSCALL_DEFINE6() 37 return compat_ksys_semtimedop(first, ptr, second, in SYSCALL_DEFINE6() 43 return ksys_semget(first, second, third); in SYSCALL_DEFINE6() 50 return ksys_semctl(first, second, third, arg); in SYSCALL_DEFINE6() 55 second, third); in SYSCALL_DEFINE6() 67 return ksys_msgrcv(first, tmp.msgp, second, in SYSCALL_DEFINE6() 73 second, fifth, third); in SYSCALL_DEFINE6() 76 return ksys_msgget((key_t) first, second); in SYSCALL_DEFINE6() [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-4.19/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 …]
|
| /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-4.19/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-4.19/arch/alpha/lib/ |
| D | csum_partial_copy.c | 151 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 …]
|
| /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-4.19/sound/firewire/ |
| D | amdtp-stream-trace.h | 20 __field(unsigned int, second) 33 __entry->second = cycles / CYCLES_PER_SECOND; 47 __entry->second, 64 __field(unsigned int, second) 77 __entry->second = cycles / CYCLES_PER_SECOND; 91 __entry->second, 108 __field(unsigned int, second) 121 __entry->second = cycles / CYCLES_PER_SECOND; 135 __entry->second, 152 __field(unsigned int, second) [all …]
|
| /kernel/linux/linux-4.19/fs/ntfs/ |
| D | time.h | 40 * and a long tv_nsec where tv_sec is the number of 1-second intervals since 41 * 1st January 1970, 00:00:00 UTC and tv_nsec is the number of 1-nano-second 45 * measured as the number of 100-nano-second intervals since 1st January 1601, 80 * and a long tv_nsec where tv_sec is the number of 1-second intervals since 81 * 1st January 1970, 00:00:00 UTC and tv_nsec is the number of 1-nano-second 85 * measured as the number of 100 nano-second intervals since 1st January 1601, 95 * Convert the time to 1-second intervals and the remainder to in ntfs2utc() 96 * 1-nano-second intervals. in ntfs2utc()
|
| /kernel/linux/linux-4.19/Documentation/scsi/ |
| D | aha152x.txt | 41 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
|
| /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-4.19/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-4.19/drivers/android/ |
| D | binder_alloc.h | 34 * @allow_user_free: describe the second member of struct blah, 35 * @async_transaction: describe the second member of struct blah, 36 * @debug_id: describe the second member of struct blah, 37 * @transaction: describe the second member of struct blah, 38 * @target_node: describe the second member of struct blah, 39 * @data_size: describe the second member of struct blah, 40 * @offsets_size: describe the second member of struct blah, 41 * @extra_buffers_size: describe the second member of struct blah, 42 * @data:i describe the second member of struct blah,
|
| /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-4.19/drivers/leds/ |
| D | leds-ipaq-micro.c | 33 * 1 = 1/10 second in micro_leds_brightness_set() 34 * 0 = 256/10 second in micro_leds_brightness_set() 36 * 1 = 1/10 second in micro_leds_brightness_set() 70 * 1 = 1/10 second in micro_leds_blink_set() 71 * 0 = 256/10 second in micro_leds_blink_set() 73 * 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
|
| /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-4.19/Documentation/devicetree/bindings/serial/ |
| D | pl011.txt | 11 and may contain a second name named "sleep". The former 18 to the external serial line, whereas the second clock 24 "uartclk" and the second clock listed must be named 28 The first one must be named "rx", the second one
|
| /kernel/linux/linux-4.19/arch/arm/kernel/ |
| D | insn.c | 10 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()
|
| /kernel/linux/linux-4.19/sound/soc/codecs/ |
| D | tda7419.c | 352 SOC_DAPM_ENUM("Second Source Select", soc_enum_second_src_sel); 354 "Main", "Second"}; 433 SOC_SINGLE_TLV("Second Source Capture Volume", TDA7419_SECOND_SRC_REG, 510 SND_SOC_DAPM_MUX("Second Source Select", SND_SOC_NOPM, 547 {"Second Source Select", "SE3", "SE3L"}, 548 {"Second Source Select", "SE3", "SE3R"}, 549 {"Second Source Select", "SE2", "SE2L"}, 550 {"Second Source Select", "SE2", "SE2R"}, 551 {"Second Source Select", "SE1", "SE1L"}, 552 {"Second Source Select", "SE1", "SE1R"}, [all …]
|