/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-btree-remove.c | 265 * We dump as many entries from center as possible into left, then the rest 271 struct btree_node *left, struct btree_node *center, struct btree_node *right, in delete_center_node() 278 node_copy(left, center, -shift); in delete_center_node() 285 node_copy(center, right, shift); in delete_center_node() 302 struct btree_node *left, struct btree_node *center, struct btree_node *right, in redistribute3() 320 shift(left, center, -nr_center); in redistribute3() 325 shift(left, center, s); in redistribute3() 327 shift(center, right, target_right - nr_right); in redistribute3() 333 shift(center, right, nr_center); in redistribute3() 338 shift(center, righ in redistribute3() 269 delete_center_node(struct dm_btree_info *info, struct btree_node *parent, struct child *l, struct child *c, struct child *r, struct btree_node *left, struct btree_node *center, struct btree_node *right, uint32_t nr_left, uint32_t nr_center, uint32_t nr_right) delete_center_node() argument 300 redistribute3(struct dm_btree_info *info, struct btree_node *parent, struct child *l, struct child *c, struct child *r, struct btree_node *left, struct btree_node *center, struct btree_node *right, uint32_t nr_left, uint32_t nr_center, uint32_t nr_right) redistribute3() argument 351 struct btree_node *center = c->n; __rebalance3() local 376 struct child left, center, right; rebalance3() local [all...] |
/kernel/linux/linux-6.6/drivers/md/persistent-data/ |
H A D | dm-btree-remove.c | 307 * We dump as many entries from center as possible into left, then the rest 313 struct btree_node *left, struct btree_node *center, struct btree_node *right, in delete_center_node() 324 node_copy(left, center, -shift); in delete_center_node() 336 node_copy(center, right, shift); in delete_center_node() 353 struct btree_node *left, struct btree_node *center, struct btree_node *right, in redistribute3() 371 ret = shift(left, center, -nr_center); in redistribute3() 382 ret = shift(left, center, s); in redistribute3() 387 ret = shift(center, right, target_right - nr_right); in redistribute3() 394 ret = shift(center, right, nr_center); in redistribute3() 403 ret = shift(center, righ in redistribute3() 311 delete_center_node(struct dm_btree_info *info, struct btree_node *parent, struct child *l, struct child *c, struct child *r, struct btree_node *left, struct btree_node *center, struct btree_node *right, uint32_t nr_left, uint32_t nr_center, uint32_t nr_right) delete_center_node() argument 351 redistribute3(struct dm_btree_info *info, struct btree_node *parent, struct child *l, struct child *c, struct child *r, struct btree_node *left, struct btree_node *center, struct btree_node *right, uint32_t nr_left, uint32_t nr_center, uint32_t nr_right) redistribute3() argument 422 struct btree_node *center = c->n; __rebalance3() local 451 struct child left, center, right; rebalance3() local [all...] |
H A D | dm-btree.c | 582 static void redistribute3(struct btree_node *left, struct btree_node *center, in redistribute3() argument 586 unsigned int nr_center = le32_to_cpu(center->header.nr_entries); in redistribute3() 601 copy_entries(center, 0, right, left_short, target_center); in redistribute3() 607 copy_entries(center, 0, left, target_left, left_to_center); in redistribute3() 608 copy_entries(center, left_to_center, right, 0, target_center - left_to_center); in redistribute3() 616 copy_entries(center, 0, left, target_left, nr_left - target_left); in redistribute3() 620 center->header.nr_entries = cpu_to_le32(target_center); in redistribute3()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | markup_oops.pl | 214 my $center = -1; 254 $center = $counter; 270 if ($center == -1) { 281 $start = $center; 300 $finish = $center; 328 $i = $center; 330 $reglines[$i] = process_x86_regs($lines[$i], $center - $i); 337 if ($i == $center) { 348 if ($i == $center) {
|
/kernel/linux/linux-6.6/scripts/ |
H A D | markup_oops.pl | 214 my $center = -1; 254 $center = $counter; 270 if ($center == -1) { 281 $start = $center; 300 $finish = $center; 328 $i = $center; 330 $reglines[$i] = process_x86_regs($lines[$i], $center - $i); 337 if ($i == $center) { 348 if ($i == $center) {
|
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 129 __u16 rsat, __u16 lsat, __s16 rk, __s16 lk, u16 db, __s16 center) in make_condition_modifier() 150 center = (500 * center) >> 15; in make_condition_modifier() 151 data[4] = LO(center); in make_condition_modifier() 152 data[5] = HI(center); in make_condition_modifier() 200 || old->u.condition[i].center != new->u.condition[i].center; in need_condition_modifier() 489 effect->u.condition[0].center); in iforce_upload_condition() 501 effect->u.condition[1].center); in iforce_upload_condition() 127 make_condition_modifier(struct iforce* iforce, struct resource* mod_chunk, int no_alloc, __u16 rsat, __u16 lsat, __s16 rk, __s16 lk, u16 db, __s16 center) make_condition_modifier() argument
|
/kernel/linux/linux-6.6/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 129 __u16 rsat, __u16 lsat, __s16 rk, __s16 lk, u16 db, __s16 center) in make_condition_modifier() 150 center = (500 * center) >> 15; in make_condition_modifier() 151 data[4] = LO(center); in make_condition_modifier() 152 data[5] = HI(center); in make_condition_modifier() 200 || old->u.condition[i].center != new->u.condition[i].center; in need_condition_modifier() 489 effect->u.condition[0].center); in iforce_upload_condition() 501 effect->u.condition[1].center); in iforce_upload_condition() 127 make_condition_modifier(struct iforce* iforce, struct resource* mod_chunk, int no_alloc, __u16 rsat, __u16 lsat, __s16 rk, __s16 lk, u16 db, __s16 center) make_condition_modifier() argument
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-nintendo.c | 316 s32 center; member 772 cal_x->center = hid_field_extract(ctlr->hdev, (raw_cal + 3), 0, in joycon_read_stick_calibration() 774 cal_y->center = hid_field_extract(ctlr->hdev, (raw_cal + 4), 4, in joycon_read_stick_calibration() 781 cal_x->center = hid_field_extract(ctlr->hdev, (raw_cal + 0), 0, in joycon_read_stick_calibration() 783 cal_y->center = hid_field_extract(ctlr->hdev, (raw_cal + 1), 4, in joycon_read_stick_calibration() 795 cal_x->max = cal_x->center + x_max_above; in joycon_read_stick_calibration() 796 cal_x->min = cal_x->center - x_min_below; in joycon_read_stick_calibration() 797 cal_y->max = cal_y->center + y_max_above; in joycon_read_stick_calibration() 798 cal_y->min = cal_y->center - y_min_below; in joycon_read_stick_calibration() 801 if (cal_x->min >= cal_x->center || cal_ in joycon_read_stick_calibration() 1034 s32 center = cal->center; joycon_map_stick_val() local [all...] |
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | mt2063.c | 481 u32 center; in MT2063_ResetExclZones() local 489 center = in MT2063_ResetExclZones() 493 while (center < in MT2063_ResetExclZones() 498 center - pAS_Info->f_LO1_FracN_Avoid, in MT2063_ResetExclZones() 499 center - 1); in MT2063_ResetExclZones() 500 MT2063_AddExclZone(pAS_Info, center + 1, in MT2063_ResetExclZones() 501 center + pAS_Info->f_LO1_FracN_Avoid); in MT2063_ResetExclZones() 502 center += pAS_Info->f_ref; in MT2063_ResetExclZones() 505 center = in MT2063_ResetExclZones() 509 while (center < in MT2063_ResetExclZones() [all...] |
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | mt2063.c | 481 u32 center; in MT2063_ResetExclZones() local 489 center = in MT2063_ResetExclZones() 493 while (center < in MT2063_ResetExclZones() 498 center - pAS_Info->f_LO1_FracN_Avoid, in MT2063_ResetExclZones() 499 center - 1); in MT2063_ResetExclZones() 500 MT2063_AddExclZone(pAS_Info, center + 1, in MT2063_ResetExclZones() 501 center + pAS_Info->f_LO1_FracN_Avoid); in MT2063_ResetExclZones() 502 center += pAS_Info->f_ref; in MT2063_ResetExclZones() 505 center = in MT2063_ResetExclZones() 509 while (center < in MT2063_ResetExclZones() [all...] |
/kernel/linux/linux-6.6/drivers/iio/magnetometer/ |
H A D | yamaha-yas530.c | 1180 static s8 yas530_adjust_offset(s8 old, int bit, u16 center, u16 measure) in yas530_adjust_offset() argument 1182 if (measure > center) in yas530_adjust_offset() 1184 if (measure < center) in yas530_adjust_offset() 1194 u16 center; in yas530_measure_offsets() local 1204 /* When the initcoil is active this should be around the center */ in yas530_measure_offsets() 1207 center = YAS530_DATA_CENTER; in yas530_measure_offsets() 1210 center = YAS532_DATA_CENTER; in yas530_measure_offsets() 1227 * rougly to the center. in yas530_measure_offsets() 1244 ox = yas530_adjust_offset(ox, i, center, x); in yas530_measure_offsets() 1245 oy1 = yas530_adjust_offset(oy1, i, center, y in yas530_measure_offsets() [all...] |
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-si544.c | 365 unsigned long center; in si544_set_rate() local 379 center = si544_calc_center_rate(&settings); in si544_set_rate() 380 max_delta = si544_max_delta(center); in si544_set_rate() 381 delta = rate - center; in si544_set_rate()
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-si544.c | 365 unsigned long center; in si544_set_rate() local 379 center = si544_calc_center_rate(&settings); in si544_set_rate() 380 max_delta = si544_max_delta(center); in si544_set_rate() 381 delta = rate - center; in si544_set_rate()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_refcount.c | 334 * of the center extent enables us to merge left, center, and right 335 * into one record covering all three, do so. If the center extent is 338 * If the center extent is at the right end of the range, abuts the 442 * Merge the left, center, and right extents. 448 struct xfs_refcount_irec *center, in xfs_refcount_merge_center_extents() 457 cur->bc_ag.pag->pag_agno, left, center, right); in xfs_refcount_merge_center_extents() 459 ASSERT(left->rc_domain == center->rc_domain); in xfs_refcount_merge_center_extents() 460 ASSERT(right->rc_domain == center->rc_domain); in xfs_refcount_merge_center_extents() 463 * Make sure the center an in xfs_refcount_merge_center_extents() 445 xfs_refcount_merge_center_extents( struct xfs_btree_cur *cur, struct xfs_refcount_irec *left, struct xfs_refcount_irec *center, struct xfs_refcount_irec *right, unsigned long long extlen, xfs_extlen_t *aglen) xfs_refcount_merge_center_extents() argument [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input.h | 370 * @center: position of the dead zone 380 __s16 center; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input.h | 374 * @center: position of the dead zone 384 __s16 center; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | input.h | 165 __s16 center; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | input.h | 165 __s16 center; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | input.h | 154 __s16 center; member
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_refcount.c | 294 * of the center extent enables us to merge left, center, and right 295 * into one record covering all three, do so. If the center extent is 298 * If the center extent is at the right end of the range, abuts the 399 * Merge the left, center, and right extents. 405 struct xfs_refcount_irec *center, in xfs_refcount_merge_center_extents() 414 cur->bc_ag.agno, left, center, right); in xfs_refcount_merge_center_extents() 417 * Make sure the center and right extents are not in the btree. in xfs_refcount_merge_center_extents() 418 * If the center extent was synthesized, the first delete call in xfs_refcount_merge_center_extents() 420 * If center an in xfs_refcount_merge_center_extents() 402 xfs_refcount_merge_center_extents( struct xfs_btree_cur *cur, struct xfs_refcount_irec *left, struct xfs_refcount_irec *center, struct xfs_refcount_irec *right, unsigned long long extlen, xfs_extlen_t *aglen) xfs_refcount_merge_center_extents() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
H A D | core.c | 684 u32 center = hw->conf.chandef.center_freq1; in rtl_op_config() local 692 if (center > primary) { in rtl_op_config() 695 if (center - primary == 10) { in rtl_op_config() 700 } else if (center - primary == 30) { in rtl_op_config() 709 if (primary - center == 10) { in rtl_op_config() 714 } else if (primary - center == 30) { in rtl_op_config()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/ |
H A D | core.c | 684 u32 center = hw->conf.chandef.center_freq1; in rtl_op_config() local 692 if (center > primary) { in rtl_op_config() 695 if (center - primary == 10) { in rtl_op_config() 700 } else if (center - primary == 30) { in rtl_op_config() 709 if (primary - center == 10) { in rtl_op_config() 714 } else if (primary - center == 30) { in rtl_op_config()
|
/kernel/linux/linux-5.10/drivers/hid/usbhid/ |
H A D | hid-pidff.c | 379 effect->u.condition[i].center); in pidff_set_condition_report() 408 ret |= cond->center != old_cond->center || in pidff_needs_set_condition()
|
/kernel/linux/linux-6.6/drivers/hid/usbhid/ |
H A D | hid-pidff.c | 379 effect->u.condition[i].center); in pidff_set_condition_report() 408 ret |= cond->center != old_cond->center || in pidff_needs_set_condition()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | tridentfb.c | 68 static int center; variable 83 module_param(center, int, 0); 816 /* For resolutions smaller than FP resolution center */ 1181 * we stretch or center in tridentfb_set_par() 1187 if (center) in tridentfb_set_par() 1794 else if (!strncmp(opt, "center", 6)) in tridentfb_setup() 1795 center = 1; in tridentfb_setup()
|