/kernel/linux/linux-6.6/lib/ |
H A D | fortify_kunit.c | 40 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 D | xfs_rtalloc.h | 90 xfs_rtblock_t *pick); /* result rt extent */
|
H A D | xfs_rtalloc.c | 1305 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 D | xfs_rtalloc.h | 95 xfs_rtblock_t *pick); /* result rt extent */
|
H A D | xfs_rtalloc.c | 1447 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 D | intel-pt.c | 174 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 D | xfs_dir2_sf.c | 373 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 D | xfs_dir2_sf.c | 373 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 D | intel-pt.c | 171 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 D | scall-trans-i386.S | 33 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 D | protocol.c | 1428 /* 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 D | decbin.S | 145 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 D | decbin.S | 145 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 D | leo.c | 167 u32 pick[5]; /* SS1 only */ member
|
H A D | ffb.c | 255 u32 pick; member
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | leo.c | 168 u32 pick[5]; /* SS1 only */ member
|
H A D | ffb.c | 256 u32 pick; member
|