| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | commonring.c | 70 u16 available; in brcmf_commonring_write_available() local 75 available = commonring->depth - commonring->w_ptr + in brcmf_commonring_write_available() 78 available = commonring->r_ptr - commonring->w_ptr; in brcmf_commonring_write_available() 80 if (available > 1) { in brcmf_commonring_write_available() 83 if (available > commonring->depth / 8) { in brcmf_commonring_write_available() 111 u16 available; in brcmf_commonring_reserve_for_write() local 116 available = commonring->depth - commonring->w_ptr + in brcmf_commonring_reserve_for_write() 119 available = commonring->r_ptr - commonring->w_ptr; in brcmf_commonring_reserve_for_write() 121 if (available > 1) { in brcmf_commonring_reserve_for_write() 147 u16 available; in brcmf_commonring_reserve_for_write_multiple() local [all …]
|
| /linux/tools/testing/selftests/ |
| H A D | run_kselftest.sh | 18 available="" 20 available="$(cat "$TESTS")" 34 -l | --list List the available collection:test entries 65 echo "$available" 91 found="$(echo "$available" | grep "^$collection:")" 103 found="$(echo "$available" | grep "^${test}$")" 110 available="$(echo "$valid" | sed -e 's/ /\n/g')" 116 collections=$(echo "$available" | cut -d: -f1 | sort | uniq) 119 tests=$(echo "$available" | grep "^$collection:" | cut -d: -f2)
|
| /linux/drivers/pci/hotplug/ |
| H A D | cpqphp_nvram.c | 188 u32 available; in load_HRT() local 196 available = 1024; in load_HRT() 199 temp_dword = available; in load_HRT() 226 u32 available; in store_HRT() local 236 available = 1024; in store_HRT() 254 rc = add_byte(&pFill, 1 + ctrl->push_flag, &usedbytes, &available); in store_HRT() 259 rc = add_byte(&pFill, 1, &usedbytes, &available); in store_HRT() 269 rc = add_byte(&pFill, ctrl->bus, &usedbytes, &available); in store_HRT() 274 rc = add_byte(&pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT() 279 rc = add_byte(&pFill, PCI_FUNC(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT() [all …]
|
| /linux/drivers/hv/ |
| H A D | hv_trace_balloon.h | 10 TP_PROTO(u64 available, u64 committed, 15 TP_ARGS(available, committed, vm_memory_committed, 18 __field(u64, available) 26 __entry->available = available; 35 __entry->available, __entry->committed,
|
| /linux/Documentation/arch/powerpc/ |
| H A D | elf_hwcaps.rst | 13 Some hardware or software features are only available on some CPU 15 discovery mechanism available to userspace code. The kernel exposes the 50 whether this class is available to be used, but the specifics depend on the 51 ISA version. For example, if the VSX facility is available, the VSX 84 Vector (aka Altivec, VMX) facility is available. 87 Floating point facility is available. 102 Signal Processing Engine facility is available. 105 Embedded Floating Point single precision operations are available. 108 Embedded Floating Point double precision operations are available. 111 The timebase facility (mftb instruction) is not available. [all …]
|
| /linux/fs/ubifs/ |
| H A D | budget.c | 197 long long available; in ubifs_calc_available() local 199 available = c->main_bytes - c->lst.total_used; in ubifs_calc_available() 220 available -= (long long)subtract_lebs * c->leb_size; in ubifs_calc_available() 223 available -= c->lst.total_dead; in ubifs_calc_available() 231 available -= c->lst.total_dark; in ubifs_calc_available() 241 available -= subtract_lebs * c->dark_wm; in ubifs_calc_available() 245 return available > 0 ? available : 0; in ubifs_calc_available() 292 long long outstanding, available; in do_budget_space() local 334 available = ubifs_calc_available(c, min_idx_lebs); in do_budget_space() 337 if (unlikely(available < outstanding)) { in do_budget_space() [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-driver-genwqe | 10 Only available for PF. 16 Only available for PF. 22 Only available for PF. 28 Only available for PF. 35 Only available for PF. 41 Only available for PF. 47 Only available for PF. 53 Only available for PF. 73 The timeout depends on the max number of available cards 79 Only available for PF. [all …]
|
| H A D | sysfs-platform-dell-smbios | 7 available on the machine. 9 Each token attribute is available as a pair of 13 For example the token ID "5" would be available 20 only tokens available on that machine will be
|
| H A D | debugfs-iio-ad9467 | 12 List all the available test tones: 29 above might not be available (and they won't be listed when 36 Writing to this file will initiate one of available test tone on 38 where an IIO backend is available and supports the test tone,
|
| H A D | sysfs-devices-platform-sh_mobile_lcdc_fb | 5 This file is only available on fb[0-9] devices corresponding 16 This file is only available on fb[0-9] devices corresponding 29 This file is only available on fb[0-9] devices corresponding 39 This file is only available on fb[0-9] devices corresponding
|
| H A D | sysfs-platform-eeepc-laptop | 34 On the Eee PC 1000H there are three available clock configuration: 40 On Eee PC 701 there is only 2 available clock configurations. 49 For example, 0x301 means: mode 1 selected, 3 available modes. 56 List available cpufv modes.
|
| /linux/kernel/irq/ |
| H A D | matrix.c | 12 unsigned int available; member 91 cm->available = m->alloc_size; in irq_matrix_online() 92 cm->available -= cm->managed + m->systembits_inalloc; in irq_matrix_online() 95 m->global_available += cm->available; in irq_matrix_online() 110 m->global_available -= cm->available; in irq_matrix_offline() 146 if (!cm->online || cm->available <= maxavl) in matrix_find_best_cpu() 150 maxavl = cm->available; in matrix_find_best_cpu() 229 cm->available--; in irq_matrix_reserve_managed() 279 cm->available++; in irq_matrix_remove_managed() 338 cm->available--; in irq_matrix_assign() [all …]
|
| /linux/Documentation/i2c/busses/ |
| H A D | i2c-viapro.rst | 7 Datasheet: Sometimes available at the VIA website 10 Datasheet: Sometimes available at the VIA website 13 Datasheet: available on request from VIA 16 Datasheet: available on request and under NDA from VIA 19 Datasheet: available on request and under NDA from VIA 22 Datasheet: available on http://linux.via.com.tw 25 Datasheet: available on http://linux.via.com.tw 28 Datasheet: available on http://linux.via.com.tw
|
| /linux/drivers/gpu/drm/vboxvideo/ |
| H A D | vbva_base.c | 66 u32 available; in vbva_write() local 75 available = vbva_buffer_available(vbva); in vbva_write() 80 if (chunk >= available) { in vbva_write() 82 available = vbva_buffer_available(vbva); in vbva_write() 85 if (chunk >= available) { in vbva_write() 86 if (WARN_ON(available <= vbva->partial_write_tresh)) { in vbva_write() 90 chunk = available - vbva->partial_write_tresh; in vbva_write() 99 available -= chunk; in vbva_write()
|
| /linux/drivers/soc/fsl/dpio/ |
| H A D | qbman-portal.c | 268 atomic_set(&p->vdq.available, 1); in qbman_swp_init() 358 p->eqcr.available = p->eqcr.pi_ring_size; in qbman_swp_init() 660 if (!s->eqcr.available) { in qbman_swp_enqueue_multiple_direct() 666 s->eqcr.available = qm_cyc_diff(s->eqcr.pi_ring_size, in qbman_swp_enqueue_multiple_direct() 668 if (!s->eqcr.available) { in qbman_swp_enqueue_multiple_direct() 675 num_enqueued = (s->eqcr.available < num_frames) ? in qbman_swp_enqueue_multiple_direct() 676 s->eqcr.available : num_frames; in qbman_swp_enqueue_multiple_direct() 677 s->eqcr.available -= num_enqueued; in qbman_swp_enqueue_multiple_direct() 744 if (!s->eqcr.available) { in qbman_swp_enqueue_multiple_mem_back() 748 s->eqcr.available = qm_cyc_diff(s->eqcr.pi_ring_size, in qbman_swp_enqueue_multiple_mem_back() [all …]
|
| /linux/drivers/input/serio/ |
| H A D | userio.c | 118 size_t available, len; in userio_fetch_data() local 122 available = CIRC_CNT_TO_END(userio->head, userio->tail, in userio_fetch_data() 124 len = min(available, count); in userio_fetch_data() 131 return available; in userio_fetch_data() 139 size_t available, copylen; in userio_char_read() local 150 available = userio_fetch_data(userio, buf, count, ©len); in userio_char_read() 151 if (available) in userio_char_read()
|
| /linux/Documentation/hwmon/ |
| H A D | it87.rst | 12 Datasheet: Not publicly available 26 Datasheet: Not publicly available 34 Datasheet: Once publicly available at the ITE website, but no longer 42 Datasheet: Once publicly available at the ITE website, but no longer 50 Datasheet: Once publicly available at the ITE website, but no longer 58 Datasheet: Once publicly available at the ITE website, but no longer 66 Datasheet: Not publicly available 74 Datasheet: Not publicly available 82 Datasheet: Not publicly available 90 Datasheet: Not publicly available [all …]
|
| H A D | ad7314.rst | 10 Datasheet: Publicly available at Analog Devices website. 16 Datasheet: Publicly available at Analog Devices website. 22 Datasheet: Publicly available at Analog Devices website.
|
| /linux/net/xfrm/ |
| H A D | xfrm_algo.c | 689 if (list[i].available) in xfrm_find_algo() 699 list[i].available = status; in xfrm_find_algo() 808 * Probe for the availability of crypto algorithms, and set the available 820 if (aalg_list[i].available != status) in xfrm_probe_algs() 821 aalg_list[i].available = status; in xfrm_probe_algs() 826 if (ealg_list[i].available != status) in xfrm_probe_algs() 827 ealg_list[i].available = status; in xfrm_probe_algs() 832 if (calg_list[i].available != status) in xfrm_probe_algs() 833 calg_list[i].available = status; in xfrm_probe_algs() 843 if (aalg_list[i].available in xfrm_count_pfkey_auth_supported() [all...] |
| /linux/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | mpic-timer.txt | 10 - 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/Documentation/tools/rv/ |
| H A D | rv-mon.rst | 7 List available monitors 21 has its own set of options. The **rv list** command shows all available 35 **rv list** command to list all available monitors. 39 **monitor_name** **-h** display the help menu with the available
|
| /linux/include/trace/events/ |
| H A D | oom.h | 39 unsigned long available, 44 TP_ARGS(zoneref, order, reclaimable, available, min_wmark, no_progress_loops, wmark_check), 51 __field( unsigned long, available) 62 __entry->available = available; 71 __entry->reclaimable, __entry->available, __entry->min_wmark,
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | zero.rst | 13 than the amount of actual storage space available for that device. A user can 27 Then create a snapshot of the zero device, using any available block-device as 29 space available to the sparse device. For this example, we'll assume /dev/sdb1 30 is an available 10GB partition:: 36 10GB of actual storage space available. If more than 10GB of data is written
|
| /linux/arch/arm/mach-versatile/ |
| H A D | platsmp-vexpress.c | 34 bool available; in vexpress_smp_init_ops() local 41 available = cci_node && of_device_is_available(cci_node); in vexpress_smp_init_ops() 45 if (!available) in vexpress_smp_init_ops()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | rtas-work-area.c | 46 bool available; member 95 if (!rwa_state.available) in __rtas_work_area_alloc() 116 if (!rwa_state.available) { in rtas_work_area_free() 168 rwa_state.available = true; in rtas_work_area_allocator_init()
|