Searched refs:initted (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/bcachefs/
H A Dmean_and_variance_test.c66 bool initted = false; local
70 mean_and_variance_weighted_update(&s, i, initted, 8);
71 initted = true;
78 initted = false;
81 mean_and_variance_weighted_update(&s, i, initted, 8);
82 initted = true;
H A Dmean_and_variance.c106 * @initted: caller must track whether this is the first use or not
113 s64 x, bool initted, u8 weight)
125 if (!initted) {
112 mean_and_variance_weighted_update(struct mean_and_variance_weighted *s, s64 x, bool initted, u8 weight) argument
H A Dtime_stats.c73 bool initted = stats->last_event != 0; local
81 duration, initted, TIME_STATS_MV_WEIGHT);
94 freq, initted, TIME_STATS_MV_WEIGHT);
H A Dmean_and_variance.h194 s64 v, bool initted, u8 weight);
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr.h40 __u8 initted; /* T/F: cursor has been initialized */ member in struct:xfs_attrlist_cursor_kern
/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_aux.c39 bool initted; member in struct:dp_aux_private
302 if (!aux->initted) {
464 aux->initted = true;
477 aux->initted = false;
/linux-master/fs/xfs/
H A Dxfs_attr_list.c44 (!((cursor)->initted) && !((cursor)->hashval) && \
156 cursor->initted = 1;
304 cursor->initted = 1;
414 cursor->initted = 1;
H A Dxfs_ioctl.c405 if (!context.cursor.initted &&
/linux-master/sound/isa/msnd/
H A Dmsnd_pinnacle.c303 static int initted; local
314 if (initted) {
364 initted = 1;

Completed in 197 milliseconds