Searched refs:generation (Results 51 - 75 of 86) sorted by relevance

1234

/freebsd-11-stable/sys/vm/
H A Dvm_object.h103 int generation; /* generation ID */ member in struct:vm_object
H A Dvm_object.c262 object->generation = 1;
936 curgeneration = object->generation;
946 if (object->generation != curgeneration) {
964 if (object->generation != curgeneration) {
2253 object->generation++;
/freebsd-11-stable/sys/cam/
H A Dcam_periph.h90 u_int generation; member in struct:periph_driver
H A Dcam_periph.c284 (*p_drv)->generation++;
721 drv->generation++;
H A Dcam_ccb.h398 unsigned int generation; member in struct:ccb_getdevlist
1011 uint8_t speed; /* PCIe generation for each lane */
1013 uint8_t max_speed; /* PCIe generation for each lane */
/freebsd-11-stable/usr.bin/systat/
H A Dvmstat.c549 generation = run_dev.dinfo->generation;
579 generation = run_dev.dinfo->generation;
/freebsd-11-stable/sys/geom/raid/
H A Dmd_promise.c88 uint16_t generation; /* Generation number. */ member in struct:promise_raid_conf
206 printf("generation %u\n", meta->generation);
795 if (pd->pd_meta[sdn]->generation != meta->generation)
806 } else if (pd->pd_meta[sdn]->generation != meta->generation ||
1018 ((int16_t)(pdmeta->generation - pv->pv_generation)) > 0) {
1023 pv->pv_generation = pv->pv_meta->generation;
1025 } else if (pdmeta->generation
[all...]
H A Dmd_intel.c160 uint32_t generation; member in struct:intel_raid_conf
457 printf("generation 0x%08x\n", meta->generation);
829 meta->generation = 1;
1383 ((int32_t)(pdmeta->generation - mdi->mdio_generation)) > 0) {
1388 mdi->mdio_generation = mdi->mdio_meta->generation;
1390 } else if (pdmeta->generation == mdi->mdio_generation) {
2367 /* Bump generation. Newly written metadata may differ from previous. */
2405 meta->generation = mdi->mdio_generation;
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewire.c665 src->businfo.generation = FW_GENERATION_CHANGEABLE;
739 * bump the businfo.generation indicator to
742 * generation starts at 2 and rolls over at 0xF
745 * A generation of 0 indicates a device
747 * A generation of 1 indicates a device that
756 /* Bump generation and reload. */
757 src->businfo.generation++;
759 /* Handle generation count wraps. */
760 if (src->businfo.generation < FW_GENERATION_CHANGEABLE)
761 src->businfo.generation
[all...]
H A Dfwcrom.c569 src.businfo.generation = 0;
/freebsd-11-stable/contrib/bmake/mk/
H A Dautodep.mk17 # This module provides automagic dependency generation along the
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.c272 CP(pci32, pci, generation);
335 CP(pci, pci32, generation);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp70 size_t gen = current_dephash->generation + 1;
87 h->generation = gen;
136 h->generation = 0;
/freebsd-11-stable/sys/kern/
H A Dsubr_devstat.c374 * generation number, and then an array of devstat structures, one for each
448 SYSCTL_LONG(_kern_devstat, OID_AUTO, generation, CTLFLAG_RD,
449 &devstat_generation, 0, "Devstat list generation");
H A Dsubr_witness.c1897 /* When the structure of the graph changes, bump up the generation. */
2549 int error, generation, i, j; local
2580 generation = w_generation;
2586 if (generation != w_generation) {
2612 if (generation != w_generation) {
2668 if (generation != w_generation) {
H A Dkern_sysctl.c1550 u_int generation; local
1563 generation = curthread->td_generation;
1568 if (generation != curthread->td_generation && tries < 3) {
/freebsd-11-stable/usr.sbin/fwcontrol/
H A Dfwcontrol.c380 "generation:%d link_spd:%d\n"
385 bi->generation, bi->link_spd,
529 printf("crc_len: %d generation:%d node_count:%d sid_count:%d\n",
530 tmap->crc_len, tmap->generation,
/freebsd-11-stable/sys/fs/devfs/
H A Ddevfs_devs.c67 SYSCTL_UINT(_vfs_devfs, OID_AUTO, generation, CTLFLAG_RD,
68 &devfs_generation, 0, "DEVFS generation number");
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_da.h457 u_int8_t generation[2]; member in struct:scsi_read_defect_data_hdr_12
/freebsd-11-stable/crypto/openssl/util/
H A Dmkerr.pl96 Default: 'static' code generation.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp467 if (TLD.Buffer.Generation != BQ->generation() &&
/freebsd-11-stable/share/mk/
H A Dbsd.dep.mk13 # CTAGS A tags file generation program [gtags]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp510 /// keep track of a generation count of the read, which is compared against
511 /// the current generation count. The current generation count is incremented
514 /// events (such as fences or atomic instructions) increment the generation
542 // addresses) to generation numbers at which that memory location became
555 /// It uses the same generation count as loads.
560 /// This is the current generation of the memory value.
595 // calls as well as the generation. There is a child iterator so that the
614 void childGeneration(unsigned generation) { ChildGeneration = generation; } argument
[all...]
/freebsd-11-stable/sys/sys/
H A Dbus.h48 int ub_generation; /**< @brief generation count */
660 int bus_data_generation_check(int generation);
783 * Generic ivar accessor generation macros for bus drivers
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev.c3349 uint64_t generation; local
3363 generation = spa->spa_config_generation + 1;
3409 if (error || generation != spa->spa_config_generation) {

Completed in 388 milliseconds

1234