MCPcopy Create free account
hub / github.com/F-Stack/f-stack / stats_voi_update_abs_s32

Function stats_voi_update_abs_s32

freebsd/sys/stats.h:970–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

968}
969
970static inline int
971stats_voi_update_abs_s32(struct statsblob *sb, int32_t voi_id, int32_t voival)
972{
973
974 if (sb == NULL)
975 return (0);
976
977 struct voistatdata tmp;
978 tmp.int32.s32 = voival;
979
980 return (stats_v1_voi_update((struct statsblobv1 *)sb, voi_id,
981 VSD_DTYPE_INT_S32, &tmp, 0));
982}
983
984static inline int
985stats_voi_update_rel_s32(struct statsblob *sb, int32_t voi_id, int32_t voival)

Callers 4

cc_ack_receivedFunction · 0.85
rack_ack_receivedFunction · 0.85
bbr_ack_receivedFunction · 0.85

Calls 1

stats_v1_voi_updateFunction · 0.85

Tested by

no test coverage detected