Searched refs:nodes (Results 1 - 25 of 29) sorted by relevance

12

/drivers/md/persistent-data/
H A Ddm-btree-spine.c131 s->nodes[0] = NULL;
132 s->nodes[1] = NULL;
140 int r2 = unlock_block(s->info, s->nodes[i]);
153 r = unlock_block(s->info, s->nodes[0]);
156 s->nodes[0] = s->nodes[1];
160 r = bn_read_lock(s->info, new_child, s->nodes + s->count);
172 block = s->nodes[s->count - 1];
190 int r2 = unlock_block(s->info, s->nodes[i]);
204 r = unlock_block(s->info, s->nodes[
[all...]
H A Ddm-btree-internal.h61 struct dm_block *nodes[2]; member in struct:ro_spine
73 struct dm_block *nodes[2]; member in struct:shadow_spine
H A Ddm-btree.c373 * Splits a node by creating a sibling node and shifting half the nodes
458 s->nodes[1] = left;
461 s->nodes[1] = right;
558 if (s->nodes[0] != new_parent) {
559 unlock_block(s->info, s->nodes[0]);
560 s->nodes[0] = new_parent;
564 s->nodes[1] = left;
567 s->nodes[1] = right;
/drivers/gpu/drm/nouveau/
H A Dnouveau_mm.c60 #define node(root, dir) ((root)->nl_entry.dir == &mm->nodes) ? NULL : \
136 INIT_LIST_HEAD(&mm->nodes);
148 list_add_tail(&node->nl_entry, &mm->nodes);
158 list_first_entry(&mm->nodes, struct nouveau_mm_node, nl_entry);
159 int nodes = 0; local
161 list_for_each_entry(node, &mm->nodes, nl_entry) {
162 if (nodes++ == mm->heap_nodes) {
164 list_for_each_entry(node, &mm->nodes, nl_entry) {
H A Dnouveau_mm.h39 struct list_head nodes; member in struct:nouveau_mm
/drivers/staging/rtl8712/
H A Drtl871x_event.h100 struct event_node nodes[C2HEVENT_SZ]; member in struct:c2hevent_queue
/drivers/misc/sgi-gru/
H A Dgrulib.h148 int nodes; member in struct:gru_config_info
H A Dgrufile.c177 info.nodes = num_online_nodes();
178 info.blades = info.nodes / nodesperblade;
/drivers/base/regmap/
H A Dregcache-rbtree.c139 int nodes = 0; local
152 nodes++;
156 if (nodes)
157 average = registers / nodes;
161 seq_printf(s, "%d nodes, %d registers, average %d registers\n",
162 nodes, registers, average);
/drivers/block/drbd/
H A DKconfig31 nodes), which means it can exhibit shared disk semantics in a
/drivers/hwmon/
H A Dapplesmc.c118 struct applesmc_dev_attr *nodes; /* dynamic node array */ member in struct:applesmc_node_group
1047 for (grp = groups; grp->nodes; grp++) {
1048 for (node = grp->nodes; node->sda.dev_attr.attr.name; node++)
1051 kfree(grp->nodes);
1052 grp->nodes = NULL;
1067 grp->nodes = kcalloc(num + 1, sizeof(*node), GFP_KERNEL);
1068 if (!grp->nodes) {
1073 node = &grp->nodes[i];
/drivers/media/dvb/
H A DKconfig27 will be required to manage the device nodes.
/drivers/staging/ft1000/ft1000-usb/
H A Dft1000_usb.h112 struct ft1000_debug_dirs nodes; member in struct:ft1000_info
H A Dft1000_debug.c186 list_add(&(tmp->list), &(info->nodes.list));
244 list_for_each_safe(pos, q, &info->nodes.list) {
/drivers/usb/core/
H A DKconfig56 The usbfs functionality is replaced by real device-nodes managed by
57 udev. These nodes lived in /dev/bus/usb and are used by libusb.
64 Userspace access to USB devices is granted by device-nodes exported
66 core and udev needed additional class devices to export device nodes.
77 nodes (lsusb) when usbfs is not used, and the following udev rule
/drivers/net/wireless/bcmdhd/
H A Ddhd_cdc.c394 mac_table = wlfc->destination_entries.nodes;
564 if (wlfc->destination_entries.nodes[i].occupied) {
566 wlfc->destination_entries.nodes[i].dstncredit_sent_packets;
576 if (wlfc->destination_entries.nodes[i].occupied) {
578 wlfc->destination_entries.nodes[i].dstncredit_acks;
872 wlfc_mac_descriptor_t* table = ctx->destination_entries.nodes;
1242 /* search all entries, include nodes as well as interfaces */
1741 ((athost_wl_status_info_t*)dhdp->wlfc_state)->destination_entries.nodes;
2043 table = wlfc->destination_entries.nodes;
2108 table = wlfc->destination_entries.nodes;
[all...]
H A Ddhd_wlfc.h245 /* table for individual nodes */
246 wlfc_mac_descriptor_t nodes[WLFC_MAC_DESC_TABLE_SIZE]; member in struct:athost_wl_status_info::__anon3301
/drivers/staging/android/
H A Dbinder.c287 struct rb_root nodes; member in struct:binder_proc
951 struct rb_node *n = proc->nodes.rb_node;
971 struct rb_node **p = &proc->nodes.rb_node;
992 rb_insert_color(&node->rb_node, &proc->nodes);
1067 rb_erase(&node->rb_node, &node->proc->nodes);
2398 rb_erase(&node->rb_node, &proc->nodes);
3011 int threads, nodes, incoming_refs, outgoing_refs, buffers, active_transactions, page_count; local
3031 nodes = 0;
3033 while ((n = rb_first(&proc->nodes))) {
3036 nodes
[all...]
/drivers/usb/
H A DKconfig100 leaves and the inner nodes are special USB devices called hubs.
/drivers/acpi/
H A DKconfig332 This helps support hotplug of nodes, CPUs, and memory.
/drivers/acpi/acpica/
H A Daclocal.h1037 u32 nodes; member in struct:acpi_integrity_info
/drivers/net/wireless/ath/ath9k/
H A Dath9k.h260 struct list_head list; /* for sc->nodes */
668 struct list_head nodes; /* basically, stations */ member in struct:ath_softc
H A Dinit.c550 INIT_LIST_HEAD(&sc->nodes);
/drivers/target/iscsi/
H A Discsi_target_stat.c108 ISCSI_STAT_INSTANCE_ATTR_RO(nodes); variable
/drivers/tty/serial/
H A DKconfig136 The ttySn nodes are legally reserved for the 8250 serial driver
139 To use this, you should create suitable ttyATn device nodes in
760 bool "Use ttySn device nodes for Zilog z85c30"

Completed in 617 milliseconds

12