Home
last modified time | relevance | path

Searched refs:generation (Results 1 – 200 of 270) sorted by relevance

12

/linux-4.1.27/sound/firewire/
Dlib.c37 int generation, rcode, tries = 0; in snd_fw_transaction() local
39 generation = flags & FW_GENERATION_MASK; in snd_fw_transaction()
42 generation = device->generation; in snd_fw_transaction()
46 device->node_id, generation, in snd_fw_transaction()
Diso-resources.c118 r->generation = card->generation; in fw_iso_resources_allocate()
129 fw_iso_resource_manage(card, r->generation, r->channels_mask, in fw_iso_resources_allocate()
177 r->generation = card->generation; in fw_iso_resources_update()
183 fw_iso_resource_manage(card, r->generation, 1uLL << r->channel, in fw_iso_resources_update()
220 fw_iso_resource_manage(card, r->generation, 1uLL << r->channel, in fw_iso_resources_free()
Dscs1x.c137 int generation; in scs_output_tasklet() local
220 generation = dev->generation; in scs_output_tasklet()
223 dev->node_id, generation, dev->max_speed, in scs_output_tasklet()
338 int tcode, int destination, int source, int generation, in handle_hss() argument
458 int generation; in scs_update() local
463 generation = fw_parent_device(unit)->generation; in scs_update()
467 FW_FIXED_GENERATION | generation); in scs_update()
Dfcp.c336 int generation, unsigned long long offset, in fcp_response() argument
349 device->generation != generation) in fcp_response()
Diso-resources.h25 int generation; /* in which allocation is valid */ member
Dcmp.c89 FW_FIXED_GENERATION | c->resources.generation); in pcr_modify()
/linux-4.1.27/drivers/firewire/
Dcore-card.c265 fw_send_phy_config(card, FW_PHY_CONFIG_NO_NODE_ID, card->generation, in br_work()
271 static void allocate_broadcast_channel(struct fw_card *card, int generation) in allocate_broadcast_channel() argument
276 fw_iso_resource_manage(card, generation, 1ULL << 31, in allocate_broadcast_channel()
285 device_for_each_child(card->device, (void *)(long)generation, in allocate_broadcast_channel()
306 int gap_count, generation, grace, rcode; in bm_work() local
321 generation = card->generation; in bm_work()
345 if ((is_next_generation(generation, card->bm_generation) && in bm_work()
347 (card->bm_generation != generation && grace)) { in bm_work()
380 irm_id, generation, SCODE_100, in bm_work()
391 if (rcode == RCODE_COMPLETE && generation == card->generation) in bm_work()
[all …]
Dsbp2.c147 int generation; member
420 int generation, unsigned long long offset, in sbp2_status_write() argument
502 int node_id, int generation, u64 offset) in sbp2_send_orb() argument
520 node_id, generation, device->max_speed, offset, in sbp2_send_orb()
561 int generation, int function, in sbp2_send_management_orb() argument
617 sbp2_send_orb(&orb->base, lu, node_id, generation, in sbp2_send_management_orb()
664 lu->tgt->node_id, lu->generation, device->max_speed, in sbp2_agent_reset()
686 lu->tgt->node_id, lu->generation, device->max_speed, in sbp2_agent_reset_no_wait()
718 lu->generation != card->generation) { in sbp2_conditionally_block()
741 if (lu->blocked && lu->generation == card->generation) { in sbp2_conditionally_unblock()
[all …]
Dcore-iso.c235 static int manage_bandwidth(struct fw_card *card, int irm_id, int generation, in manage_bandwidth() argument
254 irm_id, generation, SCODE_100, in manage_bandwidth()
273 static int manage_channel(struct fw_card *card, int irm_id, int generation, in manage_channel() argument
295 irm_id, generation, SCODE_100, in manage_channel()
326 int generation, int channel) in deallocate_channel() argument
335 manage_channel(card, irm_id, generation, mask, offset, false); in deallocate_channel()
362 void fw_iso_resource_manage(struct fw_card *card, int generation, in fw_iso_resource_manage() argument
375 c = manage_channel(card, irm_id, generation, channels_hi, in fw_iso_resource_manage()
379 c = manage_channel(card, irm_id, generation, channels_lo, in fw_iso_resource_manage()
393 ret = manage_bandwidth(card, irm_id, generation, *bandwidth, allocate); in fw_iso_resource_manage()
[all …]
Dcore-device.c245 int generation = device->generation; in fw_device_enable_phys_dma() local
252 generation); in fw_device_enable_phys_dma()
489 int generation, int index, u32 *data) in read_rom() argument
500 generation, device->max_speed, offset, data, 4); in read_rom()
520 static int read_config_rom(struct fw_device *device, int generation) in read_config_rom() argument
540 ret = read_rom(device, generation, i, &rom[i]); in read_config_rom()
578 if (read_rom(device, generation, 0, &dummy) == in read_config_rom()
610 ret = read_rom(device, generation, i, &rom[i]); in read_config_rom()
634 ret = read_rom(device, generation, i, &rom[i]); in read_config_rom()
918 old->generation = card->generation; in lookup_existing_device()
[all …]
Dnet.c183 int generation; member
198 u8 generation; member
460 int node_id, int generation) in fwnet_peer_find_by_node_id() argument
466 peer->generation == generation) in fwnet_peer_find_by_node_id()
565 int source_node_id, int generation, in fwnet_incoming_packet() argument
621 peer = fwnet_peer_find_by_node_id(dev, source_node_id, generation); in fwnet_incoming_packet()
698 int tcode, int destination, int source, int generation, in fwnet_receive_packet() argument
716 source, generation, false) != 0) { in fwnet_receive_packet()
767 context->card->generation, true); in fwnet_receive_broadcast()
964 int generation; in fwnet_send_packet() local
[all …]
Dcore-transaction.c212 int destination_id, int source_id, int generation, int speed, in fw_fill_request() argument
280 packet->generation = generation; in fw_fill_request()
351 int destination_id, int generation, int speed, in fw_send_request() argument
382 destination_id, card->node_id, generation, in fw_send_request()
420 int generation, int speed, unsigned long long offset, in fw_run_transaction() argument
429 fw_send_request(card, &t, tcode, destination_id, generation, speed, in fw_run_transaction()
456 int node_id, int generation, int gap_count) in fw_send_phy_config() argument
479 phy_config_packet.generation = generation; in fw_send_phy_config()
791 request->response.generation = p->generation; in allocate_request()
858 p->generation, offset, in handle_exclusive_region_request()
[all …]
Dcore-cdev.c143 int generation; member
360 event->generation = client->device->generation; in fill_bus_reset_event()
624 request->tcode, destination_id, request->generation, in init_request()
680 int generation, unsigned long long offset, in handle_request() argument
742 req->generation = generation; in handle_request()
1253 int generation, channel, bandwidth, todo; in iso_resource_work() local
1257 generation = client->device->generation; in iso_resource_work()
1268 r->generation == generation; in iso_resource_work()
1273 r->generation = generation; in iso_resource_work()
1281 fw_iso_resource_manage(client->device->card, generation, in iso_resource_work()
[all …]
Dcore.h88 int node_id, int generation);
212 int generation, int self_id_count, u32 *self_ids, bool bm_abdicate);
251 int node_id, int generation, int gap_count);
Dcore-topology.c519 void fw_core_handle_bus_reset(struct fw_card *card, int node_id, int generation, in fw_core_handle_bus_reset() argument
530 if (!is_next_generation(generation, card->generation) && in fw_core_handle_bus_reset()
545 card->generation = generation; in fw_core_handle_bus_reset()
Dohci.c196 int generation; member
428 static void log_selfids(struct fw_ohci *ohci, int generation, int self_id_count) in log_selfids() argument
436 self_id_count, generation, ohci->node_id); in log_selfids()
874 p.generation = ohci->request_generation; in handle_ar_packet()
1409 if (ohci->generation != packet->generation) { in at_context_queue_packet()
1647 ctx->ohci->generation == packet->generation) { in at_context_transmit()
1890 int self_id_count, generation, new_generation, i, j; in bus_reset_work() local
1933 generation = (cond_le32_to_cpu(ohci->self_id[0]) >> 16) & 0xff; in bus_reset_work()
1991 if (new_generation != generation) { in bus_reset_work()
1999 ohci->generation = -1; /* prevent AT packet queueing */ in bus_reset_work()
[all …]
DKconfig11 This is the new-generation IEEE 1394 (FireWire) driver stack
/linux-4.1.27/net/sctp/
DKconfig70 bool "Enable optional MD5 hmac cookie generation"
72 Enable optional MD5 hmac based SCTP cookie generation
76 bool "Enable optional SHA1 hmac cookie generation"
78 Enable optional SHA1 hmac based SCTP cookie generation
82 bool "Use no hmac alg in SCTP cookie generation"
84 Use no hmac algorithm in SCTP cookie generation
89 bool "Enable optional MD5 hmac cookie generation"
91 Enable optional MD5 hmac based SCTP cookie generation
96 bool "Enable optional SHA1 hmac cookie generation"
98 Enable optional SHA1 hmac based SCTP cookie generation
/linux-4.1.27/arch/hexagon/include/asm/
Dmmu_context.h75 if (next->context.generation < prev->context.generation) { in switch_mm()
79 next->context.generation = prev->context.generation; in switch_mm()
Dpgalloc.h49 mm->context.generation = kmap_generation; in pgd_alloc()
125 mm->context.generation = kmap_generation; in pmd_populate_kernel()
126 current->active_mm->context.generation = kmap_generation; in pmd_populate_kernel()
Dmmu.h30 unsigned long long generation; member
/linux-4.1.27/sound/firewire/fireworks/
Dfireworks_transaction.c167 handle_resp_for_user(struct fw_card *card, int generation, int source, in handle_resp_for_user() argument
182 (device->generation != generation)) in handle_resp_for_user()
199 handle_resp_for_kernel(struct fw_card *card, int generation, int source, in handle_resp_for_kernel() argument
210 (device->generation != generation)) in handle_resp_for_kernel()
230 int generation, unsigned long long offset, in efw_response() argument
247 handle_resp_for_kernel(card, generation, source, in efw_response()
250 handle_resp_for_user(card, generation, source, in efw_response()
253 handle_resp_for_user(card, generation, source, in efw_response()
/linux-4.1.27/drivers/net/can/softing/
Dsofting_cs.c42 .generation = 1,
54 .generation = 1,
66 .generation = 1,
78 .generation = 2,
90 .generation = 1,
102 .generation = 1,
114 .generation = 2,
126 .generation = 1,
138 .generation = 2,
207 if (pdat->generation < 2) { in softingcs_probe_config()
Dsofting_platform.h20 int generation; member
Dsofting_main.c43 if (card->pdat->generation >= 2) { in softing_set_reset_dpram()
53 if (card->pdat->generation >= 2) { in softing_clr_reset_dpram()
442 (card->pdat->generation >= 2) ? in softing_enable_irq()
Dsofting_fw.c623 if (card->pdat->generation < 2) { in softing_startstop()
686 return (card->pdat->generation < 2) ? 0xfb : 0xfa; in softing_default_output()
/linux-4.1.27/fs/ocfs2/
Dexport.c186 u32 generation; in ocfs2_encode_fh() local
207 generation = inode->i_generation; in ocfs2_encode_fh()
209 trace_ocfs2_encode_fh_self((unsigned long long)blkno, generation); in ocfs2_encode_fh()
214 fh[2] = cpu_to_le32(generation); in ocfs2_encode_fh()
218 generation = parent->i_generation; in ocfs2_encode_fh()
222 fh[5] = cpu_to_le32(generation); in ocfs2_encode_fh()
228 generation); in ocfs2_encode_fh()
Ddlmglue.h95 unsigned int generation,
107 unsigned int generation);
Ddlmglue.c386 unsigned int generation);
395 u32 generation, in ocfs2_build_lock_name() argument
404 (long long)blkno, generation); in ocfs2_build_lock_name()
538 unsigned int generation, in ocfs2_inode_lock_res_init() argument
560 generation, res->l_name); in ocfs2_inode_lock_res_init()
713 unsigned int generation) in ocfs2_refcount_lock_res_init() argument
717 generation, lockres->l_name); in ocfs2_refcount_lock_res_init()
979 unsigned int generation, in __lockres_clear_pending() argument
989 (lockres->l_pending_gen != generation)) in __lockres_clear_pending()
1005 unsigned int generation, in lockres_clear_pending() argument
[all …]
Dinode.c413 u32 generation = 0; in ocfs2_read_locked_inode() local
463 generation = osb->fs_generation; in ocfs2_read_locked_inode()
467 generation, inode); in ocfs2_read_locked_inode()
/linux-4.1.27/drivers/net/wireless/cw1200/
Dqueue.c26 u8 generation; member
211 queue->generation++; in cw1200_queue_clear()
301 item->generation = 0; in cw1200_queue_put()
302 item->packet_id = cw1200_queue_mk_packet_id(queue->generation, in cw1200_queue_put()
304 item->generation, in cw1200_queue_put()
388 if (queue_generation != queue->generation) { in cw1200_queue_requeue()
393 } else if (item->generation != item_generation) { in cw1200_queue_requeue()
405 item->generation = ++item_generation; in cw1200_queue_requeue()
431 ++item->generation; in cw1200_queue_requeue_all()
432 item->packet_id = cw1200_queue_mk_packet_id(queue->generation, in cw1200_queue_requeue_all()
[all …]
Dqueue.h44 u8 generation; member
/linux-4.1.27/fs/isofs/
Dexport.c22 __u32 generation) in isofs_export_iget() argument
31 if (generation && inode->i_generation != generation) { in isofs_export_iget()
156 u32 generation; member
170 ifid->generation); in isofs_fh_to_dentry()
/linux-4.1.27/fs/btrfs/
Dexport.c59 u64 root_objectid, u32 generation, in btrfs_get_dentry() argument
96 if (check_generation && generation != inode->i_generation) { in btrfs_get_dentry()
112 u32 generation; in btrfs_fh_to_parent() local
126 generation = fid->parent_gen; in btrfs_fh_to_parent()
128 return btrfs_get_dentry(sb, objectid, root_objectid, generation, 1); in btrfs_fh_to_parent()
136 u32 generation; in btrfs_fh_to_dentry() local
148 generation = fid->gen; in btrfs_fh_to_dentry()
150 return btrfs_get_dentry(sb, objectid, root_objectid, generation, 1); in btrfs_fh_to_dentry()
Dreada.c63 u64 generation; member
104 struct btrfs_key *top, int level, u64 generation);
115 u64 generation; in __readahead_hook() local
147 generation = btrfs_header_generation(eb); in __readahead_hook()
162 generation = 0; in __readahead_hook()
190 if (rec->generation != generation) { in __readahead_hook()
194 rec->generation, generation); in __readahead_hook()
197 if (rec->generation == generation && in __readahead_hook()
557 struct btrfs_key *top, int level, u64 generation) in reada_add_block() argument
574 rec->generation = generation; in reada_add_block()
[all …]
Dextent_map.c57 em->generation = 0; in alloc_extent_map()
242 em->generation = max(em->generation, merge->generation); in try_merge_map()
259 em->generation = max(em->generation, merge->generation); in try_merge_map()
290 em->generation = gen; in unpin_extent_cache()
Dbtrfs_inode.h113 u64 generation; member
259 static inline int btrfs_inode_in_log(struct inode *inode, u64 generation) in btrfs_inode_in_log() argument
264 if (BTRFS_I(inode)->logged_trans == generation && in btrfs_inode_in_log()
Dctree.h259 __le64 generation; member
330 __le64 generation; member
380 __le64 generation; member
462 __le64 generation; member
577 __le64 generation; member
622 __le64 generation; member
671 __le64 generation; member
718 __le64 generation; member
767 __le64 generation; member
878 __le64 generation; member
[all …]
Dcheck-integrity.c156 u64 generation; member
404 b->generation = BTRFSIC_GENERATION_UNKNOWN; in btrfsic_block_init()
841 superblock_tmp->generation = btrfs_super_generation(super_tmp); in btrfsic_process_superblock_dev_mirror()
936 next_block->generation = BTRFSIC_GENERATION_UNKNOWN; in btrfsic_process_superblock_dev_mirror()
998 sf->block->generation = le64_to_cpu(sf->hdr->generation); in btrfsic_process_metablock()
1325 next_block->generation = BTRFSIC_GENERATION_UNKNOWN; in btrfsic_create_link_to_next_block()
1422 u64 generation; in btrfsic_handle_extent_data() local
1467 generation = btrfs_stack_file_extent_generation(&file_extent_item); in btrfsic_handle_extent_data()
1555 generation); in btrfsic_handle_extent_data()
1939 block->generation, in btrfsic_process_written_block()
[all …]
Dscrub.c78 u64 generation; member
251 int have_csum, u8 *csum, u64 generation,
256 const u8 *csum, u64 generation,
895 u64 generation; in scrub_handle_errored_block() local
924 generation = sblock_to_check->pagev[0]->generation; in scrub_handle_errored_block()
994 csum, generation, sctx->csum_size, 1); in scrub_handle_errored_block()
1108 have_csum, csum, generation, in scrub_handle_errored_block()
1223 generation, sctx->csum_size, 1); in scrub_handle_errored_block()
1481 int have_csum, u8 *csum, u64 generation, in scrub_recheck_block() argument
1525 have_csum, csum, generation, in scrub_recheck_block()
[all …]
Dfree-space-cache.c413 static void io_ctl_set_generation(struct btrfs_io_ctl *io_ctl, u64 generation) in io_ctl_set_generation() argument
432 *val = cpu_to_le64(generation); in io_ctl_set_generation()
436 static int io_ctl_check_generation(struct btrfs_io_ctl *io_ctl, u64 generation) in io_ctl_check_generation() argument
454 if (le64_to_cpu(*gen) != generation) { in io_ctl_check_generation()
457 generation); in io_ctl_check_generation()
682 u64 generation; in __load_free_space_cache() local
709 generation = btrfs_free_space_generation(leaf, header); in __load_free_space_cache()
712 if (!BTRFS_I(inode)->generation) { in __load_free_space_cache()
719 if (BTRFS_I(inode)->generation != generation) { in __load_free_space_cache()
723 BTRFS_I(inode)->generation, generation); in __load_free_space_cache()
[all …]
Dextent_map.h33 u64 generation; member
Ddisk-io.c1273 root->defrag_trans_start = fs_info->generation; in __setup_root()
1485 u64 generation; in btrfs_read_tree_root() local
1509 generation = btrfs_root_generation(&root->root_item); in btrfs_read_tree_root()
1511 generation); in btrfs_read_tree_root()
1515 } else if (!btrfs_buffer_uptodate(root->node, generation, 0)) { in btrfs_read_tree_root()
2340 fs_info->generation + 1); in btrfs_replay_log()
2429 u64 generation; in open_ctree() local
2675 generation = btrfs_super_generation(disk_super); in open_ctree()
2676 find_oldest_super_backup(fs_info, generation); in open_ctree()
2811 generation = btrfs_super_chunk_root_generation(disk_super); in open_ctree()
[all …]
Dtransaction.c262 fs_info->generation++; in join_transaction()
263 cur_trans->transid = fs_info->generation; in join_transaction()
1540 super->chunk_root_generation = root_item->generation; in update_super_roots()
1545 super->generation = root_item->generation; in update_super_roots()
1548 super->cache_generation = root_item->generation; in update_super_roots()
1550 super->uuid_tree_generation = root_item->generation; in update_super_roots()
Dinode.c783 em->generation = -1; in submit_compressed_extents()
998 em->generation = -1; in cow_file_range()
1421 em->generation = -1; in run_delalloc_nocow()
2136 u64 generation; member
2332 backref->generation = btrfs_file_extent_generation(leaf, extent); in record_one_backref()
2493 backref->generation) in relink_extent_backref()
2855 if (0 && last_snapshot >= BTRFS_I(inode)->generation) in btrfs_finish_ordered_io()
3628 BTRFS_I(inode)->generation = btrfs_inode_generation(leaf, inode_item); in btrfs_read_locked_inode()
3632 inode->i_generation = BTRFS_I(inode)->generation; in btrfs_read_locked_inode()
3649 if (BTRFS_I(inode)->last_trans == root->fs_info->generation) in btrfs_read_locked_inode()
[all …]
Dfile.c569 gen = em->generation; in btrfs_drop_extent_cache()
613 split->generation = gen; in btrfs_drop_extent_cache()
630 split->generation = gen; in btrfs_drop_extent_cache()
1978 if (btrfs_inode_in_log(inode, root->fs_info->generation) || in btrfs_sync_file()
2209 hole_em->generation = trans->transid; in fill_holes()
Drelocation.c606 u64 generation = btrfs_ref_generation_v0(leaf, ref0); in find_tree_root() local
614 generation != btrfs_root_generation(&root->root_item)) in find_tree_root()
2648 u64 generation; local
2711 generation = btrfs_node_ptr_generation(upper->eb, slot);
2712 eb = read_tree_block(root, bytenr, generation);
3287 u64 generation; local
3302 generation = btrfs_extent_generation(eb, ei);
3316 generation = 0;
3332 block->key.offset = generation;
Dvolumes.h59 u64 generation; member
Dctree.c322 u64 generation; member
533 tm->generation = btrfs_node_ptr_generation(eb, slot); in alloc_tree_mod_elem()
705 tm->generation = btrfs_header_generation(old_root); in tree_mod_log_insert_root()
1301 tm->generation); in __tree_mod_log_rewind()
1309 tm->generation); in __tree_mod_log_rewind()
1431 old_generation = tm->generation; in get_old_root()
1546 if (trans->transid != root->fs_info->generation) in btrfs_cow_block()
1548 trans->transid, root->fs_info->generation); in btrfs_cow_block()
1643 WARN_ON(trans->transid != root->fs_info->generation); in btrfs_realloc_node()
Dvolumes.c529 if (!fs_devices->opened && found_transid < device->generation) { in device_list_add()
558 device->generation = found_transid; in device_list_add()
624 device->generation > latest_dev->generation)) { in btrfs_close_extra_devices()
809 device->generation = btrfs_super_generation(disk_super); in __btrfs_open_devices()
811 device->generation > latest_dev->generation) in __btrfs_open_devices()
2083 device->generation); in btrfs_finish_sprout()
2165 device->generation = trans->transid; in btrfs_init_new_device()
2369 device->generation = 0; in btrfs_init_dev_replace_tgtdev()
6237 if (device->generation != in read_one_dev()
Dinode-map.c458 BTRFS_I(inode)->generation = 0; in btrfs_save_ino_cache()
Ddelayed-inode.c1753 BTRFS_I(inode)->generation); in fill_stack_inode_item()
1805 BTRFS_I(inode)->generation = btrfs_stack_inode_generation(inode_item); in btrfs_fill_inode()
1827 inode->i_generation = BTRFS_I(inode)->generation; in btrfs_fill_inode()
Dtree-log.c3430 BTRFS_I(inode)->generation, in fill_inode_item()
4057 if (em->generation <= test_gen) in btrfs_log_changed_extents()
4501 BTRFS_I(inode)->generation > root->fs_info->last_trans_committed) in btrfs_log_inode()
4602 BTRFS_I(inode)->generation == trans->transid) { in btrfs_log_inode()
4825 BTRFS_I(inode)->generation <= last_committed && in check_parent_dirs_for_sync()
5123 BTRFS_I(inode)->generation <= last_committed && in btrfs_log_inode_parent()
5153 if (BTRFS_I(inode)->generation > in btrfs_log_inode_parent()
Dextent-tree.c3275 BTRFS_I(inode)->generation = 0; in cache_save_setup()
7689 u64 generation; in reada_walk_down() local
7719 generation = btrfs_node_ptr_generation(eb, slot); in reada_walk_down()
7725 generation <= root->root_key.offset) in reada_walk_down()
7745 generation <= root->root_key.offset) in reada_walk_down()
8071 u64 generation; in do_walk_down() local
8081 generation = btrfs_node_ptr_generation(path->nodes[level], in do_walk_down()
8089 generation <= root->root_key.offset) { in do_walk_down()
8131 generation <= root->root_key.offset) in do_walk_down()
8149 if (!btrfs_buffer_uptodate(next, generation, 0)) { in do_walk_down()
[all …]
/linux-4.1.27/include/linux/
Dfirewire.h89 int generation; member
186 int generation; member
285 int generation,
292 int generation; member
355 int tcode, int destination_id, int generation, int speed,
361 int generation, int speed, unsigned long long offset,
466 void fw_iso_resource_manage(struct fw_card *card, int generation,
Dvirtio_config.h66 u32 (*generation)(struct virtio_device *vdev); member
306 u32 old, gen = vdev->config->generation ? in __virtio_cread_many()
307 vdev->config->generation(vdev) : 0; in __virtio_cread_many()
317 gen = vdev->config->generation ? in __virtio_cread_many()
318 vdev->config->generation(vdev) : 0; in __virtio_cread_many()
Dkvm_types.h58 u64 generation; member
Ddlm.h37 int num_slots, int our_slot, uint32_t generation);
Dexportfs.h117 u32 generation; member
Dmemcontrol.h52 unsigned int generation; member
Dperf_event.h541 u64 generation; member
/linux-4.1.27/drivers/thermal/ti-soc-thermal/
DKconfig10 This includes alert interrupts generation and also the TSHUT
35 This includes alert interrupts generation and also the TSHUT
47 This includes alert interrupts generation and also the TSHUT
59 This includes alert interrupts generation and also the TSHUT
/linux-4.1.27/include/uapi/linux/
Dfirewire-cdev.h93 __u32 generation; member
199 __u32 generation; member
511 __u32 generation; member
998 __u32 generation; member
1021 __u32 generation; member
Dfd.h216 int generation; /* how many diskchanges? */ member
Dfuse.h383 uint64_t generation; /* Inode generation: nodeid:gen must member
/linux-4.1.27/arch/arm/mm/
Dcontext.c181 u64 generation = atomic64_read(&asid_generation); in new_context() local
189 return generation | (asid & ~ASID_MASK); in new_context()
211 generation = atomic64_add_return(ASID_FIRST_VERSION, in new_context()
221 asid |= generation; in new_context()
/linux-4.1.27/fs/efs/
Dnamei.c77 u32 generation) in efs_nfs_get_inode() argument
87 if (generation && inode->i_generation != generation) { in efs_nfs_get_inode()
/linux-4.1.27/fs/fat/
Dnfs.c66 u64 ino, u32 generation, loff_t i_pos) in __fat_nfs_get_inode() argument
70 if (inode && generation && (inode->i_generation != generation)) { in __fat_nfs_get_inode()
102 u64 ino, u32 generation) in fat_nfs_get_inode() argument
105 return __fat_nfs_get_inode(sb, ino, generation, 0); in fat_nfs_get_inode()
/linux-4.1.27/Documentation/dvb/
Dtechnisat.txt24 (except "Simple tuner support" for ATSC 3rd generation only -> see case 9 please).
66 7.) AirStar ATSC card 1st generation:
69 8.) AirStar ATSC card 2nd generation:
73 9.) AirStar ATSC card 3rd generation:
/linux-4.1.27/drivers/staging/fwserial/
Dfwserial.c131 int generation, int id);
246 int generation; in fwtty_send_data_async() local
255 generation = peer->generation; in fwtty_send_data_async()
258 peer->node_id, generation, peer->speed, addr, payload, in fwtty_send_data_async()
269 int generation; in fwtty_send_txn_async() local
274 generation = peer->generation; in fwtty_send_txn_async()
277 peer->node_id, generation, peer->speed, addr, payload, in fwtty_send_txn_async()
613 int generation, in fwtty_port_handler() argument
625 peer = __fwserial_peer_by_node_id(card, generation, source); in fwtty_port_handler()
1463 int generation = peer->generation; in fwtty_debugfs_show_peer() local
[all …]
Dfwserial.h79 int generation; member
/linux-4.1.27/fs/nfs/
Dnfs4session.c165 ret->generation = tbl->generation; in nfs4_alloc_slot()
277 slot->generation = tbl->generation; in nfs41_assign_slot()
345 tbl->generation++; in nfs41_set_target_slotid_locked()
428 if (tbl->generation == slot->generation) in nfs41_update_target_slotid()
Dnfs4session.h21 unsigned long generation; member
47 unsigned long generation; /* Generation counter for member
/linux-4.1.27/fs/ext2/
Dioctl.c93 __u32 generation; in ext2_ioctl() local
100 if (get_user(generation, (int __user *) arg)) { in ext2_ioctl()
107 inode->i_generation = generation; in ext2_ioctl()
Dsuper.c337 u64 ino, u32 generation) in ext2_nfs_get_inode() argument
354 if (generation && inode->i_generation != generation) { in ext2_nfs_get_inode()
/linux-4.1.27/drivers/media/firewire/
Dfiredtv-fw.c40 int rcode, generation = device->generation; in node_req() local
45 generation, device->max_speed, addr, data, len); in node_req()
195 int tcode, int destination, int source, int generation, in handle_fcp() argument
212 if (device->generation != generation) in handle_fcp()
/linux-4.1.27/drivers/target/sbp/
Dsbp_target.c76 req->node_addr, req->generation, req->speed, in read_peer_guid()
83 req->node_addr, req->generation, req->speed, in read_peer_guid()
418 sess->generation = req->generation; in sbp_management_request_login()
490 sess->node_id, sess->generation, sess->speed, in sbp_management_request_login()
572 login->sess->generation = req->generation; in sbp_management_request_reconnect()
640 if (!card_valid || (sess->generation != sess->card->generation)) { in session_check_for_reset()
832 int tcode, int destination, int source, int generation, in tgt_agent_rw() argument
841 sess_gen = sess->generation; in tgt_agent_rw()
845 if (generation != sess_gen) { in tgt_agent_rw()
976 sess->node_id, sess->generation, sess->speed, in tgt_agent_fetch_work()
[all …]
Dsbp_target.h147 int generation; member
246 int generation; member
/linux-4.1.27/Documentation/virtual/kvm/
Dmmu.txt48 The mmu supports first-generation mmu hardware, which allows an atomic switch
286 - check for valid generation number in the spte (see "Fast invalidation of
395 Zapping all pages (page generation count)
402 To make it be more scalable, kvm maintains a global generation number
404 the current global generation-number into sp->mmu_valid_gen when it
405 is created. Pages with a mismatching generation number are "obsolete".
408 generation-number then reload root shadow pages on all vcpus. As the VCPUs
410 mismatching generation number.
426 generation number. The global generation number is stored in
427 kvm_memslots(kvm)->generation, and increased whenever guest memory info
[all …]
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-mei28 are decoded depends on PCH or SoC generation.
30 depending on generation.
Dsysfs-driver-hid-wiimote42 gen10: First Wii Remote generation
43 gen20: Second Wii Remote Plus generation (builtin MP)
/linux-4.1.27/fs/xfs/
Dxfs_icreate_item.c167 unsigned int generation) in xfs_icreate_log() argument
183 icp->ic_format.icl_gen = cpu_to_be32(generation); in xfs_icreate_log()
Dxfs_icreate_item.h32 unsigned int generation);
Dxfs_export.c124 u32 generation) in xfs_nfs_get_inode() argument
155 if (ip->i_d.di_gen != generation) { in xfs_nfs_get_inode()
/linux-4.1.27/Documentation/hwmon/
Dibmpowernv33 fanX_min Threshold RPM for alert generation.
37 tempX_max Threshold ambient temperature for alert generation.
Dadm1021111 FSB and faster) lost them, until the Core-based generation which
/linux-4.1.27/Documentation/devicetree/bindings/phy/
Drcar-gen2-phy.txt1 * Renesas R-Car generation 2 USB PHY
3 This file provides information on what the device node for the R-Car generation
Dphy-miphy365x.txt34 are {1,2,3). If not supplied generation 1 hardware will
Dsamsung-phy.txt147 - itp: for ITP generation
/linux-4.1.27/fs/fuse/
Dinode.c294 int generation, struct fuse_attr *attr, in fuse_iget() argument
310 inode->i_generation = generation; in fuse_iget()
629 u32 generation; member
666 if (inode->i_generation != handle->generation) in fuse_get_dentry()
686 u32 generation; in fuse_encode_fh() local
694 generation = inode->i_generation; in fuse_encode_fh()
698 fh[2] = generation; in fuse_encode_fh()
702 generation = parent->i_generation; in fuse_encode_fh()
706 fh[5] = generation; in fuse_encode_fh()
723 handle.generation = fid->raw[2]; in fuse_fh_to_dentry()
[all …]
Dfuse_i.h662 int generation, struct fuse_attr *attr,
Ddir.c319 *inode = fuse_iget(sb, outarg->nodeid, outarg->generation, in fuse_lookup_name()
442 inode = fuse_iget(dir->i_sb, outentry.nodeid, outentry.generation, in fuse_create_open()
548 inode = fuse_iget(dir->i_sb, outarg.nodeid, outarg.generation, in create_new_entry()
1242 inode = fuse_iget(dir->i_sb, o->nodeid, o->generation, in fuse_direntplus_link()
/linux-4.1.27/fs/ext3/
Dioctl.c118 __u32 generation; in ext3_ioctl() local
127 if (get_user(generation, (int __user *) arg)) { in ext3_ioctl()
141 inode->i_generation = generation; in ext3_ioctl()
/linux-4.1.27/Documentation/cpu-freq/
Damd-powernow.txt5 there is a different cpu-freq driver for each generation.
26 Documentation on this functionality in 8th generation processors
/linux-4.1.27/Documentation/arm/sti/
Dstih416-overview.txt7 The STiH416 is the next generation of HD, AVC set-top box processors
Dstih415-overview.txt7 The STiH415 is the next generation of HD, AVC set-top box processors
Dstih407-overview.txt7 The STiH407 is the new generation of SoC for Multi-HD, AVC set-top boxes
Dstih418-overview.txt7 The STiH418 is the new generation of SoC for UHDp60 set-top boxes
/linux-4.1.27/arch/x86/kvm/
Dx86.h91 vcpu->arch.mmio_gen = kvm_memslots(vcpu->kvm)->generation; in vcpu_cache_mmio_info()
96 return vcpu->arch.mmio_gen == kvm_memslots(vcpu->kvm)->generation; in vcpu_match_mmio_gen()
/linux-4.1.27/crypto/asymmetric_keys/
DKconfig7 as encryption, decryption, signature generation and signature
20 If signature generation and/or verification are to be used,
/linux-4.1.27/net/vmw_vsock/
Dvmci_transport_notify.c213 waiting_info.generation = in send_waiting_read()
217 waiting_info.generation = PKT_FIELD(vsk, consume_q_generation); in send_waiting_read()
250 waiting_info.generation = PKT_FIELD(vsk, produce_q_generation); in send_waiting_write()
253 waiting_info.generation = in send_waiting_write()
Dvmci_transport.h58 u64 generation; member
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dversatile-sysreg.txt6 interrupt generation, MMC and NOR Flash control etc.
Dvexpress-sysreg.txt6 interrupt generation, MMC and NOR Flash control etc.
Dvexpress.txt78 (reset generation, flash programming, FPGA bitfiles loading etc.)
/linux-4.1.27/drivers/md/
Draid5.h202 short generation; /* increments with every member
454 short generation; /* increments with every reshape */ member
Ddm-cache-policy-mq.c468 unsigned generation; member
646 mq->generation++; in check_generation()
1391 mq->generation = 0; in mq_create()
Draid5.c535 sh->generation = conf->generation - previous; in init_stripe()
564 short generation) in __find_stripe() argument
570 if (sh->sector == sector && sh->generation == generation) in __find_stripe()
673 sh = __find_stripe(conf, sector, conf->generation - previous); in get_active_stripe()
774 head = __find_stripe(conf, head_sector, conf->generation); in stripe_add_to_batch_list()
870 if (sh->generation == conf->generation - 1) in use_new_offset()
7336 conf->generation++; in raid5_start_reshape()
7413 conf->generation --; in raid5_start_reshape()
/linux-4.1.27/drivers/sfi/
DKconfig12 based on the 2nd generation Intel Atom processor platform,
/linux-4.1.27/include/trace/events/
Dbtrfs.h76 __field( u64, generation )
81 __entry->generation = root->fs_info->generation;
87 (unsigned long long)__entry->generation)
100 __field( u64, generation )
110 __entry->generation = BTRFS_I(inode)->generation;
120 (unsigned long long)__entry->generation,
/linux-4.1.27/security/integrity/evm/
Devm_crypto.c102 __u32 generation; in hmac_add_misc() member
110 hmac_misc.generation = inode->i_generation; in hmac_add_misc()
/linux-4.1.27/arch/powerpc/platforms/powermac/
DKconfig27 The powersurge cpu boards can be used in the generation
Dnvram.c68 u32 generation; member
276 return hdr99->generation; in core99_check()
486 hdr99->generation++; in core99_nvram_sync()
/linux-4.1.27/drivers/media/platform/marvell-ccic/
DKconfig12 generation OLPC systems.
/linux-4.1.27/Documentation/devicetree/bindings/timer/
Drenesas,cmt.txt41 - "renesas,cmt-48" for all non-second generation 48-bit CMT
51 - "renesas,cmt-48-gen2" for all second generation 48-bit CMT
/linux-4.1.27/Documentation/ABI/removed/
Dvideo13948 performance issues in its first generation. Any video1394 user had
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DNAND.txt18 size, with support for hardware ECC generation and correction.
/linux-4.1.27/Documentation/devicetree/bindings/rtc/
Drtc-omap.txt8 Wakeup generation for event Alarm. It can also be
/linux-4.1.27/fs/dlm/
Dmember.c38 memb->generation = le32_to_cpu(rf->rf_generation); in dlm_slot_save()
183 memb->generation = ls->ls_generation; in dlm_slots_assign()
189 if (memb->generation > gen) in dlm_slots_assign()
190 gen = memb->generation; in dlm_slots_assign()
Ddlm_internal.h122 uint32_t generation; member
/linux-4.1.27/include/net/netns/
Dconntrack.h98 seqcount_t generation; member
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/
Ddmm.txt5 accesses such as priority generation amongst initiators, configuration of SDRAM
/linux-4.1.27/Documentation/scsi/
D00-INDEX24 - Changes to second generation of sym53c8xx driver
106 - info on second generation driver for sym53c8xx based adapters
Dcxgb3i.txt12 - iSCSI PDU digest generation and verification
/linux-4.1.27/fs/ntfs/
Dnamei.c352 u64 ino, u32 generation) in ntfs_nfs_get_inode() argument
358 if (is_bad_inode(inode) || inode->i_generation != generation) { in ntfs_nfs_get_inode()
/linux-4.1.27/net/netfilter/
Dnf_conntrack_core.c94 if (read_seqcount_retry(&net->ct.generation, sequence)) { in nf_conntrack_double_lock()
339 sequence = read_seqcount_begin(&net->ct.generation); in nf_ct_delete_from_lists()
506 sequence = read_seqcount_begin(&net->ct.generation); in nf_conntrack_hash_check_insert()
594 sequence = read_seqcount_begin(&net->ct.generation); in __nf_conntrack_confirm()
732 sequence = read_seqcount_begin(&net->ct.generation); in early_drop()
737 if (read_seqcount_retry(&net->ct.generation, sequence)) { in early_drop()
1565 write_seqcount_begin(&init_net.ct.generation); in nf_conntrack_set_hashsize()
1590 write_seqcount_end(&init_net.ct.generation); in nf_conntrack_set_hashsize()
1743 seqcount_init(&net->ct.generation); in nf_conntrack_init_net()
/linux-4.1.27/drivers/staging/iio/
DKconfig33 bool "Event generation support"
/linux-4.1.27/fs/gfs2/
Drgrp.h49 bool dinode, u64 *generation);
Dlock_dlm.c1111 int our_slot, uint32_t generation) in gdlm_recover_done() argument
1120 ls->ls_recover_start = generation; in gdlm_recover_done()
1123 ls->ls_recover_mount = generation; in gdlm_recover_done()
Drgrp.c2315 bool dinode, u64 *generation) in gfs2_alloc_blocks() argument
2371 *generation = rbm.rgd->rd_igeneration++; in gfs2_alloc_blocks()
2372 if (*generation == 0) in gfs2_alloc_blocks()
2373 *generation = rbm.rgd->rd_igeneration++; in gfs2_alloc_blocks()
/linux-4.1.27/drivers/isdn/mISDN/
DKconfig20 echo cancellation, tone generation, and Blowfish encryption and
/linux-4.1.27/drivers/dma/sh/
DKconfig60 Renesas R-Car second generation SoCs.
/linux-4.1.27/sound/firewire/dice/
Ddice-transaction.c204 int generation, unsigned long long offset, in dice_notification() argument
252 dice->owner_generation = device->generation; in register_notification_address()
/linux-4.1.27/drivers/net/ethernet/smsc/
Dsmsc911x.c102 unsigned int generation; member
1464 if (pdata->generation == 4) { in smsc911x_soft_reset()
1486 if (pdata->generation == 4) { in smsc911x_soft_reset()
1792 if (pdata->generation <= 1) { in smsc911x_set_multicast_list()
1895 if (pdata->generation <= 1 && netif_running(dev)) in smsc911x_set_mac_address()
2243 pdata->generation = 0; in smsc911x_init()
2253 pdata->generation = pdata->idrev & 0x0000FFFF; in smsc911x_init()
2261 pdata->generation = 3; in smsc911x_init()
2269 pdata->generation = 4; in smsc911x_init()
2280 pdata->idrev, pdata->generation); in smsc911x_init()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_reint.c216 int generation = import->imp_generation; in mdc_create() local
273 req->rq_import_generation = generation; in mdc_create()
294 if (generation == import->imp_generation) { in mdc_create()
Dmdc_locks.c798 int generation, resends = 0; in mdc_enqueue() local
820 generation = obddev->u.cli.cl_import->imp_generation; in mdc_enqueue()
866 req->rq_import_generation = generation; in mdc_enqueue()
931 if (generation == obddev->u.cli.cl_import->imp_generation) { in mdc_enqueue()
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-dsp-keystone.txt12 - setting GPIO value to 1 causes IRQ generation on target DSP core;
/linux-4.1.27/Documentation/devicetree/bindings/media/
Drenesas,vsp1.txt5 It can be found in the Renesas R-Car second generation SoCs.
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Dnetwork_protocol.txt125 @start - transaction generation number - unique id used to find transaction.
215 @id - lock generation number.
224 @id - attribute generation number or xattr setting type
/linux-4.1.27/fs/cachefiles/
DKconfig32 The generation of this histogram adds a certain amount of overhead to
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_kms.c98 slot->generation = qdev->rom->slot_generation; in setup_slot()
100 high_bits |= slot->generation; in setup_slot()
Dqxl_drv.h176 uint8_t generation; member
/linux-4.1.27/Documentation/networking/
Dxfrm_proc.txt55 Bundle generation error
De1000.txt75 This parameter controls the automatic generation(Tx) and response(Rx)
192 This value delays the generation of receive interrupts in units of 1.024
281 This value delays the generation of transmit interrupts in units of
De1000e.txt131 This value delays the generation of receive interrupts in units of 1.024
163 This value delays the generation of transmit interrupts in units of
Dixgb.txt125 This parameter controls the automatic generation(Tx) and response(Rx) to
144 This value delays the generation of receive interrupts in units of
/linux-4.1.27/drivers/staging/media/lirc/
DKconfig27 Current generation iMON devices use the input layer imon driver.
/linux-4.1.27/arch/arm/boot/dts/
Dste-hrefprev60.dtsi57 * On the first generation boards, this SSP/SPI port was connected
Darmada-xp-axpwifiap.dts4 * Note: this board is shipped with a new generation boot loader that
Darmada-xp-linksys-mamba.dts4 * Note: this board is shipped with a new generation boot loader that
/linux-4.1.27/virt/kvm/
Dkvm_main.c493 kvm->memslots->generation = -150; in kvm_create_vm()
738 WARN_ON(old_memslots->generation & 1); in install_new_memslots()
739 slots->generation = old_memslots->generation + 1; in install_new_memslots()
749 slots->generation++; in install_new_memslots()
1639 ghc->generation = slots->generation; in kvm_gfn_to_hva_cache_init()
1673 if (slots->generation != ghc->generation) in kvm_write_guest_cached()
1699 if (slots->generation != ghc->generation) in kvm_read_guest_cached()
/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_main.h327 #define chip_be2(phba) (phba->generation == BE_GEN2)
328 #define chip_be3_r(phba) (phba->generation == BE_GEN3)
426 unsigned int generation; member
/linux-4.1.27/fs/ext4/
Dioctl.c336 __u32 generation; in ext4_ioctl() local
351 if (get_user(generation, (int __user *) arg)) { in ext4_ioctl()
365 inode->i_generation = generation; in ext4_ioctl()
DKconfig8 This is the next generation of the ext3 filesystem.
/linux-4.1.27/drivers/clocksource/
DKconfig114 bool "Support for ARM architected timer event stream generation"
118 This option enables support for event stream generation based on
/linux-4.1.27/fs/fscache/
DKconfig38 The generation of this histogram adds a certain amount of overhead to
/linux-4.1.27/drivers/misc/vmw_vmci/
Dvmci_queue_pair.c181 unsigned int generation; member
2591 qpair->generation++; in qp_wakeup_cb()
2606 unsigned int generation; in qp_wait_for_ready_queue() local
2609 generation = qpair->generation; in qp_wait_for_ready_queue()
2611 wait_event(qpair->event, generation != qpair->generation); in qp_wait_for_ready_queue()
2822 my_qpair->generation = 0; in vmci_qpair_alloc()
/linux-4.1.27/tools/build/
DBuild.include76 # - depfile generation
/linux-4.1.27/Documentation/devicetree/bindings/power/
Drenesas,sysc-rmobile.txt7 - Reset generation,
/linux-4.1.27/fs/udf/
Dnamei.c1199 u16 partref, __u32 generation) in udf_nfs_get_inode() argument
1214 if (generation && inode->i_generation != generation) { in udf_nfs_get_inode()
1230 fid->udf.generation); in udf_fh_to_dentry()
1263 fid->udf.generation = inode->i_generation; in udf_encode_fh()
/linux-4.1.27/Documentation/video4linux/
Dcafe_ccic2 controller. This is the controller found in first-generation OLPC systems,
Dcpia2_overview.txt3 Cpia2 is the second generation video coprocessor from VLSI Vision Ltd (now a
DREADME.cpia25 This is a driver for STMicroelectronics's CPiA2 (second generation
/linux-4.1.27/Documentation/
Dsmsc_ece1099.txt11 Interrupt generation
DIntel-IOMMU.txt47 IOVA generation is pretty generic. We used the same technique as vmalloc()
Dvme_api.txt106 support VME-to-VME and MEM-to-MEM transfers as well as test pattern generation.
305 level and status ID combinations and for the generation of VME interrupts with
/linux-4.1.27/Documentation/rapidio/
Dtsi721.txt32 One BDMA channel is reserved for generation of maintenance read/write requests.
/linux-4.1.27/block/
Dcompat_ioctl.c243 compat_int_t generation; member
472 err |= __put_user(f->generation, &uf->generation); in compat_fd_ioctl()
/linux-4.1.27/fs/exofs/
Dsuper.c965 u64 ino, u32 generation) in exofs_nfs_get_inode() argument
972 if (generation && inode->i_generation != generation) { in exofs_nfs_get_inode()
/linux-4.1.27/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-dds79 out_altvoltageX_outY_enable controls signal generation on
/linux-4.1.27/Documentation/device-mapper/
Ddm-crypt.txt14 Encryption cipher and an optional IV generation mode.
/linux-4.1.27/drivers/virtio/
Dvirtio_pci_modern.c471 .generation = vp_generation,
486 .generation = vp_generation,
Dvirtio_mmio.c516 .generation = vm_generation,
/linux-4.1.27/Documentation/sound/alsa/
DHD-Audio-Models.txt212 macbook-pro-v1 Intel Mac Book Pro 1st generation (eq. type 3)
213 macbook-pro Intel Mac Book Pro 2nd generation (eq. type 3)
/linux-4.1.27/drivers/phy/
DKconfig82 tristate "Renesas R-Car generation 2 USB PHY driver"
86 Support for USB PHY found on Renesas R-Car generation 2 SoCs.
/linux-4.1.27/tools/build/Documentation/
DBuild.txt104 code generation).
/linux-4.1.27/fs/jffs2/
Dsuper.c114 uint32_t generation) in jffs2_nfs_get_inode() argument
DKconfig6 JFFS2 is the second generation of the Journalling Flash File System
/linux-4.1.27/kernel/
DMakefile191 @echo Generating X.509 key generation config
/linux-4.1.27/fs/f2fs/
Dsuper.c758 u64 ino, u32 generation) in f2fs_nfs_get_inode() argument
774 if (unlikely(generation && inode->i_generation != generation)) { in f2fs_nfs_get_inode()
/linux-4.1.27/fs/jfs/
Dnamei.c1466 u64 ino, u32 generation) in jfs_nfs_get_inode() argument
1476 if (generation && inode->i_generation != generation) { in jfs_nfs_get_inode()
/linux-4.1.27/tools/power/cpupower/bench/
DREADME-BENCH103 Provide a gnuplot utility script for easy generation of plots to present
/linux-4.1.27/tools/lguest/
Dlguest.txt117 - Random number generation. Using the --rng option will provide a
/linux-4.1.27/net/wireless/
Dtrace.h156 #define SINFO_ENTRY __field(int, generation) \
172 __entry->generation = sinfo->generation; \
890 __field(int, generation)
903 __entry->generation = pinfo->generation;
916 WIPHY_PR_ARG, __entry->ret, __entry->generation,
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c115 __swab32s(&fid->generation); in lustre_swab_ll_fid()
/linux-4.1.27/Documentation/block/
Ddata-integrity.txt111 will still use the automatic generation interface.
177 IMD generation and verification can be toggled using the
/linux-4.1.27/drivers/net/phy/
DKconfig85 40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
/linux-4.1.27/fs/ufs/
Dsuper.c112 static struct inode *ufs_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) in ufs_nfs_get_inode() argument
123 if (generation && inode->i_generation != generation) { in ufs_nfs_get_inode()
/linux-4.1.27/Documentation/filesystems/
Dubifs.txt43 In a sense, UBIFS is a next generation of JFFS2 file-system, but it is
/linux-4.1.27/drivers/parisc/
DKconfig25 generation of PA-RISC cache-coherent machines. Programs the
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dkeystone-netcp.txt9 generation. NetCP can also optionally include a Security Accelerator (SA)
/linux-4.1.27/Documentation/filesystems/nfs/
DExporting113 and generation number for the inode encoded, and if necessary the
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dfwsignal.c389 u8 generation; member
1418 entry->generation = genbit; in brcmf_fws_txstatus_suppressed()
1751 brcmf_skb_htod_tag_set_field(p, GENERATION, entry->generation); in brcmf_fws_precommit_skb()
/linux-4.1.27/fs/ocfs2/cluster/
Dheartbeat.c588 u64 generation) in o2hb_prepare_block() argument
607 hb_block->hb_generation = cpu_to_le64(generation); in o2hb_prepare_block()
615 (long long)generation, in o2hb_prepare_block()
/linux-4.1.27/mm/
Dmemcontrol.c138 unsigned int generation; member
1041 if (prev && reclaim->generation != iter->generation) in mem_cgroup_iter()
1112 iter->generation++; in mem_cgroup_iter()
1114 reclaim->generation = iter->generation; in mem_cgroup_iter()
/linux-4.1.27/sound/firewire/bebob/
Dbebob_maudio.c122 device->node_id, device->generation, in snd_bebob_maudio_load_firmware()
/linux-4.1.27/drivers/net/wireless/libertas/
DREADME143 triggers the generation of the MAX_FAIL event. Once this event is
/linux-4.1.27/Documentation/fb/
Dudlfb.txt58 Udlfb, when loaded as a module, will match against all USB 2.0 generation
/linux-4.1.27/fs/nfsd/
Dxdr4.h433 u32 generation; member
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h419 __u32 generation; /* holds object generation */ member

12