Home
last modified time | relevance | path

Searched refs:ru (Results 1 – 25 of 85) sorted by relevance

1234

/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c182 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()
H A Dvrf-xfrm-tests.sh102 ip ${ns} ru del pref 0
103 ip ${ns} ru add pref 32765 from all lookup local
104 ip ${ns} -6 ru del pref 0
105 ip ${ns} -6 ru add pref 32765 from all lookup local
H A Dicmp_redirect.sh159 ip -netns ${ns} ru del pref 0
160 ip -netns ${ns} ru add pref 32765 from all lookup local
161 ip -netns ${ns} -6 ru del pref 0
162 ip -netns ${ns} -6 ru add pref 32765 from all lookup local
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac3_mac.c20 u32 ru = le32_get_bits(rxv[0], MT_PRXV_HE_RU_ALLOC), offs = 0; in mt76_connac3_mac_decode_he_radiotap_ru() local
24 switch (ru) { in mt76_connac3_mac_decode_he_radiotap_ru()
27 offs = ru; in mt76_connac3_mac_decode_he_radiotap_ru()
31 offs = ru - 37; in mt76_connac3_mac_decode_he_radiotap_ru()
35 offs = ru - 53; in mt76_connac3_mac_decode_he_radiotap_ru()
39 offs = ru - 61; in mt76_connac3_mac_decode_he_radiotap_ru()
43 offs = ru - 65; in mt76_connac3_mac_decode_he_radiotap_ru()
H A Deeprom.c352 u32 ru_rates = ARRAY_SIZE(dest->ru[0]); in mt76_get_rate_power_limits()
410 mt76_apply_multi_array_limit(dest->ru[0], ARRAY_SIZE(dest->ru[0]), in mt76_get_rate_power_limits()
411 ARRAY_SIZE(dest->ru), val, len, in mt76_get_rate_power_limits()
H A Dmt76_connac_mac.c773 u8 ru, offs = 0; in mt76_connac2_mac_decode_he_radiotap_ru() local
777 ru = (u8)(ru_l | ru_h << 4); in mt76_connac2_mac_decode_he_radiotap_ru()
781 switch (ru) { in mt76_connac2_mac_decode_he_radiotap_ru()
784 offs = ru; in mt76_connac2_mac_decode_he_radiotap_ru()
788 offs = ru - 37; in mt76_connac2_mac_decode_he_radiotap_ru()
792 offs = ru - 53; in mt76_connac2_mac_decode_he_radiotap_ru()
796 offs = ru - 61; in mt76_connac2_mac_decode_he_radiotap_ru()
800 offs = ru - 65; in mt76_connac2_mac_decode_he_radiotap_ru()
/linux/tools/memory-model/
H A Dlock.cat118 let possible-rf-ru e = (((UL * {e}) & po-loc) \
123 let all-possible-rf-ru =
124 (* Convert the possible-rf-ru relation for e to a set of single edges *)
125 let set-of-singleton-rf-ru e =
126 map pair-to-relation (possible-rf-ru e)
128 in map set-of-singleton-rf-ru RU
131 with rf-ru from cross(all-possible-rf-ru)
134 let rf = rf | rf-lf | rf-ru
/linux/kernel/
H A Dexit.c1726 struct rusage *ru) in kernel_waitid_prepare() argument
1777 wo->wo_rusage = ru; in kernel_waitid_prepare()
1785 int options, struct rusage *ru) in kernel_waitid() argument
1790 ret = kernel_waitid_prepare(&wo, which, upid, infop, options, ru); in kernel_waitid()
1803 infop, int, options, struct rusage __user *, ru) in SYSCALL_DEFINE5()
1807 long err = kernel_waitid(which, upid, &info, options, ru ? &r : NULL); in SYSCALL_DEFINE5()
1813 if (ru && copy_to_user(ru, &r, sizeof(struct rusage))) in SYSCALL_DEFINE5()
1836 struct rusage *ru) in kernel_wait4() argument
1869 wo.wo_rusage = ru; in kernel_wait4()
1895 int, options, struct rusage __user *, ru) in SYSCALL_DEFINE4() argument
[all …]
H A Dexit.h29 struct rusage *ru);
H A Dcompat.c83 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/drivers/gpu/drm/i915/display/
H A Dintel_tv.c70 u16 ru, gu, bu, au; member
198 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
208 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200,
218 .ru = 0x074c, .gu = 0x0546, .bu = 0x05ec, .au = 0x0200,
228 .ru = 0x0788, .gu = 0x0581, .bu = 0x0322, .au = 0x0200,
238 .ru = 0x0745, .gu = 0x053f, .bu = 0x05e1, .au = 0x0200,
248 .ru = 0x0780, .gu = 0x0579, .bu = 0x031c, .au = 0x0200,
258 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
268 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200,
278 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
[all …]
/linux/include/linux/
H A Dresource.h10 void getrusage(struct task_struct *p, int who, struct rusage *ru);
/linux/drivers/scsi/aic94xx/
H A Daic94xx_tmf.c270 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/arch/arm/boot/dts/mediatek/
H A Dmt6582-prestigio-pmt5008-3g.dts3 * Copyright (c) 2021 Maxim Kutnij <gtk3@inbox.ru>
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxm-vega-s96.dts5 * Copyright (c) 2017 Oleg <balbes-150@yandex.ru>
H A Dmeson-gxl-s905w-jethome-jethub-j80.dts5 * Author: Aleksandr Kazantsev <ak@tvip.ru>
6 * Author: Alexey Shevelkin <ash@tvip.ru>
H A Dmeson-axg-jethome-jethub-j1xx.dtsi6 * Author: Aleksandr Kazantsev <ak@tvip.ru>
7 * Author: Alexey Shevelkin <ash@tvip.ru>
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Drx.c232 u8 ru = le32_get_bits(phy_data->data1, IWL_RX_PHY_DATA1_HE_RU_ALLOC_MASK); in iwl_mld_decode_he_phy_ru_alloc() local
241 switch (ru) { in iwl_mld_decode_he_phy_ru_alloc()
244 offs = ru; in iwl_mld_decode_he_phy_ru_alloc()
248 offs = ru - 37; in iwl_mld_decode_he_phy_ru_alloc()
252 offs = ru - 53; in iwl_mld_decode_he_phy_ru_alloc()
256 offs = ru - 61; in iwl_mld_decode_he_phy_ru_alloc()
260 offs = ru - 65; in iwl_mld_decode_he_phy_ru_alloc()
867 u32 ru = le32_get_bits(eht->data[8], in iwl_mld_decode_eht_ru() local
875 switch (ru) { in iwl_mld_decode_eht_ru()
929 rx_status->eht.ru = nl_ru; in iwl_mld_decode_eht_ru()
/linux/tools/testing/selftests/kexec/
H A Dkexec_common_lib.sh115 if [ $(id -ru) -ne 0 ]; then
/linux/arch/sparc/math-emu/
H A Dmath_32.c282 #define TYPE(dummy, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru <… in do_one_mathemu() argument
/linux/Documentation/hwmon/
H A Dnct7904.rst16 Author: Vadim V. Vlasov <vvlasov@dev.rtsoft.ru>
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx51-digi-connectcore-jsk.dts3 * Copyright (C) 2014 Alexander Shiyan <shc_work@mail.ru>
H A Dimx1-apf9328.dts3 * Copyright (C) 2014 Alexander Shiyan <shc_work@mail.ru>
/linux/Documentation/admin-guide/
H A Dufs.rst68 to dushistov@mail.ru (do not send partition tables bug reports).
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c1057 u8 ru = le32_get_bits(phy_data->d1, IWL_RX_PHY_DATA1_HE_RU_ALLOC_MASK); in iwl_mvm_decode_he_phy_ru_alloc() local
1066 switch (ru) { in iwl_mvm_decode_he_phy_ru_alloc()
1069 offs = ru; in iwl_mvm_decode_he_phy_ru_alloc()
1073 offs = ru - 37; in iwl_mvm_decode_he_phy_ru_alloc()
1077 offs = ru - 53; in iwl_mvm_decode_he_phy_ru_alloc()
1081 offs = ru - 61; in iwl_mvm_decode_he_phy_ru_alloc()
1085 offs = ru - 65; in iwl_mvm_decode_he_phy_ru_alloc()
1467 u32 ru = le32_get_bits(eht->data[8], in iwl_mvm_decode_eht_ru() local
1475 switch (ru) { in iwl_mvm_decode_eht_ru()
1529 rx_status->eht.ru = nl_ru; in iwl_mvm_decode_eht_ru()

1234