Searched refs:irt (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/parisc/ |
H A D | iosapic.c | 255 iosapic_load_irt(unsigned long cell_num, struct irt_entry **irt) in iosapic_load_irt() argument 261 BUG_ON(!irt); in iosapic_load_irt() 322 *irt = table; in iosapic_load_irt() 947 iosapic_prt_irt(void *irt, long num_entry) in iosapic_prt_irt() argument 949 unsigned int i, *irp = (unsigned int *) irt; in iosapic_prt_irt()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | powernow-k8.h | 16 u32 irt; /* isochronous relief time */ member
|
H A D | powernow-k8.c | 121 udelay((1 << data->irt) * 10); in count_off_irt() 659 data->irt = ((psb->flags2) >> 2) & 3; in find_psb_table() 665 pr_debug("isochronous relief time: %d\n", data->irt); in find_psb_table() 718 data->irt = (control >> IRT_SHIFT) & IRT_MASK; in powernow_k8_acpi_pst_values() 1059 ((1 << data->irt) * 30)) * 1000; in powernowk8_cpu_init()
|
/openbmc/linux/fs/gfs2/ |
H A D | lock_dlm.c | 107 s64 irt; in gfs2_update_request_times() local 112 irt = ktime_to_ns(ktime_sub(gl->gl_dstamp, dstamp)); in gfs2_update_request_times() 114 gfs2_update_stats(&gl->gl_stats, GFS2_LKS_SIRT, irt); /* Local */ in gfs2_update_request_times() 115 gfs2_update_stats(&lks->lkstats[gltype], GFS2_LKS_SIRT, irt); /* Global */ in gfs2_update_request_times()
|
/openbmc/linux/net/ipv6/ |
H A D | addrconf.c | 104 static inline s32 rfc3315_s14_backoff_init(s32 irt) in rfc3315_s14_backoff_init() argument 107 u64 tmp = get_random_u32_inclusive(900000, 1100000) * (u64)irt; in rfc3315_s14_backoff_init()
|