Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 25 of 102) sorted by relevance

12345

/linux-2.6.39/Documentation/sysctl/
Dfs.txt92 handles that the Linux kernel will allocate. When you get lots
93 of error messages about running out of file handles, you might
96 Historically,the kernel was able to allocate file handles
98 file-nr denote the number of allocated file handles, the number
99 of allocated but unused file handles, and the maximum number of
100 file handles. Linux 2.6 always reports 0 as the number of free
101 file handles -- this is not an error, it just means that the
102 number of allocated file handles exactly matches the number of
103 used file handles.
112 This denotes the maximum number of file-handles a process can
[all …]
/linux-2.6.39/drivers/acpi/
Dpower.c158 acpi_handle handle = list->handles[i]; in acpi_power_get_list_state()
278 acpi_power_off(list->handles[i]); in __acpi_power_off_list()
292 result = acpi_power_on(list->handles[i]); in acpi_power_on_list()
385 int ret = acpi_power_on(dev->wakeup.resources.handles[i]); in acpi_enable_wakeup_device_power()
440 int ret = acpi_power_off(dev->wakeup.resources.handles[i]); in acpi_disable_wakeup_device_power()
Dutils.c368 list->handles[i] = element->reference.handle; in acpi_evaluate_reference()
370 list->handles[i])); in acpi_evaluate_reference()
Dthermal.c758 handle = tz->trips.passive.devices.handles[i]; in acpi_thermal_cooling_device_cb()
775 handle = tz->trips.active[i].devices.handles[j]; in acpi_thermal_cooling_device_cb()
786 handle = tz->devices.handles[i]; in acpi_thermal_cooling_device_cb()
1063 tz->trips.active[i].devices.handles[j], in acpi_thermal_resume()
/linux-2.6.39/drivers/platform/x86/
Dsony-laptop.c750 static struct sony_nc_handles *handles; variable
758 for (i = 0; i < ARRAY_SIZE(handles->cap); i++) { in sony_nc_handles_show()
760 handles->cap[i]); in sony_nc_handles_show()
772 handles = kzalloc(sizeof(*handles), GFP_KERNEL); in sony_nc_handles_setup()
773 if (!handles) in sony_nc_handles_setup()
776 for (i = 0; i < ARRAY_SIZE(handles->cap); i++) { in sony_nc_handles_setup()
781 handles->cap[i] = result; in sony_nc_handles_setup()
786 sysfs_attr_init(&handles->devattr.attr); in sony_nc_handles_setup()
787 handles->devattr.attr.name = "handles"; in sony_nc_handles_setup()
788 handles->devattr.attr.mode = S_IRUGO; in sony_nc_handles_setup()
[all …]
/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_isr.c320 uint32_t handles[5]; in qla2x00_async_event() local
335 handles[0] = le32_to_cpu((uint32_t)((mb[2] << 16) | mb[1])); in qla2x00_async_event()
339 handles[0] = mb[1]; in qla2x00_async_event()
344 handles[0] = mb[1]; in qla2x00_async_event()
345 handles[1] = mb[2]; in qla2x00_async_event()
350 handles[0] = mb[1]; in qla2x00_async_event()
351 handles[1] = mb[2]; in qla2x00_async_event()
352 handles[2] = mb[3]; in qla2x00_async_event()
357 handles[0] = mb[1]; in qla2x00_async_event()
358 handles[1] = mb[2]; in qla2x00_async_event()
[all …]
/linux-2.6.39/Documentation/power/
Dswsusp-and-swap-files.txt4 The Linux kernel handles swap files almost in the same way as it handles swap
/linux-2.6.39/Documentation/scsi/
Dmegaraid.txt42 handles registering the /dev/megaraid node dynamically. In this case,
61 applications into uioc_t. After driver handles the uioc_t, the common module
Dcxgb3i.txt8 (DDP) where the hardware handles the expensive byte touching operations, such
31 the TCP segments onto the wire. It handles TCP retransmission if
/linux-2.6.39/Documentation/cpuidle/
Ddriver.txt10 cpuidle driver hooks into the cpuidle infrastructure and handles the
/linux-2.6.39/drivers/accessibility/
DKconfig4 Accessibility handles all special kinds of hardware devices or
/linux-2.6.39/Documentation/ABI/obsolete/
Dsysfs-class-rfkill29 Values: 0: Kernel handles events
/linux-2.6.39/net/l2tp/
DKconfig26 The kernel component handles only L2TP data packets: a
27 userland daemon handles L2TP the control protocol (tunnel
/linux-2.6.39/drivers/uio/
DKconfig20 driver requires a userspace component called cif that handles
41 handles interrupts in a special way. Userspace is responsible
/linux-2.6.39/Documentation/ABI/testing/
Dsysfs-firmware-dmi44 assigned entry handles as the kernel itself makes no
45 guarantees that handles as exported are unique, and
/linux-2.6.39/Documentation/i2c/
Dten-bit-addresses17 almost no supported adapter handles the 10 bit addresses correctly.
Di2c-stub16 handles.
/linux-2.6.39/Documentation/usb/
Dohci.txt23 The "ohci-hcd" driver handles all USB 1.1 transfer types. Transfers of all
/linux-2.6.39/Documentation/arm/SA1100/
Dserial_UART11 > tty device layer handles this just fine, so you don't have to worry about
/linux-2.6.39/Documentation/fb/
Dcmap_xfbdev.txt34 Somewhere in X's callchain, this results in a call to X code that handles the
/linux-2.6.39/Documentation/dvb/
Dci.txt11 For the Twinhan/Twinhan clones, the dst_ca module handles the CI
107 This means that this CI interface handles the EN50221 style tags in the
/linux-2.6.39/drivers/staging/frontier/
DREADME39 In the end this could be driven by a midi layer, which handles all those
/linux-2.6.39/drivers/sbus/char/
DKconfig28 on the Tadpole Sparcbook 3. This device handles power-management
/linux-2.6.39/Documentation/powerpc/
Dkvm_440.txt34 but was present in the guest TLB, KVM handles the fault without invoking the
/linux-2.6.39/Documentation/hwmon/
Dadm102544 the driver handles that is to preserve this bit through the initialization

12345