Home
last modified time | relevance | path

Searched refs:pick (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-6.6/lib/
H A Dfortify_kunit.c40 static volatile int pick; variable
43 static noinline size_t want_minus_one(int pick) in want_minus_one() argument
47 switch (pick) { in want_minus_one()
63 KUNIT_EXPECT_EQ(test, want_minus_one(pick), SIZE_MAX); in control_flow_split_test()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_rtalloc.h90 xfs_rtblock_t *pick); /* result rt extent */
H A Dxfs_rtalloc.c1305 xfs_rtblock_t *pick) /* result rt extent */ in xfs_rtpick_extent()
1334 *pick = b; in xfs_rtpick_extent()
1301 xfs_rtpick_extent( xfs_mount_t *mp, xfs_trans_t *tp, xfs_extlen_t len, xfs_rtblock_t *pick) xfs_rtpick_extent() argument
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_rtalloc.h95 xfs_rtblock_t *pick); /* result rt extent */
H A Dxfs_rtalloc.c1447 xfs_rtblock_t *pick) /* result rt extent */ in xfs_rtpick_extent()
1476 *pick = b; in xfs_rtpick_extent()
1443 xfs_rtpick_extent( xfs_mount_t *mp, xfs_trans_t *tp, xfs_extlen_t len, xfs_rtblock_t *pick) xfs_rtpick_extent() argument
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
H A Dintel-pt.c174 int pos, pick = -1; in intel_pt_pick_bit() local
178 if (pos <= target || pick < 0) in intel_pt_pick_bit()
179 pick = pos; in intel_pt_pick_bit()
185 return pick; in intel_pt_pick_bit()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A 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 */
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A 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 */
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H A Dintel-pt.c171 int pos, pick = -1; in intel_pt_pick_bit() local
175 if (pos <= target || pick < 0) in intel_pt_pick_bit()
176 pick = pos; in intel_pt_pick_bit()
182 return pick; in intel_pt_pick_bit()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dscall-trans-i386.S33 and t1, t0, a7 # pick the ARCH specfied tag
35 and a7, a7, t0 # pick the syscall num
/kernel/linux/linux-6.6/net/mptcp/
H A Dprotocol.c1428 /* pick the subflow with the lower wmem/wspace ratio */ in mptcp_subflow_get_send()
1459 /* pick the best backup if no other subflow is active */ in mptcp_subflow_get_send()
2286 struct sock *backup = NULL, *pick = NULL; in mptcp_subflow_get_retrans() local
2309 if (!pick) in mptcp_subflow_get_retrans()
2310 pick = ssk; in mptcp_subflow_get_retrans()
2313 if (pick) in mptcp_subflow_get_retrans()
2314 return pick; in mptcp_subflow_get_retrans()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Ddecbin.S145 moveql #ESTRT,%d3 |counter to pick up digits
207 moveql #FSTRT,%d3 |counter to pick up digits
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Ddecbin.S145 moveql #ESTRT,%d3 |counter to pick up digits
207 moveql #FSTRT,%d3 |counter to pick up digits
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dleo.c167 u32 pick[5]; /* SS1 only */ member
H A Dffb.c255 u32 pick; member
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dleo.c168 u32 pick[5]; /* SS1 only */ member
H A Dffb.c256 u32 pick; member

Completed in 23 milliseconds