Searched refs:initted (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | mean_and_variance_test.c | 66 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()
|
D | time_stats.c | 73 bool initted = stats->last_event != 0; in time_stats_update_one() local 81 duration, initted, TIME_STATS_MV_WEIGHT); in time_stats_update_one() 94 freq, initted, TIME_STATS_MV_WEIGHT); in time_stats_update_one()
|
D | mean_and_variance.c | 113 s64 x, bool initted, u8 weight) in mean_and_variance_weighted_update() argument 125 if (!initted) { in mean_and_variance_weighted_update()
|
D | mean_and_variance.h | 194 s64 v, bool initted, u8 weight);
|
/linux-6.12.1/drivers/gpu/drm/msm/dp/ |
D | dp_aux.c | 39 bool initted; member 300 if (!aux->initted) { in dp_aux_transfer() 465 aux->initted = true; in dp_aux_init() 478 aux->initted = false; in dp_aux_deinit()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_attr_list.c | 44 (!((cursor)->initted) && !((cursor)->hashval) && \ 163 cursor->initted = 1; in xfs_attr_shortform_list() 325 cursor->initted = 1; in xfs_attr_node_list() 450 cursor->initted = 1; in xfs_attr3_leaf_list_int()
|
D | xfs_handle.c | 455 if (!context.cursor.initted && in xfs_ioc_attr_list()
|
D | xfs_trace.h | 5298 __field(int, initted) 5309 __entry->initted = cur->initted; 5317 __entry->initted,
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_attr.h | 40 __u8 initted; /* T/F: cursor has been initialized */ member
|
/linux-6.12.1/sound/isa/msnd/ |
D | msnd_pinnacle.c | 306 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.12.1/lib/ |
D | Kconfig.kgdb | 164 depending on exactly how far along the architecture has initted.
|