/linux/ipc/ |
H A 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/lib/ |
H A 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 …]
|
H A 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/Documentation/admin-guide/ |
H A 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/Documentation/devicetree/bindings/mfd/ |
H A D | ams,as3711.yaml | 42 description: Framebuffer phandle for the second step-up converter 46 description: Maximum current for the second step-up converter 50 description: Second step-up converter uses voltage feedback 55 Second step-up converter uses CURR1 input for current feedback 60 Second step-up converter uses CURR2 input for current feedback 65 Second step-up converter uses CURR3 input for current feedback 70 Second step-up converter uses automatic current feedback selection 75 Second step-up converter uses LX_SD4 for over-voltage protection 80 Second step-up converter uses GPIO2 for over-voltage protection 85 Second step-up converter uses GPIO3 for over-voltage protection [all …]
|
/linux/arch/alpha/lib/ |
H A 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/tools/perf/tests/shell/lib/ |
H A D | waiting.sh | 7 # Time out after $3 tenths of a second or 5 seconds if $3 is "" 17 # Wait at most tm_out tenths of a second 28 # Time out after $3 tenths of a second or 5 seconds if $3 is "" 39 # Wait at most tm_out tenths of a second 49 # Time out after $2 tenths of a second or 5 seconds if $2 is "" 55 # Wait at most tm_out tenths of a second 64 # Check if PID $1 is still running after $2 tenths of a second 71 # Check for at least tm_out tenths of a second
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | qcom,gcc-sc8280xp.yaml | 27 - description: UFS memory second RX symbol clock 30 - description: UFS card second RX symbol clock 41 - description: Second USB4 PHY pipegmux clock source 42 - description: Second USB4 PHY DP gmux clock source 43 - description: Second USB4 PHY sys pipegmux clock source 44 - description: Second USB4 PHY PCIe pipe clock 45 - description: Second USB4 PHY router max pipe clock 49 - description: Multiport USB second SuperSpeed pipe clock 56 - description: Second EMAC controller reference clock
|
/linux/arch/riscv/kernel/tests/module_test/ |
H A D | test_uleb128.S | 9 lw a0, second 22 second: label 23 .reloc second, R_RISCV_SET_ULEB128, second 24 .reloc second, R_RISCV_SUB_ULEB128, first
|
/linux/Documentation/scsi/ |
H A 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/drivers/rtc/ |
H A 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/drivers/leds/ |
H A 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/sound/soc/codecs/ |
H A 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/tools/testing/selftests/timers/ |
H A 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/arch/arm/include/asm/ |
H A 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 229 #define ___inst_thumb32(first, second) \ argument 230 ".short " __stringify(first) ", " __stringify(second) "\n\t"
|
/linux/arch/arm/kernel/ |
H A 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/drivers/hid/bpf/progs/ |
H A D | XPPen__Artist24.bpf.c | 109 * sequences, all related to the second button (the pen doesn't 112 * whenever the second button gets pressed or released, an 118 * when the second button is pressed/released: 122 * // Second button is pressed 126 * // Second button is released 136 * the second button is pressed/released: an out of range 142 * // Second button is pressed 147 * // Second button is released
|
/linux/Documentation/filesystems/ |
H A 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 212 then translate ``k11000`` into a userspace id in the second idmapping using the 213 kernel idmapset of the second idmapping:: 215 /* Map the kernel id up into a userspace id in the second idmapping. */ 221 /* Map the userspace id down into a kernel id in the second idmapping. */ [all …]
|
/linux/include/net/tc_act/ |
H A 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/tools/testing/selftests/powerpc/tm/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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/drivers/hwmon/ |
H A D | sht3x.c | 87 /* 0.5 measurements per second */ 89 /* 1 measurements per second */ 91 /* 2 measurements per second */ 93 /* 4 measurements per second */ 95 /* 10 measurements per second */ 101 /* 0.5 measurements per second */ 103 /* 1 measurements per second */ 105 /* 2 measurements per second */ 107 /* 4 measurements per second */ 109 /* 10 measurements per second */ [all …]
|
/linux/Documentation/userspace-api/media/drivers/ |
H A 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.
|