MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / le16_add_cpu

Function le16_add_cpu

Ext4Fsd/include/linux/module.h:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189
190
191static inline void le16_add_cpu(__le16 *var, u16 val)
192{
193 *var = cpu_to_le16(le16_to_cpu(*var) + val);
194}
195
196static inline void le32_add_cpu(__le32 *var, u32 val)
197{

Callers 5

ext4_ext_insert_indexFunction · 0.85
ext4_ext_splitFunction · 0.85
ext4_ext_grow_indepthFunction · 0.85
ext4_ext_insert_extentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected