Home
last modified time | relevance | path

Searched refs:acting (Results 1 – 25 of 35) sorted by relevance

12

/Linux-v4.19/net/ceph/
Dosdmap.c2099 static int calc_pg_rank(int osd, const struct ceph_osds *acting) in calc_pg_rank() argument
2103 for (i = 0; i < acting->size; i++) { in calc_pg_rank()
2104 if (acting->osds[i] == osd) in calc_pg_rank()
2576 struct ceph_osds *acting) in ceph_pg_to_up_acting_osds() argument
2588 get_temp_osds(osdmap, pi, &pgid, acting); in ceph_pg_to_up_acting_osds()
2589 if (!acting->size) { in ceph_pg_to_up_acting_osds()
2590 memcpy(acting->osds, up->osds, up->size * sizeof(up->osds[0])); in ceph_pg_to_up_acting_osds()
2591 acting->size = up->size; in ceph_pg_to_up_acting_osds()
2592 if (acting->primary == -1) in ceph_pg_to_up_acting_osds()
2593 acting->primary = up->primary; in ceph_pg_to_up_acting_osds()
[all …]
Ddebugfs.c191 for (i = 0; i < t->acting.size; i++) in dump_target()
192 seq_printf(s, "%s%d", (!i ? "" : ","), t->acting.osds[i]); in dump_target()
193 seq_printf(s, "]/%d\te%u\t", t->acting.primary, t->epoch); in dump_target()
Dosd_client.c420 ceph_osds_init(&t->acting); in target_init()
440 ceph_osds_copy(&dest->acting, &src->acting); in target_copy()
1423 struct ceph_osds up, acting; in calc_target() local
1471 ceph_pg_to_up_acting_osds(osdc->osdmap, pi, &pgid, &up, &acting); in calc_target()
1473 ceph_is_new_interval(&t->acting, in calc_target()
1474 &acting, in calc_target()
1495 ceph_osds_changed(&t->acting, &acting, any_change); in calc_target()
1502 ceph_osds_copy(&t->acting, &acting); in calc_target()
1511 t->osd = acting.primary; in calc_target()
/Linux-v4.19/Documentation/devicetree/bindings/media/xilinx/
Dvideo.txt4 Xilinx video IP cores process video streams by acting as video sinks and/or
/Linux-v4.19/drivers/nfc/
DKconfig36 all packets sent from one device is sent back to the other, acting as
/Linux-v4.19/drivers/staging/iio/Documentation/
Doverview.txt46 used in IIO to fill software buffers acting in a very similar
/Linux-v4.19/Documentation/cgroup-v1/
Dnet_prio.txt21 With the above step, the initial group acting as the parent accounting group
/Linux-v4.19/include/linux/ceph/
Dosdmap.h295 struct ceph_osds *acting);
Dosd_client.h152 struct ceph_osds acting; member
/Linux-v4.19/Documentation/process/
Dcode-of-conduct.rst60 address, posting via an official social media account, or acting as an appointed
Dcode-of-conduct-interpretation.rst131 the TAB, as well as a professional mediator acting as a neutral third
D3.Early-stage.rst139 MAINTAINERS file may, in fact, not be the person who is actually acting in
/Linux-v4.19/fs/btrfs/
DKconfig68 code to make sure it is acting as it should. These are mostly
/Linux-v4.19/Documentation/i2c/
Dsmbus-protocol195 This command is sent from a SMBus device acting as a master to the
196 SMBus host acting as a slave.
/Linux-v4.19/Documentation/admin-guide/
Dserial-console.rst48 acting as a system console will be used. At this time, the system
/Linux-v4.19/drivers/video/console/
DKconfig75 adapter in your system acting as a second head ( = video card). You
/Linux-v4.19/Documentation/spi/
Dspidev16 * Developing simple protocols used to talk to microcontrollers acting
/Linux-v4.19/Documentation/power/
Dcharger-manager.txt12 batteries with their own chargers acting independently in a system,
Dpower_supply_class.txt169 Often power supplies are acting as supplies and supplicants at the same
/Linux-v4.19/Documentation/networking/
Dipvs-sysctl.txt168 ipvs routing loops when ipvs is also acting as a real server).
Dswitchdev.txt155 registering for netdevice events and acting on NETDEV_CHANGEUPPER.
/Linux-v4.19/LICENSES/other/
DApache-2.026 "Legal Entity" shall mean the union of the acting entity and all other
/Linux-v4.19/Documentation/security/
Dcredentials.rst52 A subject is an object that is acting upon another object.
71 group list for when it is acting upon a file - which are quite separate
/Linux-v4.19/Documentation/media/kapi/
Dcec-core.rst18 provided by the device. The TV acting as the communication hub is always
/Linux-v4.19/Documentation/filesystems/caching/
Dcachefiles.txt317 One of the problems that CacheFiles faces is that it is generally acting on

12