Searched refs:usable (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/arm/boot/compressed/
H A Dfdt_check_mem_start.c59 * used if it yields a valid address, unless the "linux,usable-memory-range"
68 const fdt32_t *usable, *reg, *endp; local
90 usable = get_prop(fdt, "/chosen", "linux,usable-memory-range",
92 if (usable) {
93 size = get_val(usable + addr_cells, size_cells);
97 if (addr_cells > 1 && fdt32_ld(usable)) {
102 usable_base = fdt32_ld(usable + addr_cells - 1);
113 reg = fdt_getprop(fdt, offset, "linux,usable-memory", &len);
133 if (usable) {
[all...]
/linux-master/arch/um/include/shared/
H A Dmem_user.h52 extern void setup_physmem(unsigned long start, unsigned long usable,
/linux-master/arch/s390/include/asm/
H A Dphysmem_info.h53 unsigned long usable; member in struct:physmem_info
80 if (respect_usable_limit && physmem_info.usable) {
81 if (*start >= physmem_info.usable)
83 if (*end > physmem_info.usable)
84 *end = physmem_info.usable;
95 * Walks over detected online memory ranges below usable limit.
100 /* Walks over all detected online memory ranges disregarding usable limit. */
/linux-master/fs/afs/
H A Dserver_list.c35 int ret = -ENOMEM, nr_servers = 0, newrep = 0, i, j, usable = 0; local
49 usable++;
59 if (newrep < usable / 2) {
/linux-master/sound/aoa/codecs/
H A Dtoonie.c78 .usable = toonie_usable,
H A Donyx.c850 .usable = onyx_usable,
H A Dtas.c50 * usable callback, so we can simply remove the
789 .usable = tas_usable,
/linux-master/sound/aoa/soundbus/
H A Dsoundbus.h90 * Return 1 if usable, 0 if not.
99 int (*usable)(struct codec_info_item *cii, member in struct:codec_info
/linux-master/net/rxrpc/
H A Dconn_client.c369 * Add a connection to a bundle if there are no usable connections or we have
374 int slot = -1, i, usable; local
380 /* See if there are any usable connections. */
381 usable = 0;
384 usable++;
389 if (!usable && bundle->upgrade)
392 if (!usable)
397 usable < ARRAY_SIZE(bundle->conns))
401 return usable;
/linux-master/arch/s390/boot/
H A Dphysmem_info.c182 physmem_info.usable = limit;
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c1341 static inline int usable(struct qib_pportdata *ppd) function
1360 if (!usable(dd->pport + port - 1)) {
1376 if (usable(dd->pport + pidx))
1381 if (usable(dd->pport + pidx))
1432 usable(dd->pport + port - 1))
1436 if (usable(dd->pport + i))
1485 /* device portion of usable() */
1944 if (!usable(rcd->ppd)) {
1947 * if link is down, or otherwise not usable, delay
1963 for (i = 0; !usable(rc
[all...]
/linux-master/sound/aoa/soundbus/i2sbus/
H A Dpcm.c107 && cii->codec->usable(cii, ti, &v)) {
887 || !ci->transfers->rates || !ci->usable)
897 * sysclock/busclock stuff above to depend on which is usable */
/linux-master/drivers/net/bonding/
H A Dbond_main.c3925 * usable. Avoid such situation by refeshing the array at these
4973 * the bond has a usable interface.
5046 struct bond_up_slave *usable, *all; local
5048 usable = rtnl_dereference(bond->usable_slaves);
5050 kfree_rcu(usable, rcu);
5062 /* Build the usable slaves array in control path for modes that use xmit-hash
5174 * usable slave array is formed in the control path. The xmit function
5192 /* in broadcast mode, we send everything to all usable interfaces. */
/linux-master/arch/x86/kvm/
H A Demulate.c694 bool usable; local
715 usable = ctxt->ops->get_segment(ctxt, &sel, &desc, NULL,
717 if (!usable)
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py381 def usable(self, file, ishtml=False): member in class:SystemValues
6418 if sysvals.usable(file):
6425 (force or not sysvals.usable(sysvals.htmlfile, True)):

Completed in 386 milliseconds