Home
last modified time | relevance | path

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

12345678

/OK3568_Linux_fs/u-boot/arch/arm/mach-bcmstb/
H A DKconfig8 is acting as the second stage bootloader, and U-Boot is
9 acting as the third stage bootloader (TSBL), loaded by BOLT.
/OK3568_Linux_fs/kernel/net/ceph/
H A Dosdmap.c2308 static int calc_pg_rank(int osd, const struct ceph_osds *acting) in calc_pg_rank() argument
2312 for (i = 0; i < acting->size; i++) { in calc_pg_rank()
2313 if (acting->osds[i] == osd) in calc_pg_rank()
2785 struct ceph_osds *acting) in ceph_pg_to_up_acting_osds() argument
2797 get_temp_osds(osdmap, pi, &pgid, acting); in ceph_pg_to_up_acting_osds()
2798 if (!acting->size) { in ceph_pg_to_up_acting_osds()
2799 memcpy(acting->osds, up->osds, up->size * sizeof(up->osds[0])); in ceph_pg_to_up_acting_osds()
2800 acting->size = up->size; in ceph_pg_to_up_acting_osds()
2801 if (acting->primary == -1) in ceph_pg_to_up_acting_osds()
2802 acting->primary = up->primary; in ceph_pg_to_up_acting_osds()
[all …]
H A 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() % 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 …]
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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libproc/
H A Dlibproc-waitstat-perl_1.00.bb2 DESCRIPTION = "This module contains functions for interpreting and acting \
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A Dmpich214 …o the following license: the Government is granted for itself and others acting on its behalf a pa…
H A DTCL9 …standing the foregoing, the authors grant the U.S. Government and others acting in its behalf perm…
H A DSWL5 …standing the foregoing, the authors grant the U.S. Government and others acting in its behalf perm…
H A DEPICS28 …o the following license: the Government is granted for itself and others acting on its behalf a pa…
H A DMulanPSL-2.086 …es that control, are controlled by, or are under common control with the acting entity under this …
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/xilinx/
H A Dvideo.txt4 Xilinx video IP cores process video streams by acting as video sinks and/or
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dplace-definition.qdocinc2 A QPlace object represents a place by acting as a container for various information about that plac…
/OK3568_Linux_fs/kernel/drivers/nfc/
H A DKconfig37 all packets sent from one device is sent back to the other, acting as
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dnet_prio.rst22 With the above step, the initial group acting as the parent accounting group
/OK3568_Linux_fs/u-boot/cmd/fastboot/
H A DKconfig28 enabled or support for acting as a USB device.
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dcode-of-conduct.rst60 address, posting via an official social media account, or acting as an appointed
H A Dcode-of-conduct-interpretation.rst131 the TAB, as well as a professional mediator acting as a neutral third
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dosdmap.h307 struct ceph_osds *acting);
H A Dosd_client.h161 struct ceph_osds acting; member
/OK3568_Linux_fs/yocto/meta-clang/
H A DCODE_OF_CONDUCT.md51 address, posting via an official social media account, or acting as an appointed
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Dsmbus-protocol.rst223 This command is sent from a SMBus device acting as a master to the
224 SMBus host acting as a slave.
/OK3568_Linux_fs/kernel/fs/btrfs/
H A DKconfig76 code to make sure it is acting as it should. These are mostly
/OK3568_Linux_fs/kernel/drivers/video/console/
H A DKconfig30 adapter in your system acting as a second head ( = video card). You
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dserial-console.rst48 acting as a system console will be used. At this time, the system
/OK3568_Linux_fs/kernel/Documentation/power/powercap/
H A Ddtpm.rst22 The Dynamic Thermal Power Management (DTPM) is a technique acting on

12345678