Home
last modified time | relevance | path

Searched refs:available (Results 1 – 25 of 953) sorted by relevance

12345678910>>...39

/linux-3.4.99/drivers/pci/hotplug/
Dcpqphp_nvram.c203 u32 available; in load_HRT() local
212 available = 1024; in load_HRT()
215 temp_dword = available; in load_HRT()
242 u32 available; in store_HRT() local
252 available = 1024; in store_HRT()
271 rc = add_byte( &pFill, 1 + ctrl->push_flag, &usedbytes, &available); in store_HRT()
276 rc = add_byte( &pFill, 1, &usedbytes, &available); in store_HRT()
286 rc = add_byte( &pFill, ctrl->bus, &usedbytes, &available); in store_HRT()
291 rc = add_byte( &pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT()
296 rc = add_byte( &pFill, PCI_FUNC(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT()
[all …]
/linux-3.4.99/fs/ubifs/
Dbudget.c212 long long available; in ubifs_calc_available() local
214 available = c->main_bytes - c->lst.total_used; in ubifs_calc_available()
236 available -= (long long)subtract_lebs * c->leb_size; in ubifs_calc_available()
239 available -= c->lst.total_dead; in ubifs_calc_available()
247 available -= c->lst.total_dark; in ubifs_calc_available()
257 available -= subtract_lebs * c->dark_wm; in ubifs_calc_available()
261 return available > 0 ? available : 0; in ubifs_calc_available()
308 long long outstanding, available; in do_budget_space() local
351 available = ubifs_calc_available(c, min_idx_lebs); in do_budget_space()
354 if (unlikely(available < outstanding)) { in do_budget_space()
[all …]
/linux-3.4.99/drivers/base/power/
Dopp.c62 bool available; member
155 if (unlikely(IS_ERR_OR_NULL(tmp_opp)) || !tmp_opp->available) in opp_get_voltage()
184 if (unlikely(IS_ERR_OR_NULL(tmp_opp)) || !tmp_opp->available) in opp_get_freq()
217 if (temp_opp->available) in opp_get_opp_count()
248 bool available) in opp_find_freq_exact() argument
261 if (temp_opp->available == available && in opp_find_freq_exact()
303 if (temp_opp->available && temp_opp->rate >= *freq) { in opp_find_freq_ceil()
345 if (temp_opp->available) { in opp_find_freq_floor()
421 new_opp->available = true; in opp_add()
504 if (opp->available == availability_req) in opp_set_availability()
[all …]
/linux-3.4.99/Documentation/hwmon/
Dlm908 Datasheet: Publicly available at the National Semiconductor website
13 Datasheet: Publicly available at the National Semiconductor website
18 Datasheet: Publicly available at the National Semiconductor website
23 Datasheet: Publicly available at the National Semiconductor website
28 Datasheet: Publicly available at the ON Semiconductor website
33 Datasheet: Publicly available at the ON Semiconductor website
38 Datasheet: Publicly available at the ON Semiconductor website
43 Datasheet: Publicly available at the ON Semiconductor website
48 Datasheet: Publicly available at the Maxim website
53 Datasheet: Publicly available at the Maxim website
[all …]
Dlm758 Datasheet: Publicly available at the National Semiconductor website
13 Datasheet: Publicly available at the National Semiconductor website
18 Datasheet: Publicly available at the Dallas Semiconductor website
23 Datasheet: Publicly available at the Maxim website
28 Datasheet: Publicly available at the Microchip website
33 Datasheet: Publicly available at the Microchip website
38 Datasheet: Publicly available at the Analog Devices website
43 Datasheet: Publicly available at the ST website
48 Datasheet: Publicly available at the Texas Instruments website
Dad73147 Datasheet: Publicly available at Analog Devices website.
10 Datasheet: Publicly available at Analog Devices website.
13 Datasheet: Publicly available at Analog Devices website.
Dadm10218 Datasheet: Publicly available at the Analog Devices website
12 Datasheet: Publicly available at the Analog Devices website
20 Datasheet: Publicly available at the Maxim website
24 Datasheet: Publicly available at the Maxim website
28 Datasheet: Publicly available at the National Semiconductor website
32 Datasheet: Publicly available at the Philips website
36 Datasheet: Publicly available at the Philips website
40 Datasheet: Publicly available at the TI website
44 Datasheet: Publicly available at the Onsemi website
/linux-3.4.99/Documentation/i2c/busses/
Di2c-viapro5 Datasheet: Sometimes available at the VIA website
8 Datasheet: Sometimes available at the VIA website
11 Datasheet: available on request from VIA
14 Datasheet: available on request and under NDA from VIA
17 Datasheet: available on request and under NDA from VIA
20 Datasheet: available on http://linux.via.com.tw
/linux-3.4.99/Documentation/devicetree/bindings/powerpc/fsl/
Dmpic-timer.txt10 - fsl,available-ranges: use <start count> style section to define which
15 with timer zero. If timer-available-ranges is present, only the
16 interrupts that correspond to available timers shall be present.
25 fsl,available-ranges = <2 2>;
/linux-3.4.99/arch/powerpc/mm/
Dslice.c162 static int slice_check_fit(struct slice_mask mask, struct slice_mask available) in slice_check_fit() argument
164 return (mask.low_slices & available.low_slices) == mask.low_slices && in slice_check_fit()
165 (mask.high_slices & available.high_slices) == mask.high_slices; in slice_check_fit()
226 struct slice_mask available, in slice_find_area_bottomup() argument
252 if (!slice_check_fit(mask, available)) { in slice_find_area_bottomup()
283 struct slice_mask available, in slice_find_area_topdown() argument
307 if (slice_check_fit(mask, available) && in slice_find_area_topdown()
323 if (!slice_check_fit(mask, available)) { in slice_find_area_topdown()
360 addr = slice_find_area_bottomup(mm, len, available, psize, 0); in slice_find_area_topdown()
712 struct slice_mask mask, available; in is_hugepage_only_range() local
[all …]
/linux-3.4.99/net/xfrm/
Dxfrm_algo.c568 if (list[i].available) in xfrm_find_algo()
579 list[i].available = status; in xfrm_find_algo()
701 if (aalg_list[i].available != status) in xfrm_probe_algs()
702 aalg_list[i].available = status; in xfrm_probe_algs()
708 if (ealg_list[i].available != status) in xfrm_probe_algs()
709 ealg_list[i].available = status; in xfrm_probe_algs()
715 if (calg_list[i].available != status) in xfrm_probe_algs()
716 calg_list[i].available = status; in xfrm_probe_algs()
726 if (aalg_list[i].available) in xfrm_count_auth_supported()
737 if (ealg_list[i].available) in xfrm_count_enc_supported()
/linux-3.4.99/Documentation/ABI/testing/
Dsysfs-platform-eeepc-laptop32 On the Eee PC 1000H there are three available clock configuration:
36 On Eee PC 701 there is only 2 available clock configurations.
43 For example, 0x301 means: mode 1 selected, 3 available modes.
50 List available cpufv modes.
/linux-3.4.99/Documentation/device-mapper/
Dzero.txt12 than the amount of actual storage space available for that device. A user can
26 Then create a snapshot of the zero device, using any available block-device as
28 space available to the sparse device. For this example, we'll assume /dev/sdb1
29 is an available 10GB partition.
35 10GB of actual storage space available. If more than 10GB of data is written
/linux-3.4.99/drivers/net/ethernet/smsc/
DKconfig12 and read the Ethernet-HOWTO, available from
32 available from <http://www.tldp.org/docs.html#howto>.
49 available from <http://www.tldp.org/docs.html#howto>.
51 This driver is also available as a module ( = code which can be
78 More specific information and updates are available from
91 and read the Ethernet-HOWTO, available from
94 This driver is also available as a module. The module will be
129 and read the Ethernet-HOWTO, available from
132 This driver is also available as a module. The module will be
/linux-3.4.99/Documentation/power/
Dopp.txt41 to make the OPP layer available.
52 OPPs available or not available on each device based on various external
58 operational functions operate only on available opps:
63 be used for opp_enable/disable functions to make an opp available as required.
100 is assumed to be available and control of it's availability can be done
133 is not available by default.
135 higher frequency could be made available, it can use this function to
136 find the OPP prior to call the opp_enable to actually make it available.
149 not available.
151 opp_find_freq_floor - Search for an available OPP which is *at most* the
[all …]
/linux-3.4.99/drivers/net/ethernet/8390/
DKconfig14 and read the Ethernet-HOWTO, available from
30 the Ethernet-HOWTO, available from
42 the Ethernet-HOWTO, available from
82 the Ethernet-HOWTO, available from
94 the Ethernet-HOWTO, available from
106 the Ethernet-HOWTO, available from
118 the Ethernet-HOWTO, available from
148 the Ethernet-HOWTO, available from
161 and read the Ethernet-HOWTO, available from
170 the Ethernet-HOWTO, available from
[all …]
/linux-3.4.99/drivers/uwb/
Dallocator.c228 int available = 0; in uwb_rsv_fill_column_info() local
237 available++; in uwb_rsv_fill_column_info()
238 rci->max_avail_unsafe = available; in uwb_rsv_fill_column_info()
240 rci->highest_mas[available] = mas; in uwb_rsv_fill_column_info()
246 rci->max_avail_safe = available - 1; in uwb_rsv_fill_column_info()
321 int uwb_rsv_find_best_allocation(struct uwb_rsv *rsv, struct uwb_mas_bm *available, in uwb_rsv_find_best_allocation() argument
337 for_each_clear_bit(bit_index, available->bm, UWB_NUM_MAS) in uwb_rsv_find_best_allocation()
/linux-3.4.99/Documentation/networking/
Dipvs-sysctl.txt12 It sets the available memory threshold (in pages), which is
14 enough available memory, the respective strategy will be
33 Only available when IPVS is compiled with CONFIG_IP_VS_NFCT enabled.
40 directly when no cache server is available and destination
59 Only available when IPVS is compiled with CONFIG_IP_VS_DEBUG enabled.
79 modes (when there is no enough available memory, the strategy
94 when available memory is less than the available memory
103 packets when its destination server is not available. It may
111 destination server is not available, then the client program
114 connections when its destination is not available.
/linux-3.4.99/fs/nfsd/
DKconfig20 package, available from http://linux-nfs.org/. More detail about
21 the Linux NFS server implementation is available via the
25 available to clients mounting the NFS server on this system.
26 Support for NFS version 2 (RFC 1094) is always available when
54 this protocol is available or not.
80 available from http://linux-nfs.org/.
/linux-3.4.99/drivers/net/ethernet/i825xx/
DKconfig13 and read the Ethernet-HOWTO, available from
29 this type, say Y and read the Ethernet-HOWTO, available from
40 the Ethernet-HOWTO, available from
51 the Ethernet-HOWTO, available from
62 the Ethernet-HOWTO, available from
80 read the Ethernet-HOWTO, available from
100 read the Ethernet-HOWTO, available from
116 driver. Please read the Ethernet-HOWTO, available from
151 the Ethernet-HOWTO, available from
180 by this driver. Read the Ethernet-HOWTO, available from
/linux-3.4.99/Documentation/cpu-freq/
Damd-powernow.txt12 is not available in all processors. The drivers will refuse
27 is available in the "BIOS and Kernel Developer's Guide", publication
28 26094, in chapter 9, available for download from www.amd.com.
32 is only available if the kernel config sets CONFIG_ACPI_PROCESSOR.
/linux-3.4.99/drivers/staging/iio/Documentation/dac/
Dmax5177 Datasheet: Publicly available at the Maxim website
28 Via the iio sysfs interface, there are three attributes available: out1_raw,
33 With MAX517, only out1_raw is available.
/linux-3.4.99/arch/arm/mach-vt8500/
DKconfig41 largest one available will be used.
51 largest one available will be used.
61 largest one available will be used.
71 largest one available will be used.
/linux-3.4.99/Documentation/security/
Dtomoyo.txt5 LiveCD-based tutorials are available at
20 User <-> Kernel interface documentation is available at
23 Materials we prepared for seminars and symposiums are available at
53 version of TOMOYO, available at http://tomoyo.sourceforge.jp/1.7/ .
/linux-3.4.99/drivers/devfreq/
DKconfig4 A device may have a list of frequencies and voltages available.
44 Sets the frequency at the maximum available frequency.
46 the DEVFREQ framework returns the highest frequency available
52 Sets the frequency at the minimum available frequency.
54 the DEVFREQ framework returns the lowest frequency available

12345678910>>...39