Searched refs:ptime (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/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.4.14/kernel/time/ |
D | posix-cpu-timers.c | 965 unsigned long long utime, ptime, virt_expires, prof_expires; in check_process_timers() local 989 ptime = utime + cputime_to_expires(cputime.stime); in check_process_timers() 992 prof_expires = check_timers_list(timers, firing, ptime); in check_process_timers() 999 check_cpu_itimer(tsk, &sig->it[CPUCLOCK_PROF], &prof_expires, ptime, in check_process_timers() 1005 unsigned long psecs = cputime_to_secs(ptime); in check_process_timers()
|
/linux-4.4.14/tools/perf/util/ |
D | util.c | 391 int parse_nsec_time(const char *str, u64 *ptime) in parse_nsec_time() argument 420 *ptime = time_sec * NSEC_PER_SEC + time_nsec; in parse_nsec_time()
|
D | util.h | 214 int parse_nsec_time(const char *str, u64 *ptime);
|
/linux-4.4.14/sound/usb/ |
D | pcm.c | 873 unsigned int ptime; in hw_check_valid_format() local 900 ptime = 125 * (1 << fp->datainterval); in hw_check_valid_format() 901 if (ptime > pt->max || (ptime == pt->max && pt->openmax)) { in hw_check_valid_format() 902 hwc_debug(" > check: ptime %u > max %u\n", ptime, pt->max); in hw_check_valid_format()
|