Home
last modified time | relevance | path

Searched refs:need_crc (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/linux/ceph/
H A Dmessenger.h193 bool need_crc; /* crc update needed */ member
/kernel/linux/linux-6.6/include/linux/ceph/
H A Dmessenger.h238 bool need_crc; /* crc update needed */ member
/third_party/skia/third_party/externals/libpng/
H A Dpng.c141 int need_crc = 1; in png_calculate_crc() local
147 need_crc = 0; in png_calculate_crc()
153 need_crc = 0; in png_calculate_crc()
161 if (need_crc != 0 && length > 0) in png_calculate_crc()
H A Dpngrutil.c255 int need_crc = 1; in png_crc_error() local
261 need_crc = 0; in png_crc_error()
267 need_crc = 0; in png_crc_error()
277 if (need_crc != 0) in png_crc_error()
/kernel/linux/linux-6.6/net/ceph/
H A Dmessenger.c1063 cursor->need_crc = true; in __ceph_msg_data_cursor_init()
1161 cursor->need_crc = new_piece; in ceph_msg_data_advance()
H A Dmessenger_v1.c506 if (do_datacrc && cursor->need_crc) in write_partial_message_data()
/kernel/linux/linux-5.10/net/ceph/
H A Dmessenger.c1113 cursor->need_crc = true; in __ceph_msg_data_cursor_init()
1210 cursor->need_crc = new_piece; in ceph_msg_data_advance()
1596 if (do_datacrc && cursor->need_crc) in write_partial_message_data()

Completed in 22 milliseconds