Home
last modified time | relevance | path

Searched full:pick (Results 1 – 25 of 832) sorted by relevance

12345678910>>...34

/Linux-v6.1/lib/
Dfortify_kunit.c37 static volatile int pick; variable
40 static noinline size_t want_minus_one(int pick) in want_minus_one() argument
44 switch (pick) { in want_minus_one()
60 KUNIT_EXPECT_EQ(test, want_minus_one(pick), SIZE_MAX); in control_flow_split_test()
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/cfg/
D22000.c449 * HT size; mac80211 would otherwise pick the HE max (256) by default.
461 * HT size; mac80211 would otherwise pick the HE max (256) by default.
540 * HT size; mac80211 would otherwise pick the HE max (256) by default.
553 * HT size; mac80211 would otherwise pick the HE max (256) by default.
566 * HT size; mac80211 would otherwise pick the HE max (256) by default.
578 * HT size; mac80211 would otherwise pick the HE max (256) by default.
591 * HT size; mac80211 would otherwise pick the HE max (256) by default.
604 * HT size; mac80211 would otherwise pick the HE max (256) by default.
616 * HT size; mac80211 would otherwise pick the HE max (256) by default.
630 * HT size; mac80211 would otherwise pick the HE max (256) by default.
[all …]
/Linux-v6.1/Documentation/arm/google/
Dchromebook-boot-flow.rst10 is up to depthcharge_ to pick the right device tree from the `FIT Image`_ and
13 The scheme that depthcharge_ uses to pick the device tree takes into account
47 Then depthcharge_ will pick the first device tree even though
65 revision and try to run old software on it then we'll at pick the
/Linux-v6.1/Documentation/process/
Dstable-kernel-rules.rst122 git cherry-pick a1f84a3
123 git cherry-pick 1b9508f
124 git cherry-pick fd21073
125 git cherry-pick <this commit>
138 git cherry-pick <this commit>
/Linux-v6.1/Documentation/translations/it_IT/process/
Dstable-kernel-rules.rst125 git cherry-pick a1f84a3
126 git cherry-pick 1b9508f
127 git cherry-pick fd21073
128 git cherry-pick <this commit>
142 git cherry-pick <this commit>
/Linux-v6.1/net/netfilter/ipvs/
Dip_vs_twos.c29 * pick choice1 when rweight1 is <= 0
30 * pick choice2 when rweight2 is <= 0
77 /* Pick two weighted servers */ in ip_vs_twos_schedule()
/Linux-v6.1/scripts/
Dcheckversion.pl31 # Pick up definitions.
40 # Pick up definitions.
/Linux-v6.1/lib/raid6/
Drecov_neon.c59 /* Now, pick the proper data tables */ in raid6_2data_recov_neon()
92 /* Now, pick the proper data tables */ in raid6_datap_recov_neon()
Drecov_s390xc.c52 /* Now, pick the proper data tables */ in raid6_2data_recov_s390xc()
94 /* Now, pick the proper data tables */ in raid6_datap_recov_s390xc()
Drecov.c49 /* Now, pick the proper data tables */ in raid6_2data_recov_intx1()
85 /* Now, pick the proper data tables */ in raid6_datap_recov_intx1()
/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_page_dirty.c174 * vmw_bo_dirty_pre_unmap - write-protect and pick up dirty pages before
181 * when calling unmap_mapping_range(). This function makes sure we pick
261 /* Write-protect and then pick up already dirty bits */ in vmw_bo_dirty_add()
298 * vmw_bo_dirty_transfer_to_res - Pick up a resource's dirty region from
302 * This function will pick up all dirty ranges affecting the resource from
/Linux-v6.1/Documentation/maintainer/
Drebasing-and-merging.rst71 - If you must reparent a repository, do not pick some random kernel commit
75 series must move to a new base, pick a stable point (such as one of
210 the development cycle in order to pick up changes and fixes done elsewhere
211 in the tree. As always, such a merge should pick a well-known release
/Linux-v6.1/Documentation/driver-api/acpi/
Dlinuxized-acpica.rst239 1. Cherry-pick an ACPICA commit
242 you want to cherry pick must be committed into the local repository.
244 Then the gen-patch.sh command can help to cherry-pick an ACPICA commit
252 cherry pick. It can be omitted if the commit is "HEAD".
254 2. Cherry-pick recent ACPICA commits
/Linux-v6.1/fs/xfs/
Dxfs_rtalloc.h80 * Pick an extent for allocation at the start of a new realtime file.
91 xfs_rtblock_t *pick); /* result rt extent */
/Linux-v6.1/arch/um/include/asm/
Dxor.h19 /* pick an arbitrary one - measuring isn't possible with inf-cpu */
/Linux-v6.1/Documentation/devicetree/bindings/regulator/
Dti-abb-regulator.txt47 - "efuse-address" - Contains efuse base address used to pick up ABB info.
56 from efuse-address to pick up ABB characteristics. Set to 0 if
/Linux-v6.1/fs/xfs/libxfs/
Dxfs_dir2_sf.c373 int pick; /* which algorithm to use */ in xfs_dir2_sf_addname() local
407 * or the pick routine says it won't (due to offset values). in xfs_dir2_sf_addname()
410 (pick = in xfs_dir2_sf_addname()
433 if (pick == 1) in xfs_dir2_sf_addname()
440 ASSERT(pick == 2); in xfs_dir2_sf_addname()
454 * This is already checked by the pick routine.
595 * If it will fit, pick between adding the new entry to the end (easy)
600 static int /* pick result */
/Linux-v6.1/drivers/gpu/drm/xlnx/
Dzynqmp_disp.h19 * resolutions under a 300Mhz pixel rate would work. Pick 4096x4096.
/Linux-v6.1/arch/arm64/include/asm/
Dasm-prototypes.h10 * ... kbuild will automatically pick these up from <asm/asm-prototypes.h> and
/Linux-v6.1/fs/autofs/
DKconfig6 This name exists for people to just automatically pick up the
/Linux-v6.1/arch/parisc/
Ddefpalo.conf9 ########## Pick your ROOT here! ##########
/Linux-v6.1/arch/powerpc/mm/nohash/
Dmmu_context.c106 /* Pick up the victim mm */ in steal_context_smp()
156 /* Pick up the victim mm */ in steal_all_contexts()
187 /* Pick up the victim mm */ in steal_context_up()
/Linux-v6.1/drivers/gpu/drm/msm/
Dmsm_submitqueue.c228 * Pick a medium priority level as default. Lower numeric value is in msm_submitqueue_init()
229 * higher priority, so round-up to pick a priority that is not higher in msm_submitqueue_init()
/Linux-v6.1/Documentation/arm/
Dvlocks.rst73 atomicity is used to pick the winner. This avoids the need for a static
90 to pick a unique winner, but it does not matter which CPU actually
/Linux-v6.1/drivers/clk/qcom/
Dclk-hfpll.c41 /* Pick the right VCO. */ in __clk_hfpll_init_once()
169 /* Pick the right VCO. */ in clk_hfpll_set_rate()

12345678910>>...34