| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | whets.c | 949 struct tms tms; variable 955 times(&tms); in dtime() 957 q = (SPDP)(tms.tms_utime) / (SPDP)HZ; in dtime() 982 struct tbuffer_t tms; variable 988 times(&tms); in dtime() 990 q = (SPDP)(tms.proc_user_time) / (SPDP)HZ; in dtime() 1280 struct tms tms; variable 1285 times(&tms); in dtime() 1286 q = (SPDP)tms.tms_utime / (SPDP)CLK_TCK; in dtime()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | times.h | 32 struct tms struct 46 extern clock_t times (struct tms *__buffer) __THROW;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | times.h | 32 struct tms struct 46 extern clock_t times (struct tms *__buffer) __THROW;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/qcom/ |
| H A D | qcom,apr.txt | 56 "tms/servreg", "msm/adsp/audio_pd". 57 "tms/servreg", "msm/modem/wlan_pd". 58 "tms/servreg", "msm/slpi/sensor_pd". 124 qcom,protection-domain = "tms/servreg", "msm/slpi/sensor_pd";
|
| /OK3568_Linux_fs/kernel/drivers/misc/altera-stapl/ |
| H A D | altera-lpt.c | 30 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo) in netup_jtag_io_lpt() argument 42 data = ((tdi ? 0x40 : 0) | (tms ? 0x02 : 0)); in netup_jtag_io_lpt()
|
| H A D | altera-jtag.c | 289 int tms; in altera_goto_jstate() local 313 tms = (altera_jtag_path_map[js->jtag_state] & in altera_goto_jstate() 318 alt_jtag_io(tms, TDI_LOW, IGNORE_TDO); in altera_goto_jstate() 320 if (tms) in altera_goto_jstate() 342 int tms; in altera_wait_cycles() local 354 tms = (wait_state == RESET) ? TMS_HIGH : TMS_LOW; in altera_wait_cycles() 357 alt_jtag_io(tms, TDI_LOW, IGNORE_TDO); in altera_wait_cycles()
|
| H A D | altera-exprt.h | 17 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/platform/ |
| H A D | vxworks.hpp | 311 struct tms{ struct 318 inline clock_t times(struct tms *t){ in times()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | reent.h | 102 struct tms; 155 extern _CLOCK_T_ _times_r (struct _reent *, struct tms *);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | reent.h | 102 struct tms; 155 extern _CLOCK_T_ _times_r (struct _reent *, struct tms *);
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | sys.c | 967 static void do_sys_times(struct tms *tms) in do_sys_times() argument 974 tms->tms_utime = nsec_to_clock_t(tgutime); in do_sys_times() 975 tms->tms_stime = nsec_to_clock_t(tgstime); in do_sys_times() 976 tms->tms_cutime = nsec_to_clock_t(cutime); in do_sys_times() 977 tms->tms_cstime = nsec_to_clock_t(cstime); in do_sys_times() 980 SYSCALL_DEFINE1(times, struct tms __user *, tbuf) in SYSCALL_DEFINE1() 983 struct tms tmp; in SYSCALL_DEFINE1() 986 if (copy_to_user(tbuf, &tmp, sizeof(struct tms))) in SYSCALL_DEFINE1() 1002 struct tms tms; in COMPAT_SYSCALL_DEFINE1() local 1005 do_sys_times(&tms); in COMPAT_SYSCALL_DEFINE1() [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | times.h | 7 struct tms { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | times.h | 7 struct tms { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | times.h | 7 struct tms { struct
|
| /OK3568_Linux_fs/kernel/include/misc/ |
| H A D | altera.h | 18 int (*jtag_io) (void *dev, int tms, int tdi, int tdo);
|
| /OK3568_Linux_fs/buildroot/package/dhrystone/ |
| H A D | 0005-prototypes.patch | 20 struct tms time_info;
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-am33xx/ |
| H A D | mux_am43xx.h | 196 int tms; member
|
| H A D | mux_am33xx.h | 155 int tms; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/ |
| H A D | dhrystone.patch | 28 struct tms time_info;
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | am335x-draco.dts | 57 0x1d0 (PIN_INPUT | MUX_MODE0) /* tms jtag */
|
| /OK3568_Linux_fs/u-boot/board/bosch/shc/ |
| H A D | mux.c | 107 {OFFSET(tms), (MODE(0) | RXACTIVE | PULLUP_EN)},
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | img,pistachio-pinctrl.txt | 146 tms
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | cg14.c | 104 u8 tms[2]; /* Test Mode Status Regs */ member
|
| /OK3568_Linux_fs/u-boot/board/siemens/rut/ |
| H A D | mux.c | 226 {OFFSET(tms), (MODE(0) | RXACTIVE | PULLUP_EN)},
|
| /OK3568_Linux_fs/u-boot/board/siemens/draco/ |
| H A D | mux.c | 136 {OFFSET(tms), MODE(7) | RXACTIVE | PULLUDDIS},
|