| /kernel/linux/linux-6.6/fs/nls/ |
| D | Kconfig | 45 in so-called DOS codepages. You need to include the appropriate 57 in so-called DOS codepages. You need to include the appropriate 69 in so-called DOS codepages. You need to include the appropriate 82 so-called DOS codepages. You need to include the appropriate 98 so-called DOS codepages. You need to include the appropriate 113 so-called DOS codepages. You need to include the appropriate 124 so-called DOS codepages. You need to include the appropriate 135 so-called DOS codepages. You need to include the appropriate 146 so-called DOS codepages. You need to include the appropriate 157 so-called DOS codepages. You need to include the appropriate [all …]
|
| /kernel/linux/linux-5.10/fs/nls/ |
| D | Kconfig | 45 in so-called DOS codepages. You need to include the appropriate 57 in so-called DOS codepages. You need to include the appropriate 69 in so-called DOS codepages. You need to include the appropriate 82 so-called DOS codepages. You need to include the appropriate 98 so-called DOS codepages. You need to include the appropriate 113 so-called DOS codepages. You need to include the appropriate 124 so-called DOS codepages. You need to include the appropriate 135 so-called DOS codepages. You need to include the appropriate 146 so-called DOS codepages. You need to include the appropriate 157 so-called DOS codepages. You need to include the appropriate [all …]
|
| /kernel/linux/linux-5.10/arch/mips/sgi-ip27/ |
| D | TODO | 1 1. Need to figure out why PCI writes to the IOC3 hang, and if it is okay 3 2. Need to figure out RRB allocation in bridge_startup(). 4 3. Need to figure out why address swaizzling is needed in inw/outw for 6 4. Need to integrate ip27-klconfig.c:find_lboard and 14 10. Need a bad pmd table, bad pte table. __bad_pmd_table/__bad_pagetable 17 This might need to change later. Only the timer intr is set up to be
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/cfg/ |
| D | 22000.c | 159 * If the device doesn't support HE, no need to have that many buffers. 190 * so we need to restrict the size of transmitted aggregation to the 226 * so we need to restrict the size of transmitted aggregation to the 239 * so we need to restrict the size of transmitted aggregation to the 252 * so we need to restrict the size of transmitted aggregation to the 264 * so we need to restrict the size of transmitted aggregation to the 277 * so we need to restrict the size of transmitted aggregation to the 290 * so we need to restrict the size of transmitted aggregation to the 302 * so we need to restrict the size of transmitted aggregation to the 316 * so we need to restrict the size of transmitted aggregation to the [all …]
|
| /kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
| D | Kconfig | 35 # Used by drivers that need tuner.ko 39 # Used by drivers that need v4l2-jpeg.ko 43 # Used by drivers that need v4l2-h264.ko 47 # Used by drivers that need v4l2-vp9.ko 51 # Used by drivers that need v4l2-mem2mem.ko 86 # Used by drivers that need Videobuf modules
|
| /kernel/linux/linux-5.10/kernel/sched/ |
| D | core_ctl.c | 318 * To find out how many tasks need higher capacity CPUs. 403 int need = 0; in prev_cluster_nr_need_assist() local 421 need += nr_stats[cpu].nr; in prev_cluster_nr_need_assist() 423 need += compute_prev_cluster_misfit_need(index); in prev_cluster_nr_need_assist() 425 if (need > prev_cluster->active_cpus) in prev_cluster_nr_need_assist() 426 need = need - prev_cluster->active_cpus; in prev_cluster_nr_need_assist() 428 need = 0; in prev_cluster_nr_need_assist() 430 return need; in prev_cluster_nr_need_assist() 518 unsigned int need) in adjustment_possible() argument 520 return (need < cluster->active_cpus || (need > cluster->active_cpus && in adjustment_possible() [all …]
|
| /kernel/linux/linux-6.6/kernel/sched/ |
| D | core_ctl.c | 318 * To find out how many tasks need higher capacity CPUs. 403 int need = 0; in prev_cluster_nr_need_assist() local 421 need += nr_stats[cpu].nr; in prev_cluster_nr_need_assist() 423 need += compute_prev_cluster_misfit_need(index); in prev_cluster_nr_need_assist() 425 if (need > prev_cluster->active_cpus) in prev_cluster_nr_need_assist() 426 need = need - prev_cluster->active_cpus; in prev_cluster_nr_need_assist() 428 need = 0; in prev_cluster_nr_need_assist() 430 return need; in prev_cluster_nr_need_assist() 518 unsigned int need) in adjustment_possible() argument 520 return (need < cluster->active_cpus || (need > cluster->active_cpus && in adjustment_possible() [all …]
|
| /kernel/linux/linux-5.10/Documentation/core-api/ |
| D | idr.rst | 31 If you need to change the pointer associated with an ID, you can call 37 Some users need to allocate IDs larger than ``INT_MAX``. So far all of 39 idr_alloc_u32(). If you need IDs that will not fit in a u32, 42 If you need to allocate IDs sequentially, you can use 48 iterator-style idr_for_each_entry(). You may need to use 60 If you need to take a lock while allocating a new ID from the IDR, 61 you may need to pass a restrictive set of GFP flags, which can lead
|
| /kernel/linux/linux-5.10/drivers/usb/atm/ |
| D | Kconfig | 12 modem to your computer's USB port. You will then need to choose your 25 modem. In order to use your modem you will need to install the 37 AccessRunner chipset. In order to use your modem you will need to 49 or eagle chipset. In order to use your modem you will need to 60 another USB DSL drivers. In order to use your modem you will need to 62 and reception as module parameters. You may need to initialize
|
| /kernel/linux/linux-6.6/drivers/usb/atm/ |
| D | Kconfig | 12 modem to your computer's USB port. You will then need to choose your 25 modem. In order to use your modem you will need to install the 37 AccessRunner chipset. In order to use your modem you will need to 49 or eagle chipset. In order to use your modem you will need to 60 another USB DSL drivers. In order to use your modem you will need to 62 and reception as module parameters. You may need to initialize
|
| /kernel/linux/linux-6.6/Documentation/core-api/ |
| D | idr.rst | 34 If you need to change the pointer associated with an ID, you can call 40 Some users need to allocate IDs larger than ``INT_MAX``. So far all of 42 idr_alloc_u32(). If you need IDs that will not fit in a u32, 45 If you need to allocate IDs sequentially, you can use 51 iterator-style idr_for_each_entry(). You may need to use 63 If you need to take a lock while allocating a new ID from the IDR, 64 you may need to pass a restrictive set of GFP flags, which can lead
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | sirf-audio.txt | 9 - hp-pa-gpios: Need to be present if the board need control external 11 - spk-pa-gpios: Need to be present if the board need control external 13 - hp-switch-gpios: Need to be present if the board capable to detect jack
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | sirf-audio.txt | 9 - hp-pa-gpios: Need to be present if the board need control external 11 - spk-pa-gpios: Need to be present if the board need control external 13 - hp-switch-gpios: Need to be present if the board capable to detect jack
|
| /kernel/linux/linux-6.6/Documentation/filesystems/ |
| D | journalling.rst | 10 The journalling layer is easy to use. You need to first of all create a 20 Once you have got your journal_t object you need to 'mount' or load the 25 does not need to be processed (or even need not have valid contents), it 38 You still need to actually journal your filesystem changes, this is done 39 by wrapping them into transactions. Additionally you also need to wrap 52 Inside each transaction you need to wrap the modifications to the 54 need to call jbd2_journal_get_create_access() / 60 buffer, and once you are have done so you need to call 100 strategy. Why? Because, if you do a delete, you need to ensure you 116 that need processing when the transaction commits. [all …]
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | journalling.rst | 10 The journalling layer is easy to use. You need to first of all create a 20 Once you have got your journal_t object you need to 'mount' or load the 25 does not need to be processed (or even need not have valid contents), it 38 You still need to actually journal your filesystem changes, this is done 39 by wrapping them into transactions. Additionally you also need to wrap 52 Inside each transaction you need to wrap the modifications to the 54 need to call jbd2_journal_get_create_access() / 60 buffer, and once you are have done so you need to call 100 strategy. Why? Because, if you do a delete, you need to ensure you 116 that need processing when the transaction commits. [all …]
|
| /kernel/linux/linux-5.10/mm/ |
| D | page_ext.c | 31 * is the need callback which is mandatory if user wants to avoid useless 35 * The need callback is used to decide whether extended memory allocation is 38 * allocating huge chunk of memory, each clients represent their need of 39 * extra memory through the need callback. If one of the need callbacks 42 * none of need callbacks return true, memory isn't needed at all in this boot 46 * When need callback returns true, page_ext checks if there is a request for 78 bool need = false; in invoke_need_callbacks() local 81 if (page_ext_ops[i]->need && page_ext_ops[i]->need()) { in invoke_need_callbacks() 84 need = true; in invoke_need_callbacks() 88 return need; in invoke_need_callbacks() [all …]
|
| /kernel/linux/linux-5.10/crypto/ |
| D | crypto_engine.c | 22 * @req: the request need to be finalized 126 * We'll need it on completion (crypto_finalize_request). in crypto_pump_requests() 141 /* Until here we get the request need to be encrypted successfully */ in crypto_pump_requests() 254 * @req: the request need to be listed into the engine queue 283 * @req: the request need to be listed into the engine queue 295 * @req: the request need to be listed into the engine queue 308 * @req: the request need to be listed into the engine queue 321 * @req: the request need to be listed into the engine queue 334 * @req: the request need to be listed into the engine queue 347 * @req: the request need to be finalized [all …]
|
| /kernel/linux/linux-6.6/scripts/coccinelle/api/ |
| D | platform_no_drv_owner.cocci | 127 msg = "No need to set .owner here. The core will do it." 134 msg = "No need to set .owner here. The core will do it." 141 msg = "No need to set .owner here. The core will do it." 148 msg = "No need to set .owner here. The core will do it." 157 msg = "No need to set .owner here. The core will do it." 164 msg = "No need to set .owner here. The core will do it." 171 msg = "No need to set .owner here. The core will do it." 178 msg = "No need to set .owner here. The core will do it."
|
| /kernel/linux/linux-5.10/scripts/coccinelle/api/ |
| D | platform_no_drv_owner.cocci | 127 msg = "No need to set .owner here. The core will do it." 134 msg = "No need to set .owner here. The core will do it." 141 msg = "No need to set .owner here. The core will do it." 148 msg = "No need to set .owner here. The core will do it." 157 msg = "No need to set .owner here. The core will do it." 164 msg = "No need to set .owner here. The core will do it." 171 msg = "No need to set .owner here. The core will do it." 178 msg = "No need to set .owner here. The core will do it."
|
| /kernel/linux/linux-5.10/drivers/parport/ |
| D | Kconfig | 23 machines) etc., then you need to say Y here; please read 73 will need to know which IRQ the parallel port has. By default, 90 Say Y here if you need PCMCIA support for your PC-style parallel 98 Say Y here if you need support for the parallel port on 107 Say Y here if you need support for the parallel port hardware on 116 Say Y here if you need parallel port support for the MFC3 card. 125 Say Y here if you need support for the parallel port hardware on 147 Say Y here if you need support for the parallel port hardware on
|
| /kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
| D | Kconfig | 43 # Used by drivers that need tuner.ko 47 # Used by drivers that need v4l2-jpeg.ko 51 # Used by drivers that need v4l2-h264.ko 55 # Used by drivers that need v4l2-mem2mem.ko 74 # Used by drivers that need Videobuf modules
|
| /kernel/linux/linux-5.10/fs/xfs/ |
| D | xfs_log_cil.c | 25 * we don't want to be issuing transactions from, so we need to tell the 30 * the space required, we need to set the current reservation of the ticket to 52 * tail of the log are. We need this log initialisation done before we can 90 * the CIL and we need a CIL commit to occur to free memory. 92 * To avoid this, we need to move the memory allocation outside the 145 * Ordered items need to be tracked but we do not wish to write in xlog_cil_alloc_shadow_bufs() 146 * them. We need a logvec to track the object, but we do not in xlog_cil_alloc_shadow_bufs() 147 * need an iovec or buffer to be allocated for copying data. in xlog_cil_alloc_shadow_bufs() 157 * of the next one is naturally aligned. We'll need to in xlog_cil_alloc_shadow_bufs() 173 * if we have no shadow buffer, or it is too small, we need to in xlog_cil_alloc_shadow_bufs() [all …]
|
| /kernel/linux/linux-6.6/mm/ |
| D | page_ext.c | 33 * is the need callback which is mandatory if user wants to avoid useless 37 * The need callback is used to decide whether extended memory allocation is 40 * allocating huge chunk of memory, each clients represent their need of 41 * extra memory through the need callback. If one of the need callbacks 44 * none of need callbacks return true, memory isn't needed at all in this boot 48 * When need callback returns true, page_ext checks if there is a request for 73 .need = need_page_idle, 106 bool need = false; in invoke_need_callbacks() local 109 if (page_ext_ops[i]->need()) { in invoke_need_callbacks() 118 if (page_ext_ops[i]->need()) { in invoke_need_callbacks() [all …]
|
| /kernel/linux/linux-6.6/crypto/ |
| D | crypto_engine.c | 37 * @req: the request need to be finalized 130 * We'll need it on completion (crypto_finalize_request). in crypto_pump_requests() 142 /* Until here we get the request need to be encrypted successfully */ in crypto_pump_requests() 233 * @req: the request need to be listed into the engine queue 263 * @req: the request need to be listed into the engine queue 275 * @req: the request need to be listed into the engine queue 288 * @req: the request need to be listed into the engine queue 301 * @req: the request need to be listed into the engine queue 314 * @req: the request need to be listed into the engine queue 327 * @req: the request need to be listed into the engine queue [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| D | bpf_experimental.h | 17 * The 'meta' parameter is rewritten by the verifier, no need for BPF 32 * The 'meta' parameter is rewritten by the verifier, no need for BPF 46 * The 'meta' parameter is rewritten by the verifier, no need for BPF 59 * The 'meta' and 'off' parameters are rewritten by the verifier, no need 75 * The 'meta' and 'off' parameters are rewritten by the verifier, no need 113 * The 'meta' and 'off' parameters are rewritten by the verifier, no need 140 * The 'meta' parameter is rewritten by the verifier, no need for BPF 155 * The 'meta' parameter is rewritten by the verifier, no need for BPF
|