Searched refs:generation (Results 26 - 50 of 241) sorted by relevance

12345678910

/linux-master/arch/arm/mm/
H A Dcontext.c173 * (i.e. the same ASID in the current generation) but we can't
177 * generation.
193 u64 generation = atomic64_read(&asid_generation); local
196 u64 newasid = generation | (asid & ~ASID_MASK);
225 generation = atomic64_add_return(ASID_FIRST_VERSION,
234 return asid | generation;
258 /* Check that our ASID belongs to the current generation. */
/linux-master/drivers/net/wireless/st/cw1200/
H A Dqueue.c24 u8 generation; member in struct:cw1200_queue_item
210 queue->generation++;
299 item->generation = 0;
300 item->packet_id = cw1200_queue_mk_packet_id(queue->generation,
302 item->generation,
386 if (queue_generation != queue->generation) {
391 } else if (item->generation != item_generation) {
403 item->generation = ++item_generation;
429 ++item->generation;
430 item->packet_id = cw1200_queue_mk_packet_id(queue->generation,
[all...]
/linux-master/include/linux/
H A Ddlm.h28 * Identifies lockspace members and lockspace generation number.
35 int num_slots, int our_slot, uint32_t generation);
H A Dfirewire.h90 int generation; member in struct:fw_card
169 * Note, fw_device.generation always has to be read before fw_device.node_id.
171 * to an outdated node_id if the generation was updated in the meantime due
174 * Likewise, fw-core will take care to update .node_id before .generation so
175 * that whenever fw_device.generation is current WRT the actual bus generation,
178 * The same applies to fw_device.card->node_id vs. fw_device.generation.
189 int generation; member in struct:fw_device
287 int generation,
294 int generation; member in struct:fw_packet
383 fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, int destination_id, int generation, int speed, unsigned long long offset, void *payload, size_t length, fw_transaction_callback_t callback, void *callback_data) argument
412 fw_send_request_with_tstamp(struct fw_card *card, struct fw_transaction *t, int tcode, int destination_id, int generation, int speed, unsigned long long offset, void *payload, size_t length, fw_transaction_callback_with_tstamp_t callback, void *callback_data) argument
[all...]
/linux-master/arch/arm64/kvm/
H A Dvmid.c80 * generation).
96 u64 generation = atomic64_read(&vmid_generation); local
99 u64 newvmid = generation | (vmid & ~VMID_MASK);
116 /* We're out of VMIDs, so increment the global generation count */
117 generation = atomic64_add_return_relaxed(VMID_FIRST_VERSION,
127 vmid = idx2vmid(vmid) | generation;
164 /* Check that our VMID belongs to the current generation. */
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dutil.c69 ++vif->generation;
87 ++vif->generation;
/linux-master/drivers/firewire/
H A Dcore-device.c266 int generation = device->generation; local
268 /* device->node_id, accessed below, must not be older than generation */
273 generation);
553 int generation, int index, u32 *data)
558 /* device->node_id, accessed below, must not be older than generation */
564 generation, device->max_speed, offset, data, 4);
578 * the config ROM. We do all this with a cached bus generation. If the bus
579 * generation changes under us, read_config_rom will fail and get retried.
584 static int read_config_rom(struct fw_device *device, int generation) argument
552 read_rom(struct fw_device *device, int generation, int index, u32 *data) argument
1000 set_broadcast_channel(struct fw_device *device, int generation) argument
1178 reread_config_rom(struct fw_device *device, int generation, bool *changed) argument
[all...]
H A Dnet.c184 int generation; member in struct:fwnet_peer
199 u8 generation; member in struct:fwnet_packet_task
456 int node_id, int generation)
462 peer->generation == generation)
559 int source_node_id, int generation,
626 peer = fwnet_peer_find_by_node_id(dev, source_node_id, generation);
703 int tcode, int destination, int source, int generation,
721 source, generation, false) != 0) {
782 context->card->generation, tru
455 fwnet_peer_find_by_node_id(struct fwnet_device *dev, int node_id, int generation) argument
558 fwnet_incoming_packet(struct fwnet_device *dev, __be32 *buf, int len, int source_node_id, int generation, bool is_broadcast) argument
702 fwnet_receive_packet(struct fw_card *card, struct fw_request *r, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
976 int generation; local
1292 u8 generation; local
1526 int generation; local
[all...]
H A Dcore-transaction.c228 int destination_id, int source_id, int generation, int speed,
296 packet->generation = generation;
325 * @generation: bus generation in which request and response are valid
343 * @generation. Otherwise the request is in danger to be sent to a wrong node.
362 * generation, or missing ACK respectively.
370 int destination_id, int generation, int speed, unsigned long long offset,
412 fw_fill_request(&t->packet, tcode, t->tlabel, destination_id, card->node_id, generation,
446 * @generation
227 fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, int destination_id, int source_id, int generation, int speed, unsigned long long offset, void *payload, size_t length) argument
369 __fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, int destination_id, int generation, int speed, unsigned long long offset, void *payload, size_t length, union fw_transaction_callback callback, bool with_tstamp, void *callback_data) argument
457 fw_run_transaction(struct fw_card *card, int tcode, int destination_id, int generation, int speed, unsigned long long offset, void *payload, size_t length) argument
493 fw_send_phy_config(struct fw_card *card, int node_id, int generation, int gap_count) argument
1131 handle_topology_map(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
1176 handle_registers(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
1296 handle_low_memory(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
[all...]
/linux-master/sound/firewire/fireface/
H A Dff-transaction.c61 int generation; local
99 * In Linux FireWire core, when generation is updated with memory
102 * Thus, both of generation and node id are available with recent
106 generation = fw_dev->generation;
109 fw_dev->node_id, generation, fw_dev->max_speed,
129 int destination, int source, int generation, unsigned long long offset,
128 handle_msg(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
H A Dff-protocol-former.c375 unsigned int generation = ff->rx_resources.generation; local
378 if (generation != fw_parent_device(ff->unit)->card->generation) {
488 unsigned int generation = ff->rx_resources.generation; local
492 if (generation != fw_parent_device(ff->unit)->card->generation) {
/linux-master/include/uapi/linux/
H A Dfirewire-cdev.h81 * @generation: New bus generation
99 __u32 generation; member in struct:fw_cdev_event_bus_reset
198 * @generation: Bus generation in which the request is valid
214 __u32 generation; member in struct:fw_cdev_event_request2
229 * @generation: Bus generation in which the request is valid
253 * @generation pertain to that card. Destination node ID and bus generation ma
285 __u32 generation; member in struct:fw_cdev_event_request3
651 __u32 generation; member in struct:fw_cdev_send_request
1137 __u32 generation; member in struct:fw_cdev_send_stream_packet
1160 __u32 generation; member in struct:fw_cdev_send_phy_packet
[all...]
H A Dbtrfs_tree.h492 __le64 generation; member in struct:btrfs_header
573 __le64 generation; member in struct:btrfs_key_ptr
603 /* expected generation for this device */
604 __le64 generation; member in struct:btrfs_dev_item
678 __le64 generation; member in struct:btrfs_super_block
686 * generation + 1 to read log tree root. So here we mark it deprecated.
738 __le64 generation; member in struct:btrfs_free_space_header
788 __le64 generation; member in struct:btrfs_extent_item
876 /* nfs style generation number */
877 __le64 generation; member in struct:btrfs_inode_item
926 __le64 generation; member in struct:btrfs_root_item
1076 __le64 generation; member in struct:btrfs_file_extent_item
1278 __le64 generation; member in struct:btrfs_qgroup_status_item
1300 __le64 generation; member in struct:btrfs_qgroup_info_item
[all...]
/linux-master/virt/kvm/
H A Dpfncache.c84 if (!kvm_is_error_gpa(gpc->gpa) && gpc->generation != slots->generation)
170 * different task may not fail the gpa/uhva/generation checks.
289 if (gpc->gpa != gpa || gpc->generation != slots->generation ||
294 gpc->generation = slots->generation;
304 * Even if the GPA and/or the memslot generation changed, the
337 * Some/all of the uhva, gpa, and memslot generation info may still be
456 * memslot generation
[all...]
/linux-master/net/batman-adv/
H A Dhash.c24 atomic_set(&hash->generation, 0);
/linux-master/arch/arm64/mm/
H A Dcontext.c142 * (i.e. the same ASID in the current generation) but we can't
146 * generation.
162 u64 generation = atomic64_read(&asid_generation); local
165 u64 newasid = asid2ctxid(ctxid2asid(asid), generation);
177 * update the generation into the reserved_asids.
201 /* We're out of ASIDs, so increment the global generation count */
202 generation = atomic64_add_return_relaxed(ASID_FIRST_VERSION,
212 return asid2ctxid(asid, generation);
229 * generation, then we update the active_asids entry with a relaxed
234 * we are forced to see the updated generation
[all...]
/linux-master/sound/firewire/tascam/
H A Dtascam-transaction.c176 int generation; local
218 * In Linux FireWire core, when generation is updated with memory
221 * Thus, both of generation and node id are available with recent
225 generation = port->parent->generation;
230 port->parent->node_id, generation,
247 int generation, unsigned long long offset,
245 handle_midi_tx(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
/linux-master/fs/fat/
H A Dnfs.c57 u64 ino, u32 generation, loff_t i_pos)
61 if (inode && generation && (inode->i_generation != generation)) {
93 u64 ino, u32 generation)
96 return __fat_nfs_get_inode(sb, ino, generation, 0);
56 __fat_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation, loff_t i_pos) argument
92 fat_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) argument
/linux-master/fs/btrfs/
H A Dextent_map.c257 em->generation = max(em->generation, merge->generation);
275 em->generation = max(em->generation, merge->generation);
287 * @gen: generation that this extent has been modified in
289 * Called after an extent has been written to disk properly. Set the generation
290 * to the generation that actually added the file item to the inode so we know
310 "no extent map found for inode %llu (root %lld) when unpinning extent range [%llu, %llu), generation
[all...]
H A Daccessors.h148 BTRFS_SETGET_FUNCS(device_generation, struct btrfs_dev_item, generation, 64);
168 generation, 64);
285 BTRFS_SETGET_FUNCS(inode_generation, struct btrfs_inode_item, generation, 64);
298 generation, 64);
342 BTRFS_SETGET_FUNCS(extent_generation, struct btrfs_extent_item, generation, 64);
396 BTRFS_SETGET_FUNCS(key_generation, struct btrfs_key_ptr, generation, 64);
399 generation, 64);
572 generation, 64);
687 BTRFS_SETGET_HEADER_FUNCS(header_generation, struct btrfs_header, generation, 64);
693 generation, 6
[all...]
/linux-master/drivers/media/firewire/
H A Dfiredtv-fw.c41 int rcode, generation = device->generation; local
43 smp_rmb(); /* node_id vs. generation */
46 generation, device->max_speed, addr, data, len);
196 int tcode, int destination, int source, int generation,
213 if (device->generation != generation)
216 smp_rmb(); /* node_id vs. generation */
195 handle_fcp(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
/linux-master/fs/nfs/
H A Dnfs4session.h24 unsigned long generation; member in struct:nfs4_slot
54 unsigned long generation; /* Generation counter for member in struct:nfs4_slot_table
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_desc_dqo.h158 u16 generation: 1; member in struct:gve_tx_compl_desc
219 u16 generation: 1; member in struct:gve_rx_compl_desc_dqo
/linux-master/fs/xfs/
H A Dxfs_export.c22 * the parent generation number to default to zero. XFS considers zero a
23 * valid generation number not an invalid/wildcard value.
109 u32 generation)
163 if (VFS_I(ip)->i_generation != generation) {
106 xfs_nfs_get_inode( struct super_block *sb, u64 ino, u32 generation) argument
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-transaction.c25 int generation, unsigned long long offset,
23 handle_message(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument

Completed in 270 milliseconds

12345678910