Home
last modified time | relevance | path

Searched refs:tms (Results 1 – 25 of 38) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dwhets.c949 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 Dtimes.h32 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 Dtimes.h32 struct tms struct
46 extern clock_t times (struct tms *__buffer) __THROW;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,apr.txt56 "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 Daltera-lpt.c30 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 Daltera-jtag.c289 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 Daltera-exprt.h17 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 Dvxworks.hpp311 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 Dreent.h102 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 Dreent.h102 struct tms;
155 extern _CLOCK_T_ _times_r (struct _reent *, struct tms *);
/OK3568_Linux_fs/kernel/kernel/
H A Dsys.c967 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 Dtimes.h7 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 Dtimes.h7 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 Dtimes.h7 struct tms { struct
/OK3568_Linux_fs/kernel/include/misc/
H A Daltera.h18 int (*jtag_io) (void *dev, int tms, int tdi, int tdo);
/OK3568_Linux_fs/buildroot/package/dhrystone/
H A D0005-prototypes.patch20 struct tms time_info;
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dmux_am43xx.h196 int tms; member
H A Dmux_am33xx.h155 int tms; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/
H A Ddhrystone.patch28 struct tms time_info;
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dam335x-draco.dts57 0x1d0 (PIN_INPUT | MUX_MODE0) /* tms jtag */
/OK3568_Linux_fs/u-boot/board/bosch/shc/
H A Dmux.c107 {OFFSET(tms), (MODE(0) | RXACTIVE | PULLUP_EN)},
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dimg,pistachio-pinctrl.txt146 tms
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dcg14.c104 u8 tms[2]; /* Test Mode Status Regs */ member
/OK3568_Linux_fs/u-boot/board/siemens/rut/
H A Dmux.c226 {OFFSET(tms), (MODE(0) | RXACTIVE | PULLUP_EN)},
/OK3568_Linux_fs/u-boot/board/siemens/draco/
H A Dmux.c136 {OFFSET(tms), MODE(7) | RXACTIVE | PULLUDDIS},

12