Home
last modified time | relevance | path

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

123456

/Linux-v6.1/drivers/misc/vmw_vmci/
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-v6.1/fs/sysfs/
Dsymlink.c114 * @kobj: object we're acting for.
140 * @kobj: object we're acting for.
158 * @kobj: object we're acting for.
Dfile.c375 * @kobj: object we're acting for.
408 * @kobj: object we're acting for.
480 * @kobj: object we're acting for
497 * @kobj: object we're acting for
530 * @kobj: object we're acting for.
/Linux-v6.1/include/linux/regulator/
Dmachine.h111 * @over_curr_limits: Limits for acting on over current.
112 * @over_voltage_limits: Limits for acting on over voltage.
113 * @under_voltage_limits: Limits for acting on under voltage.
114 * @temp_limits: Limits for acting on over temperature.
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
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-v6.1/include/asm-generic/bitops/
Dinstrumented-atomic.h24 * restricted to acting on a single-word quantity.
53 * restricted to acting on a single-word quantity.
/Linux-v6.1/arch/x86/include/asm/
Dsync_bitops.h30 * restricted to acting on a single-word quantity.
65 * restricted to acting on a single-word quantity.
/Linux-v6.1/arch/mips/pci/
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-v6.1/net/ceph/
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()
2810 * Map a PG to its acting set as well as its up set.
2812 * Acting set is used for data mapping purposes, while up set can be
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()
[all …]
Dosd_client.c423 ceph_osds_init(&t->acting); in target_init()
443 ceph_osds_copy(&dest->acting, &src->acting); in target_copy()
1480 static int pick_random_replica(const struct ceph_osds *acting) in pick_random_replica() argument
1482 int i = prandom_u32_max(acting->size); in pick_random_replica()
1485 acting->osds[i], acting->primary); in pick_random_replica()
1495 const struct ceph_osds *acting) in pick_closest_replica() argument
1503 acting->osds[i], in pick_closest_replica()
1512 } while (++i < acting->size); in pick_closest_replica()
1515 acting->osds[best_i], best_locality, acting->primary); in pick_closest_replica()
1531 struct ceph_osds up, acting; in calc_target() local
[all …]
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-v6.1/scripts/
Dparse-maintainers.pl38 M: Person acting as a maintainer
39 R: Person acting as a patch reviewer
/Linux-v6.1/arch/riscv/include/asm/
Dbitops.h111 * restricted to acting on a single-word quantity.
139 * restricted to acting on a single-word quantity.
/Linux-v6.1/Documentation/devicetree/bindings/soc/microchip/
Dmicrochip,mpfs-sys-controller.yaml13 PolarFire SoC devices include a microcontroller acting as the system controller,
/Linux-v6.1/Documentation/devicetree/bindings/misc/
Dolpc,xo1.75-ec.yaml11 This binding describes the Embedded Controller acting as a SPI bus master
/Linux-v6.1/Documentation/devicetree/bindings/media/xilinx/
Dvideo.txt4 Xilinx video IP cores process video streams by acting as video sinks and/or
/Linux-v6.1/drivers/staging/iio/Documentation/
Dinkernel.txt39 Acting as an IIO consumer (consumer.h)
/Linux-v6.1/drivers/nfc/
DKconfig37 all packets sent from one device is sent back to the other, acting as
/Linux-v6.1/Documentation/peci/
Dpeci.rst13 controller is acting as a PECI originator and the processor - as
/Linux-v6.1/Documentation/admin-guide/cgroup-v1/
Dnet_prio.rst22 With the above step, the initial group acting as the parent accounting group
/Linux-v6.1/fs/btrfs/
DKconfig75 code to make sure it is acting as it should. These are mostly
/Linux-v6.1/sound/pci/ctxfi/
Dctamixer.h55 struct rsc *input; /* pointer to a resource acting as source */
/Linux-v6.1/Documentation/process/
Dcode-of-conduct.rst60 address, posting via an official social media account, or acting as an appointed
/Linux-v6.1/Documentation/i2c/
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-v6.1/arch/mips/include/asm/
Dbitops.h86 * restricted to acting on a single-word quantity.
155 * restricted to acting on a single-word quantity.

123456