/linux-6.6.21/drivers/net/wireless/mediatek/mt76/ |
D | mt76_connac3_mac.c | 17 u32 ru = le32_get_bits(rxv[0], MT_PRXV_HE_RU_ALLOC), offs = 0; in mt76_connac3_mac_decode_he_radiotap_ru() local 21 switch (ru) { in mt76_connac3_mac_decode_he_radiotap_ru() 24 offs = ru; in mt76_connac3_mac_decode_he_radiotap_ru() 28 offs = ru - 37; in mt76_connac3_mac_decode_he_radiotap_ru() 32 offs = ru - 53; in mt76_connac3_mac_decode_he_radiotap_ru() 36 offs = ru - 61; in mt76_connac3_mac_decode_he_radiotap_ru() 40 offs = ru - 65; in mt76_connac3_mac_decode_he_radiotap_ru()
|
D | eeprom.c | 338 u32 ru_rates = ARRAY_SIZE(dest->ru[0]); in mt76_get_rate_power_limits() 396 mt76_apply_multi_array_limit(dest->ru[0], ARRAY_SIZE(dest->ru[0]), in mt76_get_rate_power_limits() 397 ARRAY_SIZE(dest->ru), val, len, in mt76_get_rate_power_limits()
|
D | mt76_connac_mac.c | 744 u8 ru, offs = 0; in mt76_connac2_mac_decode_he_radiotap_ru() local 748 ru = (u8)(ru_l | ru_h << 4); in mt76_connac2_mac_decode_he_radiotap_ru() 752 switch (ru) { in mt76_connac2_mac_decode_he_radiotap_ru() 755 offs = ru; in mt76_connac2_mac_decode_he_radiotap_ru() 759 offs = ru - 37; in mt76_connac2_mac_decode_he_radiotap_ru() 763 offs = ru - 53; in mt76_connac2_mac_decode_he_radiotap_ru() 767 offs = ru - 61; in mt76_connac2_mac_decode_he_radiotap_ru() 771 offs = ru - 65; in mt76_connac2_mac_decode_he_radiotap_ru()
|
/linux-6.6.21/tools/testing/selftests/net/ |
D | tcp_mmap.c | 182 struct rusage ru; in child_thread() local 297 getrusage(RUSAGE_THREAD, &ru); in child_thread() 301 total_usec = 1000000*ru.ru_utime.tv_sec + ru.ru_utime.tv_usec + in child_thread() 302 1000000*ru.ru_stime.tv_sec + ru.ru_stime.tv_usec; in child_thread() 309 (double)ru.ru_utime.tv_sec + (double)ru.ru_utime.tv_usec / 1000000.0, in child_thread() 310 (double)ru.ru_stime.tv_sec + (double)ru.ru_stime.tv_usec / 1000000.0, in child_thread() 312 ru.ru_nvcsw, in child_thread()
|
D | vrf-xfrm-tests.sh | 104 ip ${ns} ru del pref 0 105 ip ${ns} ru add pref 32765 from all lookup local 106 ip ${ns} -6 ru del pref 0 107 ip ${ns} -6 ru add pref 32765 from all lookup local
|
D | icmp_redirect.sh | 162 ip -netns ${ns} ru del pref 0 163 ip -netns ${ns} ru add pref 32765 from all lookup local 164 ip -netns ${ns} -6 ru del pref 0 165 ip -netns ${ns} -6 ru add pref 32765 from all lookup local
|
/linux-6.6.21/tools/memory-model/ |
D | lock.cat | 106 let rfi-ru = ([UL] ; po-loc ; [RU]) \ ([UL] ; po-loc ; [LKW] ; po-loc) 109 let all-possible-rfe-ru = 110 let possible-rfe-ru r = 113 in map possible-rfe-ru RU 116 with rfe-ru from cross(all-possible-rfe-ru) 117 let rf-ru = rfe-ru | rfi-ru 120 let rf = rf | rf-lf | rf-ru
|
/linux-6.6.21/kernel/ |
D | exit.c | 1644 int options, struct rusage *ru) in kernel_waitid() argument 1697 wo.wo_rusage = ru; in kernel_waitid() 1710 infop, int, options, struct rusage __user *, ru) in SYSCALL_DEFINE5() 1714 long err = kernel_waitid(which, upid, &info, options, ru ? &r : NULL); in SYSCALL_DEFINE5() 1720 if (ru && copy_to_user(ru, &r, sizeof(struct rusage))) in SYSCALL_DEFINE5() 1743 struct rusage *ru) in kernel_wait4() argument 1776 wo.wo_rusage = ru; in kernel_wait4() 1802 int, options, struct rusage __user *, ru) in SYSCALL_DEFINE4() argument 1805 long err = kernel_wait4(upid, stat_addr, options, ru ? &r : NULL); in SYSCALL_DEFINE4() 1808 if (ru && copy_to_user(ru, &r, sizeof(struct rusage))) in SYSCALL_DEFINE4() [all …]
|
D | compat.c | 83 int put_compat_rusage(const struct rusage *r, struct compat_rusage __user *ru) in put_compat_rusage() argument 105 if (copy_to_user(ru, &r32, sizeof(r32))) in put_compat_rusage()
|
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_tv.c | 68 u16 ru, gu, bu, au; member 196 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200, 206 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200, 216 .ru = 0x074c, .gu = 0x0546, .bu = 0x05ec, .au = 0x0200, 226 .ru = 0x0788, .gu = 0x0581, .bu = 0x0322, .au = 0x0200, 236 .ru = 0x0745, .gu = 0x053f, .bu = 0x05e1, .au = 0x0200, 246 .ru = 0x0780, .gu = 0x0579, .bu = 0x031c, .au = 0x0200, 256 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200, 266 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200, 276 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200, [all …]
|
/linux-6.6.21/include/linux/ |
D | resource.h | 10 void getrusage(struct task_struct *p, int who, struct rusage *ru);
|
/linux-6.6.21/drivers/scsi/aic94xx/ |
D | aic94xx_tmf.c | 270 struct ssp_response_iu *ru; in asd_get_tmf_resp_tasklet() local 288 ru = edb->vaddr + 16 + sizeof(*fh); in asd_get_tmf_resp_tasklet() 289 res = ru->status; in asd_get_tmf_resp_tasklet() 290 if (ru->datapres == SAS_DATAPRES_RESPONSE_DATA) in asd_get_tmf_resp_tasklet() 291 res = ru->resp_data[3]; in asd_get_tmf_resp_tasklet()
|
/linux-6.6.21/arch/arm/boot/dts/mediatek/ |
D | mt6582-prestigio-pmt5008-3g.dts | 3 * Copyright (c) 2021 Maxim Kutnij <gtk3@inbox.ru>
|
/linux-6.6.21/Documentation/devicetree/bindings/spi/ |
D | amlogic,a1-spifc.yaml | 10 - Martin Kurbanov <mmkurbanov@sberdevices.ru>
|
/linux-6.6.21/arch/arm64/boot/dts/amlogic/ |
D | meson-gxm-vega-s96.dts | 5 * Copyright (c) 2017 Oleg <balbes-150@yandex.ru>
|
D | meson-gxl-s905w-jethome-jethub-j80.dts | 5 * Author: Aleksandr Kazantsev <ak@tvip.ru> 6 * Author: Alexey Shevelkin <ash@tvip.ru>
|
/linux-6.6.21/tools/testing/selftests/pidfd/ |
D | pidfd_wait.c | 35 struct rusage *ru) in sys_waitid() argument 37 return syscall(__NR_waitid, which, pid, info, options, ru); in sys_waitid()
|
/linux-6.6.21/Documentation/devicetree/bindings/fpga/ |
D | microchip,mpf-spi-fpga-mgr.yaml | 10 - Vladimir Georgiev <v.georgiev@metrotek.ru>
|
/linux-6.6.21/Documentation/devicetree/bindings/iio/light/ |
D | liteon,ltr501.yaml | 10 - Nikita Travkin <nikita@trvn.ru>
|
/linux-6.6.21/Documentation/devicetree/bindings/clock/ |
D | imx21-clock.yaml | 10 - Alexander Shiyan <shc_work@mail.ru>
|
D | imx1-clock.yaml | 10 - Alexander Shiyan <shc_work@mail.ru>
|
D | amlogic,a1-pll-clkc.yaml | 13 - Dmitry Rokosov <ddrokosov@sberdevices.ru>
|
/linux-6.6.21/Documentation/devicetree/bindings/pwm/ |
D | clk-pwm.yaml | 10 - Nikita Travkin <nikita@trvn.ru>
|
/linux-6.6.21/Documentation/devicetree/bindings/net/wireless/ |
D | mediatek,mt76.yaml | 197 rates-ru: 247 rates-ru = /bits/ 8 <3 22 22 22 22 22 22 22 22 22 22 22 22>, 255 rates-ru = /bits/ 8 <7 14 14 14 14 14 14 14 14 14 14 14 14>;
|
/linux-6.6.21/Documentation/devicetree/bindings/iio/accel/ |
D | memsensing,msa311.yaml | 10 - Dmitry Rokosov <ddrokosov@sberdevices.ru>
|