Searched refs:slaves (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/w1/
H A DMakefile8 obj-y += masters/ slaves/
H A Dw1.c351 static W1_MASTER_ATTR_RO(slaves, S_IRUGO);
657 dev_dbg(&dev->dev, "Reconnecting slaves in %s into new family %02x.\n",
831 dev_dbg(&dev->dev, "Reconnecting slaves in device %s.\n", dev->name);
843 dev_dbg(&dev->dev, "Reconnecting slaves in device %s has been finished.\n", dev->name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_teql.c72 struct Qdisc *slaves; member in struct:teql_master
129 dat->m->slaves = sch;
161 if ((prev = master->slaves) != NULL) {
166 if (q == master->slaves) {
167 master->slaves = NEXT_SLAVE(q);
168 if (q == master->slaves) {
169 master->slaves = NULL;
180 } while ((prev = q) != master->slaves);
200 if (m->slaves) {
217 q->next = NEXT_SLAVE(m->slaves);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dwait-process.c112 /* Type of an entry in the slaves array.
128 static slaves_entry_t * volatile slaves = static_slaves; variable
152 /* Skip unused entries in the slaves array. */
153 if (slaves[n].used)
155 pid_t slave = slaves[n].child;
178 /* Try to store the new slave in an unused entry of the slaves array. */
180 slaves_entry_t *s = slaves;
198 /* Extend the slaves array. Note that we cannot use xrealloc(),
201 slaves_entry_t *old_slaves = slaves;
210 the slaves lis
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dshare.c378 struct parport *slave = port->slaves[i-1];
387 struct parport *slave = port->slaves[i-1];
426 struct parport *slave = port->slaves[i-1];
438 struct parport *slave = port->slaves[i-1];
449 struct parport *slave = port->slaves[i-1];
H A Ddaisy.c83 real->slaves[muxport-1] = extra;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmca.c1116 * slaves have entered rendezvous before the monarch leaves. If any cpu has
1142 udelay(5*1000000); /* wait 5 seconds for slaves (arbitrary) */
1165 mprintk(KERN_INFO "All OS %s slaves have reached rendezvous\n", type);
1524 static atomic_t slaves; local
1540 if (!sos->monarch && atomic_add_return(1, &slaves) == num_online_cpus()) {
1543 atomic_dec(&slaves);
1572 atomic_dec(&slaves);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dparport.h329 struct parport *slaves[3]; member in struct:parport
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/bonding/
H A Dbond_sysfs.c225 * Show the slaves in the current bond.
252 * Set the slaves in the current bond. The bond interface must be
270 ": %s: Unable to update slaves because interface is down.\n",
384 printk(KERN_ERR DRV_NAME ": no command found in slaves file for bond %s. Use +ifname or -ifname.\n", bond->dev->name);
391 static DEVICE_ATTR(slaves, S_IRUGO | S_IWUSR, bonding_show_slaves, bonding_store_slaves);

Completed in 192 milliseconds