/linux-6.3-rc2/fs/ext4/ |
A D | truncate.h | 32 ext4_lblk_t needed; in ext4_blocks_for_truncate() local 34 needed = inode->i_blocks >> (inode->i_sb->s_blocksize_bits - 9); in ext4_blocks_for_truncate() 42 if (needed < 2) in ext4_blocks_for_truncate() 43 needed = 2; in ext4_blocks_for_truncate() 47 if (needed > EXT4_MAX_TRANS_DATA) in ext4_blocks_for_truncate() 48 needed = EXT4_MAX_TRANS_DATA; in ext4_blocks_for_truncate() 50 return EXT4_DATA_TRANS_BLOCKS(inode->i_sb) + needed; in ext4_blocks_for_truncate()
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-bus-usb-lvstest | 10 for Link Layer Validation device. It is needed for TD.7.06. 18 and 127. It is needed for TD.7.18, TD.7.19, TD.7.20 and TD.7.21. 26 and 127. It is needed for TD.7.18, TD.7.19, TD.7.20 and TD.7.21. 33 device. It is needed for TD.7.29, TD.7.31, TD.7.34 and TD.7.35. 40 Validation device. It is needed for TD.7.35 and TD.7.36. 47 Validation device. It is needed for TD.7.36. 53 with Link Layer Validation device. It is needed for TD.7.34. 59 device. It may be needed to properly reset an xHCI 1.1 host port if 60 compliance mode needed to be explicitly enabled.
|
A D | configfs-most | 23 (needed for synchronous and isochronous data) 55 pass parameters needed by some components 78 (needed for synchronous and isochronous data) 110 pass parameters needed by some components 133 (needed for synchronous and isochronous data) 165 pass parameters needed by some components 199 (needed for synchronous and isochronous data) 231 pass parameters needed by some components
|
/linux-6.3-rc2/tools/testing/selftests/kselftest/ |
A D | prefix.pl | 13 my $needed = 1; 18 if ($needed) { 20 $needed = 0; 23 $needed = 1 if ($char eq "\n");
|
/linux-6.3-rc2/drivers/net/xen-netback/ |
A D | rx.c | 45 unsigned int needed = 0; in xenvif_update_needed_slots() local 48 needed = DIV_ROUND_UP(skb->len, XEN_PAGE_SIZE); in xenvif_update_needed_slots() 50 needed++; in xenvif_update_needed_slots() 52 needed++; in xenvif_update_needed_slots() 55 WRITE_ONCE(queue->rx_slots_needed, needed); in xenvif_update_needed_slots() 61 unsigned int needed; in xenvif_rx_ring_slots_available() local 63 needed = READ_ONCE(queue->rx_slots_needed); in xenvif_rx_ring_slots_available() 64 if (!needed) in xenvif_rx_ring_slots_available() 71 if (prod - cons >= needed) in xenvif_rx_ring_slots_available() 522 unsigned int needed = READ_ONCE(queue->rx_slots_needed); in xenvif_rx_queue_stalled() local [all …]
|
/linux-6.3-rc2/drivers/media/usb/gspca/ |
A D | pac207.c | 380 int needed; in sd_pkt_scan() local 384 needed = 5 - sd->header_read; in sd_pkt_scan() 385 if (len >= needed) in sd_pkt_scan() 386 atomic_set(&sd->avg_lum, data[needed - 1]); in sd_pkt_scan() 389 needed = 11 - sd->header_read; in sd_pkt_scan() 390 if (len <= needed) { in sd_pkt_scan() 394 data += needed; in sd_pkt_scan() 395 len -= needed; in sd_pkt_scan()
|
/linux-6.3-rc2/drivers/misc/sgi-xp/ |
A D | xpc_main.c | 617 DBUG_ON(needed <= 0); in xpc_activate_kthreads() 620 wakeup = (needed > idle) ? idle : needed; in xpc_activate_kthreads() 621 needed -= wakeup; in xpc_activate_kthreads() 630 if (needed <= 0) in xpc_activate_kthreads() 633 if (needed + assigned > ch->kthreads_assigned_limit) { in xpc_activate_kthreads() 634 needed = ch->kthreads_assigned_limit - assigned; in xpc_activate_kthreads() 635 if (needed <= 0) in xpc_activate_kthreads() 640 needed, ch->partid, ch->number); in xpc_activate_kthreads() 642 xpc_create_kthreads(ch, needed, 0); in xpc_activate_kthreads() 773 xpc_create_kthreads(struct xpc_channel *ch, int needed, in xpc_create_kthreads() argument [all …]
|
/linux-6.3-rc2/Documentation/x86/ |
A D | tsx_async_abort.rst | 46 ucode needed Mitigation is enabled. CPU is affected and MD_CLEAR is not 73 … X 1 Disabled X None needed None needed 88 … 1 X 1 Enabled X None needed None needed 103 …1 X 1 Enabled X None needed None needed
|
/linux-6.3-rc2/scripts/coccinelle/free/ |
A D | ifnulldev_put.cocci | 3 /// NULL check before dev_{put, hold} functions is not needed. 48 cocci.print_main("NULL check before dev_{put, hold} functions is not needed", p) 54 msg = "WARNING: NULL check before dev_{put, hold} functions is not needed."
|
A D | ifnullfree.cocci | 2 /// NULL check before some freeing functions is not needed. 60 cocci.print_main("NULL check before that freeing function is not needed", p) 66 msg = "WARNING: NULL check before some freeing functions is not needed."
|
/linux-6.3-rc2/drivers/clk/sunxi/ |
A D | Kconfig | 25 usually needed for the PMIC communication, mostly. 32 Those are usually needed for the PMIC communication, 40 usually needed for the PMIC communication, mostly.
|
/linux-6.3-rc2/Documentation/ |
A D | subsystem-apis.rst | 10 as needed (or at least as we managed to add it — probably *not* all that is 11 needed). 13 **Fixme**: much more organizational work is needed here.
|
/linux-6.3-rc2/net/sctp/ |
A D | ulpqueue.c | 959 __u16 needed) in sctp_ulpq_renege_list() argument 999 if (freed >= needed) in sctp_ulpq_renege_list() 1009 return sctp_ulpq_renege_list(ulpq, &ulpq->lobby, needed); in sctp_ulpq_renege_order() 1015 return sctp_ulpq_renege_list(ulpq, &ulpq->reasm, needed); in sctp_ulpq_renege_frags() 1074 __u16 needed; in sctp_ulpq_renege() local 1076 needed = ntohs(chunk->chunk_hdr->length) - in sctp_ulpq_renege() 1080 freed = sctp_ulpq_renege_order(ulpq, needed); in sctp_ulpq_renege() 1081 if (freed < needed) in sctp_ulpq_renege() 1082 freed += sctp_ulpq_renege_frags(ulpq, needed - freed); in sctp_ulpq_renege() 1085 if (sk_rmem_schedule(asoc->base.sk, chunk->skb, needed) && in sctp_ulpq_renege() [all …]
|
/linux-6.3-rc2/Documentation/arm/omap/ |
A D | omap.rst | 11 v4.3+ Update is needed for custom .config files to make sure 15 v4.18+ Update is needed for custom .config files to make sure
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/protocols/ |
A D | link_dp_dpia_bw.c | 338 int needed = bw * (Kbps_TO_Gbps / link->dpia_bw_alloc_config.bw_granularity); in dc_link_get_usb4_req_bw_resp() local 343 allocate_usb4_bw(&link->dpia_bw_alloc_config.sink_allocated_bw, needed, link); in dc_link_get_usb4_req_bw_resp() 357 if (link->dpia_bw_alloc_config.sink_allocated_bw > needed) in dc_link_get_usb4_req_bw_resp() 359 link->dpia_bw_alloc_config.sink_allocated_bw - needed, link); in dc_link_get_usb4_req_bw_resp() 362 needed - link->dpia_bw_alloc_config.sink_allocated_bw, link); in dc_link_get_usb4_req_bw_resp()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/spi/ |
A D | spi_oc_tiny.txt | 11 The clock-frequency and baud-width properties are needed only if the divider 12 is programmable. They are not needed if the divider is fixed.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/pci/ |
A D | ralink,rt3883-pci.txt | 12 - #address-cells: specifies the number of cells needed to encode an 37 - #address-cells: specifies the number of cells needed to encode an 41 - #interrupt-cells: specifies the number of cells needed to encode an 52 - #address-cells: specifies the number of cells needed to encode an 58 - #interrupt-cells: specifies the number of cells needed to encode an
|
/linux-6.3-rc2/drivers/gpu/host1x/ |
A D | cdma.c | 237 unsigned int needed) in host1x_cdma_wait_pushbuffer_space() argument 244 if (space >= needed) in host1x_cdma_wait_pushbuffer_space() 629 unsigned int needed = 2, extra = 0; in host1x_cdma_push_wide() local 638 needed += extra; in host1x_cdma_push_wide() 641 host1x_cdma_wait_pushbuffer_space(host1x, cdma, needed); in host1x_cdma_push_wide() 644 cdma->slots_free = space - needed; in host1x_cdma_push_wide() 645 cdma->slots_used += needed; in host1x_cdma_push_wide()
|
/linux-6.3-rc2/tools/memory-model/scripts/ |
A D | newlitmushist.sh | 57 sort -u $T/list-C-new $T/list-C-newer > $T/list-C-needed 59 scripts/runlitmushist.sh < $T/list-C-needed
|
A D | checkghlitmus.sh | 48 sort $T/list-C-already $T/list-C-result-short | uniq -u > $T/list-C-needed 51 if scripts/runlitmushist.sh < $T/list-C-needed > $T/run.stdout 2> $T/run.stderr
|
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/marvell/ |
A D | armada-37xx.txt | 5 Power Management component is needed: 22 For AVS an other component is needed:
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-ioctl.c | 595 size_t len, needed = 0; in list_devices() local 674 size_t *needed = needed_param; in list_version_get_needed() local 677 *needed += strlen(tt->name) + 1; in list_version_get_needed() 678 *needed += ALIGN_MASK; in list_version_get_needed() 706 size_t len, needed = 0; in __list_versions() local 724 list_version_get_needed(tt, &needed); in __list_versions() 730 if (len < needed) { in __list_versions() 740 iter_info.end = (char *)vers + needed; in __list_versions() 1582 size_t len, needed; in retrieve_deps() local 1597 needed = struct_size(deps, dev, count); in retrieve_deps() [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mtd/ |
A D | oxnas-nand.txt | 10 - clocks: phandle to the NAND gate clock if needed. 11 - resets: phandle to the NAND reset control if needed.
|
/linux-6.3-rc2/drivers/ata/ |
A D | ahci_da850.c | 46 u32 pll_output = 1500000000, needed; in ahci_da850_calculate_mpy() local 57 needed = pll_output / (refclk_rate / 10); in ahci_da850_calculate_mpy() 65 switch (needed) { in ahci_da850_calculate_mpy()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/thermal/ |
A D | mediatek-thermal.txt | 8 is also needed. 22 - clocks, clock-names: Clocks needed for the thermal controller. required 24 "therm": Main clock needed for register access
|