Searched refs:gtime (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/kernel/sched/ |
| H A D | cputime.c | 148 p->gtime += cputime; in account_guest_time() 686 vtime->gtime += get_vtime_delta(vtime); in vtime_account_guest() 687 if (vtime->gtime >= TICK_NSEC) { in vtime_account_guest() 688 account_guest_time(tsk, vtime->gtime); in vtime_account_guest() 689 vtime->gtime = 0; in vtime_account_guest() 819 u64 gtime; in task_gtime() local 822 return t->gtime; in task_gtime() 827 gtime = t->gtime; in task_gtime() 829 gtime += vtime->gtime + vtime_delta(vtime); in task_gtime() 833 return gtime; in task_gtime() [all …]
|
| /linux-6.15/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_nvm.c | 60 u64 gtime, timeout; in i40e_acquire_nvm() local 70 gtime = rd32(hw, I40E_GLVFGEN_TIMER); in i40e_acquire_nvm() 73 hw->nvm.hw_semaphore_timeout = I40E_MS_TO_GTIME(time_left) + gtime; in i40e_acquire_nvm() 82 timeout = I40E_MS_TO_GTIME(I40E_MAX_NVM_TIMEOUT) + gtime; in i40e_acquire_nvm() 83 while ((gtime < timeout) && time_left) { in i40e_acquire_nvm() 85 gtime = rd32(hw, I40E_GLVFGEN_TIMER); in i40e_acquire_nvm() 92 I40E_MS_TO_GTIME(time_left) + gtime; in i40e_acquire_nvm() 1449 u32 gtime; in i40e_nvmupd_state_writing() local 1451 gtime = rd32(hw, I40E_GLVFGEN_TIMER); in i40e_nvmupd_state_writing() 1452 if (gtime >= hw->nvm.hw_semaphore_timeout) { in i40e_nvmupd_state_writing() [all …]
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | accounting.h | 18 unsigned long gtime; member
|
| /linux-6.15/fs/proc/ |
| H A D | array.c | 481 u64 cutime, cstime, cgtime, utime, stime, gtime; in do_task_stat() local 558 gtime = sig->gtime; in do_task_stat() 564 gtime += task_gtime(t); in do_task_stat() 577 gtime = task_gtime(task); in do_task_stat() 646 seq_put_decimal_ull(m, " ", nsec_to_clock_t(gtime)); in do_task_stat()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | time.c | 251 acct->gtime += stime; in vtime_account_kernel() 326 if (acct->gtime) in vtime_flush() 327 account_guest_time(tsk, cputime_to_nsecs(acct->gtime)); in vtime_flush() 351 acct->gtime = 0; in vtime_flush()
|
| /linux-6.15/include/linux/sched/ |
| H A D | cputime.h | 26 return t->gtime; in task_gtime()
|
| H A D | signal.h | 190 u64 gtime; member
|
| /linux-6.15/include/linux/ |
| H A D | sched.h | 384 u64 gtime; member 1111 u64 gtime; member
|
| /linux-6.15/kernel/ |
| H A D | exit.c | 196 sig->gtime += task_gtime(tsk); in __exit_signal() 1222 psig->cgtime += task_gtime(p) + sig->gtime + sig->cgtime; in wait_task_zombie()
|
| H A D | fork.c | 2326 p->utime = p->stime = p->gtime = 0; in copy_process()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | proc.rst | 388 gtime guest time of the task in jiffies
|