Home
last modified time | relevance | path

Searched full:acting (Results 1 – 25 of 134) sorted by relevance

123456

/linux/drivers/misc/vmw_vmci/
H A Dvmci_route.c57 * We must be acting as a guest in order to send to in vmci_route()
87 * If it is not from a guest but we are acting as a in vmci_route()
89 * Note that if we are also acting as a host then this in vmci_route()
125 * must be acting as a host to service it. in vmci_route()
148 * If we are acting as a host then this might be destined for in vmci_route()
/linux/fs/sysfs/
H A Dsymlink.c114 * @kobj: object we're acting for.
140 * @kobj: object we're acting for.
158 * @kobj: object we're acting for.
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dpedit.c30 if (*curr_pmask & mask) { /* disallow acting twice on the same location */ in set_pedit_val()
32 "curr_pmask and new mask same. Acting twice on same location"); in set_pedit_val()
/linux/include/asm-generic/bitops/
H A Dinstrumented-atomic.h24 * restricted to acting on a single-word quantity.
53 * restricted to acting on a single-word quantity.
/linux/net/ceph/
H A Dosdmap.c2347 static int calc_pg_rank(int osd, const struct ceph_osds *acting) in calc_pg_rank() argument
2351 for (i = 0; i < acting->size; i++) { in calc_pg_rank()
2352 if (acting->osds[i] == osd) in calc_pg_rank()
2814 * Map a PG to its acting set as well as its up set.
2816 * Acting set is used for data mapping purposes, while up set can be
2824 struct ceph_osds *acting) in ceph_pg_to_up_acting_osds() argument
2836 get_temp_osds(osdmap, pi, &pgid, acting); in ceph_pg_to_up_acting_osds()
2837 if (!acting->size) { in ceph_pg_to_up_acting_osds()
2838 memcpy(acting->osds, up->osds, up->size * sizeof(up->osds[0])); in ceph_pg_to_up_acting_osds()
2839 acting->size = up->size; in ceph_pg_to_up_acting_osds()
[all …]
H A Dosd_client.c427 ceph_osds_init(&t->acting); in target_init()
447 ceph_osds_copy(&dest->acting, &src->acting); in target_copy()
1539 static int pick_random_replica(const struct ceph_osds *acting) in pick_random_replica() argument
1541 int i = get_random_u32_below(acting->size); in pick_random_replica()
1544 acting->osds[i], acting->primary); in pick_random_replica()
1554 const struct ceph_osds *acting) in pick_closest_replica() argument
1562 acting->osds[i], in pick_closest_replica()
1571 } while (++i < acting->size); in pick_closest_replica()
1574 acting->osds[best_i], best_locality, acting->primary); in pick_closest_replica()
1590 struct ceph_osds up, acting; in calc_target() local
[all …]
H A Ddebugfs.c199 for (i = 0; i < t->acting.size; i++) in dump_target()
200 seq_printf(s, "%s%d", (!i ? "" : ","), t->acting.osds[i]); in dump_target()
201 seq_printf(s, "]/%d\te%u\t", t->acting.primary, t->epoch); in dump_target()
/linux/arch/mips/pci/
H A Dops-gt64xxx_pci0.c53 * The Galileo system controller is acting in gt64xxx_pci0_pcibios_config_access()
62 * The Galileo system controller is acting in gt64xxx_pci0_pcibios_config_access()
/linux/scripts/
H A Dparse-maintainers.pl38 M: Person acting as a maintainer
39 R: Person acting as a patch reviewer
/linux/Documentation/devicetree/bindings/fsi/
H A Dibm,i2cr-fsi-master.yaml15 writes or SCOM operations, thereby acting as an FSI master.
/linux/Documentation/devicetree/bindings/misc/
H A Dolpc,xo1.75-ec.yaml11 This binding describes the Embedded Controller acting as a SPI bus master
/linux/Documentation/devicetree/bindings/soc/microchip/
H A Dmicrochip,mpfs-sys-controller.yaml13 PolarFire SoC devices include a microcontroller acting as the system controller,
/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/drivers/nfc/
H A DKconfig37 all packets sent from one device is sent back to the other, acting as
/linux/drivers/staging/iio/Documentation/
H A Dinkernel.txt39 Acting as an IIO consumer (consumer.h)
/linux/Documentation/peci/
H A Dpeci.rst13 controller is acting as a PECI originator and the processor - 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/sound/pci/ctxfi/
H A Dctamixer.h55 struct rsc *input; /* pointer to a resource acting as source */
/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/arch/riscv/include/asm/
H A Dbitops.h271 * restricted to acting on a single-word quantity.
299 * restricted to acting on a single-word quantity.
/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/arch/mips/include/asm/
H A Dbitops.h87 * restricted to acting on a single-word quantity.
156 * restricted to acting on a single-word quantity.
/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/tools/include/uapi/linux/
H A Dseccomp.h101 * or SECCOMP_RET_TRACE. For SECCOMP_RET_USER_NOTIF filters acting on the

123456