Searched refs:RW_T2T_SEGMENT_BYTES (Results 1 – 2 of 2) sorted by relevance
1978 lower_offset = p_t2t->segment * RW_T2T_SEGMENT_BYTES; in rw_t2t_update_attributes()1980 upper_offset = (p_t2t->segment + 1) * RW_T2T_SEGMENT_BYTES; in rw_t2t_update_attributes()1991 offset_in_seg = offset % RW_T2T_SEGMENT_BYTES; in rw_t2t_update_attributes()2026 offset_in_seg = offset % RW_T2T_SEGMENT_BYTES; in rw_t2t_update_attributes()2049 offset %= RW_T2T_SEGMENT_BYTES; in rw_t2t_update_attributes()2105 lower_offset = segment * RW_T2T_SEGMENT_BYTES; in rw_t2t_get_lock_bits_for_segment()2109 upper_offset = (segment + 1) * RW_T2T_SEGMENT_BYTES; in rw_t2t_get_lock_bits_for_segment()2351 p_t2t->segment = (uint8_t)(index / RW_T2T_SEGMENT_BYTES); in rw_t2t_is_lock_res_byte()2359 index = index % RW_T2T_SEGMENT_BYTES; in rw_t2t_is_lock_res_byte()2392 p_t2t->segment = (uint8_t)(index / RW_T2T_SEGMENT_BYTES); in rw_t2t_is_read_only_byte()[all …]
258 #define RW_T2T_SEGMENT_BYTES 128 macro