Searched refs:generation (Results 226 - 242 of 242) sorted by relevance

12345678910

/linux-master/fs/ext4/
H A Dsuper.c1525 u64 ino, u32 generation)
1530 * Currently we don't know the generation for parent directory, so
1531 * a generation of 0 means "accept any"
1536 if (generation && inode->i_generation != generation) {
1524 ext4_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) argument
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c6458 static int generation; local
6485 generation++;
6486 sinfo->generation = generation;
/linux-master/drivers/perf/
H A Dxgene_pmu.c415 XGENE_PMU_EVENT_ATTR(generation-flip, 0x26),
/linux-master/drivers/thunderbolt/
H A Dtb.c1306 sw->rpm = sw->generation > 1;
/linux-master/net/mac80211/
H A Dcfg.c2318 pinfo->generation = mpath->sdata->u.mesh.mesh_paths_generation;
2400 pinfo->generation = mpath->sdata->u.mesh.mpp_paths_generation;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_init.c545 "%s %8phC generation changed\n",
1566 "%s %8phC generation changed\n",
2479 "%s %8phC generation changed\n",
2485 "%s %8phC RSCN generation changed\n",
6391 * session has been created. In this case session's generation
8120 le16_to_cpu(image_status->generation),
8192 /* calculate generation delta as uint16 (this accounts for wrap) */
8194 le16_to_cpu(pri_image_status->generation) -
8195 le16_to_cpu(sec_image_status->generation);
8197 ql_dbg(ql_dbg_init, NULL, 0x0180, "generation delt
[all...]
/linux-master/fs/btrfs/
H A Dblock-group.c3157 * We want to set the generation to 0, that way if anything goes wrong
3161 BTRFS_I(inode)->generation = 0;
3166 * super cache generation to 0 so we know to invalidate the
3394 * generation will be bad and life goes on
3544 * generation will be bad and life goes on
H A Dfile.c2358 hole_em->generation = trans->transid;
H A Dextent_io.c1609 * or the content of some node/leaf from a past generation that got
2019 * generation, then get cleaned in tree re-balance.
2026 * Since it has bumped generation, no WRITTEN flag, it can be
2433 * its generation is older then the current one, in which case
2438 if (em->generation >= cur_gen)
2444 * generation lower then the current generation, so there is no
5126 * @gen: generation for the uptodate check, can be 0
5130 * normal uptodate check of the eb, without checking the generation. If we have
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwmi.c1089 sinfo->generation = wil->sinfo_gen++;
H A Dcfg80211.c477 sinfo->generation = wil->sinfo_gen;
/linux-master/net/batman-adv/
H A Dtranslation-table.c1097 cb->seq = atomic_read(&hash->generation) << 1 | 1;
/linux-master/fs/nfsd/
H A Dnfs4proc.c2224 gdp->gd_devid.fsid_idx, gdp->gd_devid.generation,
/linux-master/arch/x86/kvm/
H A Dx86.c2523 * on/off, or when starting a new generation and the masterclock is
2525 * taken _after_ the new generation is created).
2658 * offset for the vcpu and tracks the TSC matching generation that the vcpu
2684 * For each generation, we track the original measured
2700 /* Keep track of which generation this VCPU has synchronized to */
3688 if (unlikely(slots->generation != ghc->generation ||
5082 if (unlikely(slots->generation != ghc->generation ||
5105 * cache generation agains
[all...]
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c320 gen = kvm_vcpu_memslots(vcpu)->generation;
1976 /* TDP MMU pages do not use the MMU generation. */
3316 * generation number. Refreshing the MMIO generation needs to go down
4782 * of a change in the MMU generation number. However, changing the
4783 * generation number is accompanied by KVM_REQ_MMU_FREE_OBSOLETE_ROOTS,
6258 * pages with an obsolete generation number and all vCPUS have
6309 * one valid generation and (at most) one invalid generation.
6894 * modifier prior to checking for a wrap of the MMIO generation s
[all...]
/linux-master/net/netfilter/
H A Dnf_tables_api.c9687 /* chain had no change in last or next generation */
9691 * chain had no change in this generation; make sure next
9692 * one uses same rules as current generation.
10102 static void nf_tables_commit_audit_log(struct list_head *adl, u32 generation) argument
10109 generation);
10195 /* 1. Allocate space for next generation rules_gen_X[] */
10225 * Bump generation counter, invalidate any dump in progress.
10236 /* step 3. Start new generation, rules_gen_X now in use. */
/linux-master/net/wireless/
H A Dnl80211.c6547 nla_put_u32(msg, NL80211_ATTR_GENERATION, sinfo->generation))
7713 nla_put_u32(msg, NL80211_ATTR_GENERATION, pinfo->generation))

Completed in 672 milliseconds

12345678910