Searched refs:required (Results 1 - 25 of 68) sorted by last modified time

123

/linux-master/fs/bcachefs/
H A Dsuper.c1453 int nr_rw = 0, required; local
1469 required = max(!(flags & BCH_FORCE_IF_METADATA_DEGRADED)
1476 return nr_rw >= required;
1936 bch_err(ca, "Cannot offline required disk");
H A Dtrace.h449 size_t required,
451 TP_ARGS(trans_fn, caller_ip, required, ret),
456 __field(size_t, required )
463 __entry->required = required;
467 TP_printk("%s %pS required %zu ret %s",
470 __entry->required,
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh24 The default behavior is to run required tests only. If -a is specified,
/linux-master/tools/arch/x86/include/asm/
H A Dcpufeatures.h6 #include <asm/required-features.h>
482 #define X86_BUG_CLFLUSH_MONITOR X86_BUG(7) /* AAI65, CLFLUSH required before MONITOR */
493 #define X86_BUG_MONITOR X86_BUG(12) /* IPI required to wake up remote CPU */
/linux-master/arch/x86/include/asm/
H A Dcpufeatures.h6 #include <asm/required-features.h>
486 #define X86_BUG_CLFLUSH_MONITOR X86_BUG(7) /* AAI65, CLFLUSH required before MONITOR */
497 #define X86_BUG_MONITOR X86_BUG(12) /* IPI required to wake up remote CPU */
/linux-master/net/sunrpc/
H A Dsvcsock.c743 unsigned long required; local
750 required = atomic_read(&svsk->sk_xprt.xpt_reserved) + serv->sv_max_mesg;
751 if (required*2 > sock_wspace(svsk->sk_sk))
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py508 raise Exception('Enum required for bitfield32 attr')
2604 parser.add_argument('--mode', dest='mode', type=str, required=True)
2605 parser.add_argument('--spec', dest='spec', type=str, required=True)
2616 parser.error("--header or --source is required")
H A Dcli.py23 parser.add_argument('--spec', dest='spec', type=str, required=True)
/linux-master/net/tls/
H A Dtls_sw.c149 /* Return the number of scatterlist elements required to completely map the
330 static int tls_clone_plaintext_msg(struct sock *sk, int required) argument
342 * has enough required room (ensured by caller).
344 len = required - msg_pl->sg.size;
2154 /* Drain records from the rx_list & copy if required */
/linux-master/drivers/staging/pi433/
H A Dpi433_if.c820 unsigned int required, available, copied; local
850 required = sizeof(instance->tx_cfg) + sizeof(size_t) + count;
852 if (required > available) {
853 dev_dbg(device->dev, "write to fifo failed: %d bytes required but %d available\n",
854 required, available);
/linux-master/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py249 Validate if the metrics follow the required relationship in the rule.
254 @param rule: dict with metric name(+alias), formula, and required upper and lower bounds.
288 Validate if the metrics are in the required value range.
567 "-rule", help="Base validation rule file", required=True)
569 "-output_dir", help="Path for validator output file, report file", required=True)
/linux-master/tools/perf/
H A DMakefile.config679 $(warning Warning: Disabled BPF skeletons as libelf is required by bpftool)
682 $(warning Warning: Disabled BPF skeletons as zlib is required by bpftool)
685 $(warning Warning: Disabled BPF skeletons as libbpf is required)
/linux-master/tools/mm/
H A Dthpmaps612 group = parser.add_mutually_exclusive_group(required=False)
614 metavar='pid', required=False, type=int, default=[], action='append',
621 metavar='path', required=False,
628 required=False, default=False, action='store_true',
633 metavar='size[KMG]', required=False, default=[], action='append',
640 required=False, default=False, action='store_true',
645 required=False, default=False, action='store_true',
649 metavar='sleep_ms', required=False, type=int,
/linux-master/kernel/power/
H A Dswap.c72 * Number of pages required to be kept free while writing the image. Always
487 * Recalculate the number of required free pages, to
793 * Adjust the number of required free pages after all allocations have
927 unsigned int required; local
931 required = PAGES_FOR_IO + nr_pages;
932 return free_swap > required;
/linux-master/include/linux/
H A Dpm.h27 extern void pm_vt_switch_required(struct device *dev, bool required);
30 static inline void pm_vt_switch_required(struct device *dev, bool required) argument
183 * additional operations required for suspending the device that might be
197 * operations required for resuming the device that might be racing with
202 * additional operations required for freezing the device that might be
210 * operations required for thawing the device that might be racing with its
218 * operations required for thawing the device that might be racing with its
/linux-master/fs/xfs/scrub/
H A Dalloc_repair.c447 uint64_t required; local
463 required = ra->new_bnobt.bload.nr_blocks +
465 ASSERT(required < INT_MAX);
468 if (allocated >= required)
471 desired = required - allocated;
/linux-master/fs/proc/
H A Dtask_mmu.c1983 unsigned long required = p->arg.category_mask & PAGE_IS_WPALLOWED; local
1986 if ((categories & required) != required)
/linux-master/fs/nilfs2/
H A Dsegment.c86 * nilfs_sc_cstage_get() isn't required for the above purpose because it doesn't
549 int required, err = 0; local
553 required = nilfs_segctor_segsum_block_required(
555 if (segbuf->sb_sum.nblocks + required + 1 > segbuf->sb_rest_blocks) {
562 if (unlikely(required)) {
1174 /* XXX: required ? */
/linux-master/drivers/platform/x86/intel/pmc/
H A Dcore.c801 * show an element if it's required for at least one of the
817 * Not required for any enabled states
826 /* Loop over the enabled states and display if required */
828 bool required = lpm_req_regs[mp + (mode * num_maps)] & local
830 seq_printf(s, " %9s |", required ? "Required" : " ");
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh348 echo "SKIP: could not find all required interfaces"
/linux-master/scripts/
H A Dsphinx-pre-install47 # List of required texlive packages on Fedora and OpenSuse
839 # Version is above the minimal required one, but may be
914 die "Python 3 is required to build the kernel docs\n";
1009 print "\t--no-pdf\t- don't check for dependencies required to build PDF docs\n\n";
/linux-master/net/tipc/
H A Dsocket.c2023 int offset, required, copy, copied = 0; local
2037 required = sock_rcvlowat(sk, flags & MSG_WAITALL, buflen);
2103 } while (!skb_queue_empty(&sk->sk_receive_queue) || copied < required);
/linux-master/drivers/net/ethernet/intel/
H A De100.c96 * therefore no locking is required. A software-generated interrupt
1225 bool required = false; local
1241 * The other microcode files are only required for the optional
1250 required = true;
1264 if (required) {
1344 /* If it's NULL, then no ucode is required */
/linux-master/arch/x86/boot/
H A Dheader.S320 #required for protected mode
452 # All of which is enough to compute an amount of extra data that is required
/linux-master/drivers/usb/cdns3/
H A Dcdns3-gadget.c107 * @ep_addr: endpoint address for which endpoint object is required
2021 * Return 0 if the required size can met or negative value on failure
2037 int required; local
2046 required = size - priv_dev->out_mem_is_allocated;
2048 if (required > remained)
2051 priv_dev->out_mem_is_allocated += required;
2052 priv_dev->onchip_used_size += required;

Completed in 353 milliseconds

123