Home
last modified time | relevance | path

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

12

/linux/net/ceph/
H A Dosdmap.c2343 static int calc_pg_rank(int osd, const struct ceph_osds *acting) in calc_pg_rank() argument
2347 for (i = 0; i < acting->size; i++) { in calc_pg_rank()
2348 if (acting->osds[i] == osd) in calc_pg_rank()
2820 struct ceph_osds *acting) in ceph_pg_to_up_acting_osds() argument
2832 get_temp_osds(osdmap, pi, &pgid, acting); in ceph_pg_to_up_acting_osds()
2833 if (!acting->size) { in ceph_pg_to_up_acting_osds()
2834 memcpy(acting->osds, up->osds, up->size * sizeof(up->osds[0])); in ceph_pg_to_up_acting_osds()
2835 acting->size = up->size; in ceph_pg_to_up_acting_osds()
2836 if (acting->primary == -1) in ceph_pg_to_up_acting_osds()
2837 acting->primary = up->primary; in ceph_pg_to_up_acting_osds()
[all …]
H A Dosd_client.c450 ceph_osds_init(&t->acting); in target_init()
470 ceph_osds_copy(&dest->acting, &src->acting); in target_copy()
1562 static int pick_random_replica(const struct ceph_osds *acting) in pick_random_replica() argument
1564 int i = get_random_u32_below(acting->size); in pick_random_replica()
1567 acting->osds[i], acting->primary); in pick_random_replica()
1577 const struct ceph_osds *acting) in pick_closest_replica() argument
1585 acting->osds[i], in pick_closest_replica()
1594 } while (++i < acting->size); in pick_closest_replica()
1597 acting->osds[best_i], best_locality, acting->primary); in pick_closest_replica()
1613 struct ceph_osds up, acting; in calc_target() local
[all …]
H A Ddebugfs.c193 for (i = 0; i < t->acting.size; i++) in dump_target()
194 seq_printf(s, "%s%d", (!i ? "" : ","), t->acting.osds[i]); in dump_target()
195 seq_printf(s, "]/%d\te%u\t", t->acting.primary, t->epoch); in dump_target()
/linux/Documentation/devicetree/bindings/media/xilinx/
H A Dvideo.txt4 Xilinx video IP cores process video streams by acting as video sinks and/or
/linux/Documentation/peci/
H A Dpeci.rst13 controller is acting as a PECI originator and the processor - as
/linux/drivers/nfc/
H A DKconfig37 all packets sent from one device is sent back to the other, acting as
/linux/Documentation/admin-guide/cgroup-v1/
H A Dnet_prio.rst22 With the above step, the initial group acting as the parent accounting group
/linux/Documentation/process/
H A Dcode-of-conduct.rst60 address, posting via an official social media account, or acting as an appointed
/linux/include/linux/ceph/
H A Dosdmap.h307 struct ceph_osds *acting);
H A Dosd_client.h218 struct ceph_osds acting; member
/linux/Documentation/i2c/
H A Dsmbus-protocol.rst225 This command is sent from a SMBus device acting as a master to the
226 SMBus host acting as a slave.
/linux/drivers/video/console/
H A DKconfig31 adapter in your system acting as a second head ( = video card). You
/linux/Documentation/dev-tools/
H A Dgpio-sloppy-logic-analyzer.rst19 connected to these GPIO lines with wires (i.e. digital probes), acting as a
/linux/Documentation/filesystems/bcachefs/
H A DSubmittingPatches.rst46 when something starts acting wonky on a user machine?
/linux/Documentation/admin-guide/
H A Dserial-console.rst78 acting as a system console will be used. At this time, the system
/linux/Documentation/virt/hyperv/
H A Dcoco.rst196 validate the data before acting on it so that a malicious host cannot induce
207 acting cooperatively. Such drivers are marked as "allowed_in_isolated" in the
/linux/Documentation/power/powercap/
H A Ddtpm.rst22 The Dynamic Thermal Power Management (DTPM) is a technique acting on
/linux/Documentation/block/
H A Dblk-mq.rst46 the block device, acting as middleware between the userspace (and a file
/linux/Documentation/power/
H A Dcharger-manager.rst15 batteries with their own chargers acting independently in a system,
H A Dpower_supply_class.rst219 Often power supplies are acting as supplies and supplicants at the same
/linux/Documentation/spi/
H A Dspidev.rst22 * Developing simple protocols used to talk to microcontrollers acting
/linux/Documentation/networking/devlink/
H A Ddevlink-trap.rst14 For example, a device acting as a multicast-aware bridge must be able to send
19 As another example, consider a device acting as router which has received an IP
/linux/Documentation/security/
H A 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/LICENSES/dual/
H A DApache-2.030 "Legal Entity" shall mean the union of the acting entity and all other
/linux/Documentation/networking/
H A Dipvs-sysctl.rst194 ipvs routing loops when ipvs is also acting as a real server).

12