Searched refs:ptime (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-sli-defs.h | 557 uint64_t ptime:1; member 569 uint64_t ptime:1; 653 uint64_t ptime:1; member 665 uint64_t ptime:1; 738 uint64_t ptime:1; member 750 uint64_t ptime:1; 816 uint64_t ptime:1; member 828 uint64_t ptime:1; 910 uint64_t ptime:1; member 922 uint64_t ptime:1; [all …]
|
D | cvmx-npei-defs.h | 1638 uint64_t ptime:1; member 1676 uint64_t ptime:1; 1772 uint64_t ptime:1; member 1810 uint64_t ptime:1; 1905 uint64_t ptime:1; member 1943 uint64_t ptime:1; 2040 uint64_t ptime:1; member 2078 uint64_t ptime:1; 2172 uint64_t ptime:1; member 2210 uint64_t ptime:1; [all …]
|
D | cvmx-mio-defs.h | 4055 uint64_t ptime:1; member 4067 uint64_t ptime:1; 4840 uint64_t ptime:1; member 4852 uint64_t ptime:1;
|
/linux-4.1.27/kernel/time/ |
D | posix-cpu-timers.c | 936 unsigned long long utime, ptime, virt_expires, prof_expires; in check_process_timers() local 947 ptime = utime + cputime_to_expires(cputime.stime); in check_process_timers() 950 prof_expires = check_timers_list(timers, firing, ptime); in check_process_timers() 957 check_cpu_itimer(tsk, &sig->it[CPUCLOCK_PROF], &prof_expires, ptime, in check_process_timers() 963 unsigned long psecs = cputime_to_secs(ptime); in check_process_timers()
|
/linux-4.1.27/tools/perf/util/ |
D | util.c | 430 int parse_nsec_time(const char *str, u64 *ptime) in parse_nsec_time() argument 459 *ptime = time_sec * NSEC_PER_SEC + time_nsec; in parse_nsec_time()
|
D | util.h | 220 int parse_nsec_time(const char *str, u64 *ptime);
|
/linux-4.1.27/sound/usb/ |
D | pcm.c | 845 unsigned int ptime; in hw_check_valid_format() local 872 ptime = 125 * (1 << fp->datainterval); in hw_check_valid_format() 873 if (ptime > pt->max || (ptime == pt->max && pt->openmax)) { in hw_check_valid_format() 874 hwc_debug(" > check: ptime %u > max %u\n", ptime, pt->max); in hw_check_valid_format()
|