change_bit
#define change_bit(nr,p) ATOMIC_BITOP(change_bit,nr,p)
#define sync_change_bit(nr, p) change_bit(nr, p)
change_bit(nr, addr);
void change_bit(unsigned long nr, volatile unsigned long *addr);
change_bit(ATM_VF_ADDR,&vcc->flags);
change_bit(ATM_VF_READY,&vcc->flags);
change_bit(XMIT_BUFFER_NUMBER, &(info->tx_state));
change_bit(GPIOD_FLAG_ACTIVE_LOW, &desc->flags);
change_bit(BTREE_NODE_write_idx, &b->flags);
change_bit(errorpos[i], buf);
change_bit(pos[i], (unsigned long *)dat);
change_bit(idx, &priv->tx_dir);
change_bit(ICE_FLAG_VF_TRUE_PROMISC_ENA, pf->flags);
change_bit(ICE_FLAG_VF_VLAN_PRUNING, pf->flags);
change_bit(PF_SET_VF_TRUSTED, &pfvf->flags);
change_bit(ntohs(internal_vlan_id), ofdpa_port->vlan_bitmap);
change_bit(ntohs(internal_vlan_id), ofdpa_port->vlan_bitmap);
change_bit(channel->channel, nic_data->evq_phases);
change_bit(index, shadow);
#define hci_dev_change_flag(hdev, nr) change_bit((nr), (hdev)->dev_flags)
change_bit(params->nr, bitmap);
change_bit(params->nr, bitmap);
KUNIT_EXPECT_KASAN_FAIL(test, change_bit(nr, addr));
change_bit(__quirk, hdev->quirk_flags); \
change_bit(BR_FDB_STICKY, &fdb->flags);
change_bit(BR_FDB_LOCKED, &fdb->flags);
change_bit(BR_FDB_OFFLOADED, &fdb->flags);
change_bit(local, &drv->pvt_id);