Home
last modified time | relevance | path

Searched refs:b_count (Results 1 – 7 of 7) sorted by relevance

/linux/fs/lockd/
H A Dsvclock.c95 kref_get(&block->b_count); in nlmsvc_insert_block_locked()
164 kref_get(&block->b_count); in nlmsvc_lookup_block()
202 kref_get(&block->b_count); in nlmsvc_find_block()
238 kref_init(&block->b_count); in nlmsvc_create_block()
293 struct nlm_block *block = container_of(kref, struct nlm_block, b_count); in nlmsvc_free_block()
311 kref_put_mutex(&block->b_count, nlmsvc_free_block, &block->b_file->f_mutex); in nlmsvc_release_block()
334 kref_get(&block->b_count); in nlmsvc_traverse_blocks()
858 kref_get(&block->b_count); in nlmsvc_grant_blocked()
H A Dlockd.h209 struct kref b_count; /* Reference count */ member
/linux/drivers/s390/net/
H A Dqeth_core.h783 int b_count; member
H A Dqeth_core_main.c5779 if (!card->rx.b_count) { in qeth_rx_poll()
5781 card->rx.b_count = in qeth_rx_poll()
5785 if (card->rx.b_count <= 0) { in qeth_rx_poll()
5786 card->rx.b_count = 0; in qeth_rx_poll()
5808 card->rx.b_count--; in qeth_rx_poll()
/linux/drivers/net/ethernet/sun/
H A Dniu.c6912 u32 b_offset, b_count; in niu_get_eeprom() local
6915 b_count = 4 - b_offset; in niu_get_eeprom()
6916 if (b_count > len) in niu_get_eeprom()
6917 b_count = len; in niu_get_eeprom()
6920 memcpy(data, ((char *)&val) + b_offset, b_count); in niu_get_eeprom()
6921 data += b_count; in niu_get_eeprom()
6922 len -= b_count; in niu_get_eeprom()
6923 offset += b_count; in niu_get_eeprom()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c12108 u32 i, offset, len, b_offset, b_count, cpmu_val = 0; in tg3_get_eeprom() local
12136 b_count = 4 - b_offset; in tg3_get_eeprom()
12137 if (b_count > len) { in tg3_get_eeprom()
12139 b_count = len; in tg3_get_eeprom()
12144 memcpy(data, ((char *)&val) + b_offset, b_count); in tg3_get_eeprom()
12145 len -= b_count; in tg3_get_eeprom()
12146 offset += b_count; in tg3_get_eeprom()
12147 eeprom->len += b_count; in tg3_get_eeprom()
12175 b_count = len & 3; in tg3_get_eeprom()
12176 b_offset = offset + len - b_count; in tg3_get_eeprom()
[all …]
/linux/mm/
H A Dmigrate.c967 if (atomic_read(&bh->b_count)) { in __buffer_migrate_folio()