Home
last modified time | relevance | path

Searched refs:initted (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dmean_and_variance_test.c66 bool initted = false; in mean_and_variance_weighted_advanced_test() local
70 mean_and_variance_weighted_update(&s, i, initted, 8); in mean_and_variance_weighted_advanced_test()
71 initted = true; in mean_and_variance_weighted_advanced_test()
78 initted = false; in mean_and_variance_weighted_advanced_test()
81 mean_and_variance_weighted_update(&s, i, initted, 8); in mean_and_variance_weighted_advanced_test()
82 initted = true; in mean_and_variance_weighted_advanced_test()
H A Dtime_stats.c76 bool initted = stats->last_event != 0; in time_stats_update_one() local
84 duration, initted, TIME_STATS_MV_WEIGHT); in time_stats_update_one()
97 freq, initted, TIME_STATS_MV_WEIGHT); in time_stats_update_one()
H A Dmean_and_variance.c113 s64 x, bool initted, u8 weight) in mean_and_variance_weighted_update() argument
125 if (!initted) { in mean_and_variance_weighted_update()
H A Dmean_and_variance.h194 s64 v, bool initted, u8 weight);
/linux-6.15/drivers/gpu/drm/msm/dp/
H A Ddp_aux.c39 bool initted; member
300 if (!aux->initted) { in msm_dp_aux_transfer()
465 aux->initted = true; in msm_dp_aux_init()
478 aux->initted = false; in msm_dp_aux_deinit()
/linux-6.15/fs/xfs/
H A Dxfs_attr_list.c44 (!((cursor)->initted) && !((cursor)->hashval) && \
164 cursor->initted = 1; in xfs_attr_shortform_list()
326 cursor->initted = 1; in xfs_attr_node_list()
451 cursor->initted = 1; in xfs_attr3_leaf_list_int()
H A Dxfs_handle.c453 if (!context.cursor.initted && in xfs_ioc_attr_list()
H A Dxfs_trace.h5626 __field(int, initted)
5637 __entry->initted = cur->initted;
5645 __entry->initted,
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_attr.h40 __u8 initted; /* T/F: cursor has been initialized */ member
/linux-6.15/sound/isa/msnd/
H A Dmsnd_pinnacle.c306 static int initted; in snd_msnd_init_sma() local
317 if (initted) { in snd_msnd_init_sma()
367 initted = 1; in snd_msnd_init_sma()
/linux-6.15/lib/
H A DKconfig.kgdb164 depending on exactly how far along the architecture has initted.