Home
last modified time | relevance | path

Searched refs:bits_set (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Drscalc.c40 u8 bits_set; in acpi_rs_count_set_bits() local
44 for (bits_set = 0; bit_field; bits_set++) { in acpi_rs_count_set_bits()
51 return (bits_set); in acpi_rs_count_set_bits()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_buf_item.c780 uint bits_set; in xfs_buf_item_log_segment() local
817 * bit tells us. The variable bits_set tracks the number in xfs_buf_item_log_segment()
826 bits_set = end_bit - bit; in xfs_buf_item_log_segment()
828 bits_set = 0; in xfs_buf_item_log_segment()
835 while ((bits_to_set - bits_set) >= NBWORD) { in xfs_buf_item_log_segment()
837 bits_set += NBWORD; in xfs_buf_item_log_segment()
844 end_bit = bits_to_set - bits_set; in xfs_buf_item_log_segment()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_buf_item.c904 uint bits_set; in xfs_buf_item_log_segment() local
941 * bit tells us. The variable bits_set tracks the number in xfs_buf_item_log_segment()
950 bits_set = end_bit - bit; in xfs_buf_item_log_segment()
952 bits_set = 0; in xfs_buf_item_log_segment()
959 while ((bits_to_set - bits_set) >= NBWORD) { in xfs_buf_item_log_segment()
961 bits_set += NBWORD; in xfs_buf_item_log_segment()
968 end_bit = bits_to_set - bits_set; in xfs_buf_item_log_segment()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Drscalc.c40 u8 bits_set; in acpi_rs_count_set_bits() local
44 for (bits_set = 0; bit_field; bits_set++) { in acpi_rs_count_set_bits()
51 return (bits_set); in acpi_rs_count_set_bits()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c570 static bool bits_set(void *key, int len) in bits_set() function
1045 if (bits_set(&flow->l2_key.smac, sizeof(flow->l2_key.smac)) && in bnxt_tc_can_offload()
1050 if (bits_set(&flow->l2_key.dmac, sizeof(flow->l2_key.dmac)) && in bnxt_tc_can_offload()
1057 if (bits_set(&flow->l2_key.inner_vlan_tci, in bnxt_tc_can_offload()
1064 if (bits_set(&flow->l2_key.inner_vlan_tpid, in bnxt_tc_can_offload()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c573 static bool bits_set(void *key, int len) in bits_set() function
1053 if (bits_set(&flow->l2_key.smac, sizeof(flow->l2_key.smac)) && in bnxt_tc_can_offload()
1058 if (bits_set(&flow->l2_key.dmac, sizeof(flow->l2_key.dmac)) && in bnxt_tc_can_offload()
1065 if (bits_set(&flow->l2_key.inner_vlan_tci, in bnxt_tc_can_offload()
1072 if (bits_set(&flow->l2_key.inner_vlan_tpid, in bnxt_tc_can_offload()
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_realtek.c199 unsigned int bits_set) in __alc_update_coefex_idx()
205 (val & ~mask) | bits_set); in __alc_update_coefex_idx()
210 unsigned int bits_set) in alc_update_coefex_idx()
213 __alc_update_coefex_idx(codec, nid, coef_idx, mask, bits_set); in alc_update_coefex_idx()
217 #define alc_update_coef_idx(codec, coef_idx, mask, bits_set) \
218 alc_update_coefex_idx(codec, 0x20, coef_idx, mask, bits_set)
197 __alc_update_coefex_idx(struct hda_codec *codec, hda_nid_t nid, unsigned int coef_idx, unsigned int mask, unsigned int bits_set) __alc_update_coefex_idx() argument
208 alc_update_coefex_idx(struct hda_codec *codec, hda_nid_t nid, unsigned int coef_idx, unsigned int mask, unsigned int bits_set) alc_update_coefex_idx() argument
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dpatch_realtek.c203 unsigned int bits_set) in __alc_update_coefex_idx()
209 (val & ~mask) | bits_set); in __alc_update_coefex_idx()
214 unsigned int bits_set) in alc_update_coefex_idx()
217 __alc_update_coefex_idx(codec, nid, coef_idx, mask, bits_set); in alc_update_coefex_idx()
221 #define alc_update_coef_idx(codec, coef_idx, mask, bits_set) \
222 alc_update_coefex_idx(codec, 0x20, coef_idx, mask, bits_set)
201 __alc_update_coefex_idx(struct hda_codec *codec, hda_nid_t nid, unsigned int coef_idx, unsigned int mask, unsigned int bits_set) __alc_update_coefex_idx() argument
212 alc_update_coefex_idx(struct hda_codec *codec, hda_nid_t nid, unsigned int coef_idx, unsigned int mask, unsigned int bits_set) alc_update_coefex_idx() argument

Completed in 36 milliseconds