| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/ |
| H A D | iep2_ff.c | 33 RK_U32 tdiff = ctx->output.ff_gradt_tcnt + 1; in iep2_check_ffo() local 35 RK_U32 ff00t = (ctx->output.dect_ff_cur_tcnt << 5) / tdiff; in iep2_check_ffo() 37 RK_U32 ff11t = (ctx->output.dect_ff_nxt_tcnt << 5) / tdiff; in iep2_check_ffo() 50 tcnt, bcnt, tdiff, bdiff, ctx->output.ff_gradt_tcnt, ctx->output.ff_gradt_bcnt, in iep2_check_ffo() 56 … tdiff, bdiff, ff00t, ff00b, ff11t, ff11b, ff0t1b, ff0b1t, ff00, ff11, ffx, ffi, thr); in iep2_check_ffo() 68 tdiff, bdiff, in iep2_check_ffo()
|
| H A D | iep2_pd.c | 82 int tdiff = ctx->output.ff_gradt_tcnt + 1; in iep2_check_pd() local 85 int ff00t = (ctx->output.dect_ff_cur_tcnt << 5) / tdiff; in iep2_check_pd()
|
| /OK3568_Linux_fs/kernel/net/hsr/ |
| H A D | hsr_framereg.c | 547 unsigned long tdiff; in hsr_get_node_data() local 555 tdiff = jiffies - node->time_in[HSR_PT_SLAVE_A]; in hsr_get_node_data() 559 else if (tdiff > msecs_to_jiffies(INT_MAX)) in hsr_get_node_data() 563 *if1_age = jiffies_to_msecs(tdiff); in hsr_get_node_data() 565 tdiff = jiffies - node->time_in[HSR_PT_SLAVE_B]; in hsr_get_node_data() 569 else if (tdiff > msecs_to_jiffies(INT_MAX)) in hsr_get_node_data() 573 *if2_age = jiffies_to_msecs(tdiff); in hsr_get_node_data()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/libtirpc/libtirpc/ |
| H A D | CVE-2021-46828.patch | 113 + struct timeval tv, tdiff, tmax; 132 + timersub(&tv, &cd->last_recv_time, &tdiff); 133 + if (timercmp(&tdiff, &tmax, >)) { 134 + tmax = tdiff;
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | trace_gfs2.h | 260 TP_PROTO(const struct gfs2_glock *gl, s64 tdiff), 262 TP_ARGS(gl, tdiff), 270 __field( s64, tdiff ) 287 __entry->tdiff = tdiff; 302 (long long)__entry->tdiff,
|
| H A D | rgrp.c | 1941 u64 tdiff; in gfs2_rgrp_used_recently() local 1943 tdiff = ktime_to_ns(ktime_sub(ktime_get_real(), in gfs2_rgrp_used_recently() 1946 return tdiff > (msecs * 1000 * 1000); in gfs2_rgrp_used_recently()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | modedb.c | 648 u32 best, diff, tdiff; in fb_find_mode() local 806 tdiff = abs(db[i].xres - xres) + in fb_find_mode() 814 tdiff += xres + yres; in fb_find_mode() 816 if (diff > tdiff) { in fb_find_mode() 817 diff = tdiff; in fb_find_mode()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tilcdc/ |
| H A D | tilcdc_crtc.c | 621 s64 tdiff; in tilcdc_crtc_update_fb() local 627 tdiff = ktime_to_us(ktime_sub(next_vblank, ktime_get())); in tilcdc_crtc_update_fb() 629 if (tdiff < TILCDC_VBLANK_SAFETY_THRESHOLD_US) in tilcdc_crtc_update_fb()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_sip.c | 1535 s16 diff, tdiff = 0; in sip_help_tcp() local 1593 tdiff += diff; in sip_help_tcp() 1605 hooks->seq_adjust(skb, protoff, tdiff); in sip_help_tcp()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_vinstr.c | 1261 s64 tdiff = in kbasep_vinstr_service_task() local 1264 if (tdiff >= 0ll) { in kbasep_vinstr_service_task()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | gfs2-glocks.rst | 248 tdiff The time taken by this specific request
|