Searched refs:generation (Results 1 - 25 of 241) sorted by relevance

12345678910

/linux-master/arch/hexagon/include/asm/
H A Dmmu.h17 unsigned long long generation; member in struct:mm_context
H A Dmmu_context.h38 if (next->context.generation < prev->context.generation) {
42 next->context.generation = prev->context.generation;
H A Dpgalloc.h36 mm->context.generation = kmap_generation;
73 mm->context.generation = kmap_generation;
74 current->active_mm->context.generation = kmap_generation;
/linux-master/sound/firewire/
H A Dlib.c24 * @flags: use %FW_FIXED_GENERATION and add the generation value to attempt the
25 * request only in that generation; use %FW_QUIET to suppress error
29 * response. The node ID and the current generation are derived from @unit.
38 int generation, rcode, tries = 0; local
40 generation = flags & FW_GENERATION_MASK;
43 generation = device->generation;
44 smp_rmb(); /* node_id vs. generation */
47 device->node_id, generation,
H A Diso-resources.h26 int generation; /* in which allocation is valid */ member in struct:fw_iso_resources
H A Diso-resources.c118 r->generation = card->generation;
129 fw_iso_resource_manage(card, r->generation, r->channels_mask,
177 r->generation = card->generation;
183 fw_iso_resource_manage(card, r->generation, 1uLL << r->channel,
187 * succeeded; we will try again for the new generation later.
225 fw_iso_resource_manage(card, r->generation, 1uLL << r->channel,
/linux-master/drivers/net/can/softing/
H A Dsofting_platform.h15 * generation
21 int generation; member in struct:softing_platform_data
H A Dsofting_cs.c31 .generation = 1,
43 .generation = 1,
55 .generation = 1,
67 .generation = 2,
79 .generation = 1,
91 .generation = 1,
103 .generation = 2,
115 .generation = 1,
127 .generation = 2,
196 if (pdat->generation <
[all...]
/linux-master/fs/xfs/
H A Dxfs_icreate_item.h20 unsigned int generation);
/linux-master/arch/csky/mm/
H A Dasid.c63 * (i.e. the same ASID in the current generation) but we can't
67 * generation.
84 u64 generation = atomic64_read(&info->generation); local
87 u64 newasid = generation | (asid & ~ASID_MASK(info));
115 /* We're out of ASIDs, so increment the global generation count */
116 generation = atomic64_add_return_relaxed(ASID_FIRST_VERSION(info),
117 &info->generation);
127 return idx2asid(info, asid) | generation;
144 /* Check that our ASID belongs to the current generation
[all...]
/linux-master/include/linux/
H A Dpr.h8 u32 generation; member in struct:pr_keys
15 u32 generation; member in struct:pr_held_reservation
H A Dkvm_types.h53 u64 generation; member in struct:gfn_to_hva_cache
61 u64 generation; member in struct:gfn_to_pfn_cache
/linux-master/fs/btrfs/
H A Dexport.h26 u64 root_objectid, u64 generation);
H A Dexport.c67 * @generation: optional, if not zero, verify that the found inode
68 * generation matches
71 * generation does not match return ESTALE.
74 u64 root_objectid, u64 generation)
92 if (generation != 0 && generation != inode->i_generation) {
105 u32 generation; local
119 generation = fid->parent_gen;
121 return btrfs_get_dentry(sb, objectid, root_objectid, generation);
129 u32 generation; local
73 btrfs_get_dentry(struct super_block *sb, u64 objectid, u64 root_objectid, u64 generation) argument
[all...]
/linux-master/sound/firewire/fireworks/
H A Dfireworks_transaction.c165 handle_resp_for_user(struct fw_card *card, int generation, int source, argument
180 (device->generation != generation))
182 smp_rmb(); /* node id vs. generation */
197 handle_resp_for_kernel(struct fw_card *card, int generation, int source, argument
208 (device->generation != generation))
210 smp_rmb(); /* node_id vs. generation */
228 int generation, unsigned long long offset,
245 handle_resp_for_kernel(card, generation, sourc
226 efw_response(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
[all...]
/linux-master/net/batman-adv/
H A Dhash.h50 /** @generation: current (generation) sequence number */
51 atomic_t generation; member in struct:batadv_hashtable
106 atomic_inc(&hash->generation);
149 atomic_inc(&hash->generation);
/linux-master/drivers/firewire/
H A Dcore-iso.c204 static int manage_bandwidth(struct fw_card *card, int irm_id, int generation, argument
223 irm_id, generation, SCODE_100,
227 /* A generation change frees all bandwidth. */
242 static int manage_channel(struct fw_card *card, int irm_id, int generation, argument
264 irm_id, generation, SCODE_100,
267 /* A generation change frees all channels. */
295 int generation, int channel)
304 manage_channel(card, irm_id, generation, mask, offset, false);
310 * @generation: bus generation
294 deallocate_channel(struct fw_card *card, int irm_id, int generation, int channel) argument
338 fw_iso_resource_manage(struct fw_card *card, int generation, u64 channels_mask, int *channel, int *bandwidth, bool allocate) argument
[all...]
H A Dsbp2.c130 * The generation is updated once we've logged in or reconnected
135 int generation; member in struct:sbp2_logical_unit
368 * iPod 2nd generation: needs 128k max transfer size workaround
369 * iPod 3rd generation: needs fix capacity workaround
377 /* iPod 4th generation */ {
408 int generation, unsigned long long offset,
491 int node_id, int generation, u64 offset)
509 node_id, generation, device->max_speed, offset,
550 int generation, int function,
606 sbp2_send_orb(&orb->base, lu, node_id, generation,
406 sbp2_status_write(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
490 sbp2_send_orb(struct sbp2_orb *orb, struct sbp2_logical_unit *lu, int node_id, int generation, u64 offset) argument
549 sbp2_send_management_orb(struct sbp2_logical_unit *lu, int node_id, int generation, int function, int lun_or_login_id, void *response) argument
806 int generation, node_id, local_node_id; local
913 int generation, node_id, local_node_id; local
1232 int generation, node_id; local
1449 int generation, retval = SCSI_MLQUEUE_HOST_BUSY; local
[all...]
H A Dcore-card.c252 fw_send_phy_config(card, FW_PHY_CONFIG_NO_NODE_ID, card->generation,
258 static void allocate_broadcast_channel(struct fw_card *card, int generation) argument
263 fw_iso_resource_manage(card, generation, 1ULL << 31,
272 device_for_each_child(card->device, (void *)(long)generation,
293 int gap_count, generation, grace, rcode; local
308 generation = card->generation;
332 if ((is_next_generation(generation, card->bm_generation) &&
334 (card->bm_generation != generation && grace)) {
344 * next generation
635 dummy_enable_phys_dma(struct fw_card *card, int node_id, int generation) argument
[all...]
/linux-master/arch/csky/include/asm/
H A Dasid.h13 atomic64_t generation; member in struct:asid_info
53 * generation, then we update the active_asid entry with a relaxed
58 * we are forced to see the updated generation.
66 !((asid ^ atomic64_read(&info->generation)) >> info->bits) &&
/linux-master/fs/isofs/
H A Dexport.c23 __u32 generation)
32 if (generation && inode->i_generation != generation) {
157 u32 generation; member in struct:isofs_fid
171 ifid->generation);
20 isofs_export_iget(struct super_block *sb, unsigned long block, unsigned long offset, __u32 generation) argument
/linux-master/drivers/thunderbolt/
H A Dlc.c65 if (sw->generation < 2)
100 if (sw->generation < 2)
158 if (sw->generation < 2)
225 if (sw->generation < 2)
277 if (sw->generation != 3)
303 if (sw->generation != 3)
323 if (sw->generation != 3)
417 if (sw->generation < 2)
456 if (sw->generation < 2)
501 if (sw->generation <
[all...]
/linux-master/fs/ocfs2/
H A Dexport.c53 * generation number
198 u32 generation; local
219 generation = inode->i_generation;
221 trace_ocfs2_encode_fh_self((unsigned long long)blkno, generation);
226 fh[2] = cpu_to_le32(generation);
230 generation = parent->i_generation;
234 fh[5] = cpu_to_le32(generation);
240 generation);
/linux-master/fs/efs/
H A Dnamei.c78 u32 generation)
88 if (generation && inode->i_generation != generation) {
77 efs_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) argument
/linux-master/fs/ext2/
H A Dioctl.c67 __u32 generation; local
74 if (get_user(generation, (int __user *) arg)) {
81 inode->i_generation = generation;

Completed in 310 milliseconds

12345678910