Searched refs:change_bits (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | bitset.c | 557 unsigned int change_bits; in ethnl_update_bitset32() local 576 change_bits = min_t(unsigned int, in ethnl_update_bitset32() 578 ethnl_bitmap32_update(bitmap, change_bits, in ethnl_update_bitset32() 583 if (no_mask && change_bits < nbits) in ethnl_update_bitset32() 584 ethnl_bitmap32_clear(bitmap, change_bits, nbits, mod); in ethnl_update_bitset32() 624 unsigned int change_bits; in ethnl_parse_bitset() local 630 change_bits = nla_get_u32(tb[ETHTOOL_A_BITSET_SIZE]); in ethnl_parse_bitset() 631 if (change_bits > nbits) in ethnl_parse_bitset() 632 change_bits = nbits; in ethnl_parse_bitset() 634 change_bits); in ethnl_parse_bitset() [all...] |
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | bitset.c | 557 unsigned int change_bits; in ethnl_update_bitset32() local 576 change_bits = min_t(unsigned int, in ethnl_update_bitset32() 578 ethnl_bitmap32_update(bitmap, change_bits, in ethnl_update_bitset32() 583 if (no_mask && change_bits < nbits) in ethnl_update_bitset32() 584 ethnl_bitmap32_clear(bitmap, change_bits, nbits, mod); in ethnl_update_bitset32() 624 unsigned int change_bits; in ethnl_parse_bitset() local 630 change_bits = nla_get_u32(tb[ETHTOOL_A_BITSET_SIZE]); in ethnl_parse_bitset() 631 if (change_bits > nbits) in ethnl_parse_bitset() 632 change_bits = nbits; in ethnl_parse_bitset() 634 change_bits); in ethnl_parse_bitset() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | bitops.h | 85 DEFINE_BITOP(change_bits, xor, "") 104 change_bits(BIT_MASK(nr), addr + BIT_WORD(nr)); in arch_change_bit()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | bitops.h | 83 DEFINE_BITOP(change_bits, xor, "") 146 change_bits(BIT_MASK(nr), addr + BIT_WORD(nr)); in arch_change_bit()
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | hub.h | 37 unsigned long change_bits[1]; /* ports with logical connect member
|
H A D | hub.c | 990 set_bit(port1, hub->change_bits); in hub_port_logical_disconnect() 1131 * Check each port and set hub->change_bits to let hub_wq know in hub_activate() 1226 set_bit(port1, hub->change_bits); in hub_activate() 1248 /* Don't set the change_bits when the device in hub_activate() 1252 set_bit(port1, hub->change_bits); in hub_activate() 1257 set_bit(port1, hub->change_bits); in hub_activate() 3231 * turned on the port1 bit in hub->change_bits. But after in check_port_resume_type() 3236 clear_bit(port1, hub->change_bits); in check_port_resume_type() 5582 clear_bit(port1, hub->change_bits); 5639 connect_change = test_bit(port1, hub->change_bits); [all...] |
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | hub.h | 37 unsigned long change_bits[1]; /* ports with logical connect member
|
H A D | hub.c | 997 set_bit(port1, hub->change_bits); in hub_port_logical_disconnect() 1138 * Check each port and set hub->change_bits to let hub_wq know in hub_activate() 1233 set_bit(port1, hub->change_bits); in hub_activate() 1255 /* Don't set the change_bits when the device in hub_activate() 1259 set_bit(port1, hub->change_bits); in hub_activate() 1264 set_bit(port1, hub->change_bits); in hub_activate() 3245 * turned on the port1 bit in hub->change_bits. But after in check_port_resume_type() 3250 clear_bit(port1, hub->change_bits); in check_port_resume_type() 5601 clear_bit(port1, hub->change_bits); 5657 connect_change = test_bit(port1, hub->change_bits); [all...] |
Completed in 19 milliseconds