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

12345678910

/linux-master/fs/ext4/
H A Dsuper.c1541 u64 ino, u32 generation)
1546 * Currently we don't know the generation for parent directory, so
1547 * a generation of 0 means "accept any"
1552 if (generation && inode->i_generation != generation) {
1540 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.c424 XGENE_PMU_EVENT_ATTR(generation-flip, 0x26),
/linux-master/drivers/thunderbolt/
H A Dtb.c1305 sw->rpm = sw->generation > 1;
/linux-master/net/mac80211/
H A Dcfg.c2314 pinfo->generation = mpath->sdata->u.mesh.mesh_paths_generation;
2396 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/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/fs/nfsd/
H A Dnfs4proc.c2189 gdp->gd_devid.fsid_idx, gdp->gd_devid.generation,
/linux-master/fs/btrfs/
H A Dfile.c2166 hole_em->generation = trans->transid;
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
/linux-master/net/batman-adv/
H A Dtranslation-table.c1138 cb->seq = atomic_read(&hash->generation) << 1 | 1;
/linux-master/arch/x86/kvm/
H A Dx86.c2532 * on/off, or when starting a new generation and the masterclock is
2534 * taken _after_ the new generation is created).
2667 * offset for the vcpu and tracks the TSC matching generation that the vcpu
2693 * For each generation, we track the original measured
2709 /* Keep track of which generation this VCPU has synchronized to */
3697 if (unlikely(slots->generation != ghc->generation ||
5097 if (unlikely(slots->generation != ghc->generation ||
5120 * cache generation agains
[all...]
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c320 gen = kvm_vcpu_memslots(vcpu)->generation;
2016 /* TDP MMU pages do not use the MMU generation. */
3346 * generation number. Refreshing the MMIO generation needs to go down
4780 * of a change in the MMU generation number. However, changing the
4781 * generation number is accompanied by KVM_REQ_MMU_FREE_OBSOLETE_ROOTS,
6222 * pages with an obsolete generation number and all vCPUS have
6273 * one valid generation and (at most) one invalid generation.
6857 * modifier prior to checking for a wrap of the MMIO generation s
[all...]
/linux-master/net/netfilter/
H A Dnf_tables_api.c9683 /* chain had no change in last or next generation */
9687 * chain had no change in this generation; make sure next
9688 * one uses same rules as current generation.
10098 static void nf_tables_commit_audit_log(struct list_head *adl, u32 generation) argument
10105 generation);
10191 /* 1. Allocate space for next generation rules_gen_X[] */
10221 * Bump generation counter, invalidate any dump in progress.
10232 /* 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 493 milliseconds

12345678910