/linux-6.14.4/drivers/md/persistent-data/ |
D | dm-btree-remove.c | 86 static int node_copy(struct btree_node *left, struct btree_node *right, int shift) in node_copy() 165 int r, inc; in init_child() local 192 static int shift(struct btree_node *left, struct btree_node *right, int count) in shift() 194 int r; in shift() local 237 struct child *l, struct child *r) in __rebalance2() 240 struct btree_node *left = l->n; in __rebalance2() local 282 int r; in rebalance2() local 284 struct child left, right; in rebalance2() local 312 struct child *l, struct child *c, struct child *r, in delete_center_node() 313 struct btree_node *left, struct btree_node *center, struct btree_node *right, in delete_center_node() [all …]
|
D | dm-btree.c | 131 int r; in dm_btree_empty() local 213 int r; in push_frame() local 275 int r; in dm_btree_del() local 347 int i, r; in btree_lookup_raw() local 378 int r = -ENODATA; in dm_btree_lookup() local 422 int r, i; in dm_btree_lookup_next_single() local 474 int r = -ENODATA; in dm_btree_lookup_next() local 553 static void redistribute2(struct btree_node *left, struct btree_node *right) in redistribute2() 582 static void redistribute3(struct btree_node *left, struct btree_node *center, in redistribute3() 657 int r; in split_one_into_two() local [all …]
|
/linux-6.14.4/fs/bcachefs/ |
D | siphash.c | 106 size_t left, used; in SipHash_Update() local 140 u64 r; in SipHash_Final() local 149 u64 r; in SipHash_End() local 150 size_t left, used; in SipHash_End() local
|
/linux-6.14.4/tools/perf/util/ |
D | sort.c | 98 static int64_t cmp_null(const void *l, const void *r) in cmp_null() 111 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right) in sort__thread_cmp() 147 sort__simd_cmp(struct hist_entry *left, struct hist_entry *right) in sort__simd_cmp() 198 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right) in sort__comm_cmp() 204 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right) in sort__comm_collapse() 210 sort__comm_sort(struct hist_entry *left, struct hist_entry *right) in sort__comm_sort() 254 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_cmp() 326 sort__sym_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_cmp() 347 sort__sym_sort(struct hist_entry *left, struct hist_entry *right) in sort__sym_sort() 426 sort__symoff_cmp(struct hist_entry *left, struct hist_entry *right) in sort__symoff_cmp() [all …]
|
D | block-info.c | 72 int64_t __block_info__cmp(struct hist_entry *left, struct hist_entry *right) in __block_info__cmp() 98 struct hist_entry *left, struct hist_entry *right) in block_info__cmp() 225 struct hist_entry *left, in block_total_cycles_pct_sort() 231 double l, r; in block_total_cycles_pct_sort() local
|
/linux-6.14.4/tools/perf/ |
D | builtin-diff.c | 550 static int64_t block_cycles_diff_cmp(struct hist_entry *left, in block_cycles_diff_cmp() 555 s64 l, r; in block_cycles_diff_cmp() local 566 struct hist_entry *left, struct hist_entry *right) in block_sort() 736 static int64_t cmp_doubles(double l, double r) in cmp_doubles() 747 __hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in __hist_entry__cmp_compute() 754 double r = right->diff.period_ratio_delta; in __hist_entry__cmp_compute() local 761 double r = fabs(right->diff.period_ratio_delta); in __hist_entry__cmp_compute() local 768 double r = right->diff.period_ratio; in __hist_entry__cmp_compute() local 775 s64 r = right->diff.wdiff; in __hist_entry__cmp_compute() local 787 hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute() [all …]
|
/linux-6.14.4/drivers/video/fbdev/core/ |
D | sysfillrect.c | 72 unsigned long pat, int left, int right, unsigned n, int bits) in bitfill_unaligned() 182 unsigned long pat, int left, int right, unsigned n, in bitfill_unaligned_rev() 240 int dst_idx, left; in sys_fillrect() local 288 int right, r; in sys_fillrect() local
|
D | cfbfillrect.c | 93 unsigned long pat, int left, int right, unsigned n, int bits) in bitfill_unaligned() 218 int dst_idx, unsigned long pat, int left, int right, in bitfill_unaligned_rev() 285 int dst_idx, left; in cfb_fillrect() local 335 int right, r; in cfb_fillrect() local
|
/linux-6.14.4/crypto/ |
D | ecc.c | 242 int vli_cmp(const u64 *left, const u64 *right, unsigned int ndigits) in vli_cmp() 292 static u64 vli_add(u64 *result, const u64 *left, const u64 *right, in vli_add() 312 static u64 vli_uadd(u64 *result, const u64 *left, u64 right, in vli_uadd() 334 u64 vli_sub(u64 *result, const u64 *left, const u64 *right, in vli_sub() 355 static u64 vli_usub(u64 *result, const u64 *left, u64 right, in vli_usub() 374 static uint128_t mul_64_64(u64 left, u64 right) in mul_64_64() 415 static void vli_mult(u64 *result, const u64 *left, const u64 *right, in vli_mult() 452 static void vli_umult(u64 *result, const u64 *left, u32 right, in vli_umult() 473 static void vli_square(u64 *result, const u64 *left, unsigned int ndigits) in vli_square() 515 static void vli_mod_add(u64 *result, const u64 *left, const u64 *right, in vli_mod_add() [all …]
|
D | streebog_generic.c | 935 struct streebog_uint512 *r) in streebog_add512() 941 const u64 left = le64_to_cpu(x->qword[i]); in streebog_add512() local
|
/linux-6.14.4/kernel/ |
D | auditfilter.c | 1083 struct audit_krule *r; in audit_list_rules() local 1206 int audit_comparator(u32 left, u32 op, u32 right) in audit_comparator() 1230 int audit_uid_comparator(kuid_t left, u32 op, kuid_t right) in audit_uid_comparator() 1252 int audit_gid_comparator(kgid_t left, u32 op, kgid_t right) in audit_gid_comparator() 1410 static int update_lsm_rule(struct audit_krule *r) in update_lsm_rule() 1449 struct audit_krule *r, *n; in audit_update_lsm_rules() local
|
/linux-6.14.4/net/ceph/crush/ |
D | mapper.c | 76 int x, int r) in bucket_perm_choose() 136 struct crush_work_bucket *work, int x, int r) in bucket_uniform_choose() 143 int x, int r) in bucket_list_choose() 179 static int left(int x) in left() function 197 int x, int r) in bucket_tree_choose() 229 int x, int r) in bucket_straw_choose() 327 int x, int r, in bucket_straw2_choose() 378 int x, int r, in crush_bucket_choose() 475 int r; in crush_choose_firstn() local 650 int x, int left, int numrep, int type, in crush_choose_indep() [all …]
|
/linux-6.14.4/fs/dlm/ |
D | dir.c | 45 int dlm_dir_nodeid(struct dlm_rsb *r) in dlm_dir_nodeid() 52 struct dlm_rsb *r; in dlm_recover_dir_nodeid() local 84 int left; in dlm_recover_directory() local 200 struct dlm_rsb *r; in find_rsb_root() local 301 struct dlm_rsb *r; in dlm_copy_master_names() local
|
/linux-6.14.4/security/tomoyo/ |
D | condition.c | 299 static bool tomoyo_parse_argv(char *left, char *right, in tomoyo_parse_argv() 318 static bool tomoyo_parse_envp(char *left, char *right, in tomoyo_parse_envp() 512 u8 left = -1; in tomoyo_get_condition() local 765 bool tomoyo_condition(struct tomoyo_request_info *r, in tomoyo_condition() 800 const u8 left = condp->left; in tomoyo_condition() local
|
/linux-6.14.4/drivers/gpu/drm/i915/selftests/ |
D | i915_vma.c | 360 static unsigned long rotated_index(const struct intel_rotation_info *r, in rotated_index() 371 const struct intel_rotation_info *r, unsigned int n, in assert_rotated() 377 unsigned int left; in assert_rotated() local 437 static unsigned long remapped_index(const struct intel_remapped_info *r, in remapped_index() 448 const struct intel_remapped_info *r, unsigned int n, in assert_remapped() 452 unsigned int left = 0; in assert_remapped() local
|
/linux-6.14.4/sound/pci/au88x0/ |
D | au88x0_a3d.c | 162 static void a3dsrc_SetHrtfOutput(a3dsrc_t * a, short left, short right) in a3dsrc_SetHrtfOutput() 327 static void a3dsrc_SetGainTarget(a3dsrc_t * a, short left, short right) in a3dsrc_SetGainTarget() 335 static void a3dsrc_SetGainCurrent(a3dsrc_t * a, short left, short right) in a3dsrc_SetGainCurrent() 703 static void vortex_a3d_coord2ild(a3d_LRGains_t ild, int left, int right) in vortex_a3d_coord2ild() 804 int l, r; in snd_vortex_a3d_ild_put() local
|
/linux-6.14.4/drivers/staging/rtl8723bs/core/ |
D | rtw_ieee80211.c | 73 u8 r = *rate & 0x7f; in rtw_is_cckrates_included() local 86 u8 r = *rate & 0x7f; in rtw_is_cckratesonly_included() local 443 int left, count; in rtw_parse_wpa_ie() local 506 int left, count; in rtw_parse_wpa2_ie() local 848 uint left = len; in rtw_ieee802_11_parse_elems() local
|
/linux-6.14.4/net/ceph/ |
D | messenger_v1.c | 28 int r; in ceph_tcp_recvmsg() local 45 int r; in ceph_tcp_recvpage() local 64 int r; in ceph_tcp_sendmsg() local 603 int left = end - con->v1.in_base_pos; in read_partial() local 968 int ret, left; in read_partial_message_chunk() local
|
/linux-6.14.4/sound/parisc/ |
D | harmony.c | 95 harmony_read(struct snd_harmony *h, unsigned r) in harmony_read() 101 harmony_write(struct snd_harmony *h, unsigned r, unsigned long v) in harmony_write() 675 int left, right; in snd_harmony_volume_get() local 704 int left, right; in snd_harmony_volume_put() local
|
/linux-6.14.4/drivers/firmware/ |
D | dmi-id.c | 102 ssize_t l, left; in get_modalias() local 137 ssize_t r; in sys_dmi_modalias_show() local
|
/linux-6.14.4/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 585 static void color_to_hsv(struct tpg_data *tpg, int r, int g, int b, in color_to_hsv() 650 static void rgb2ycbcr(const int m[3][3], int r, int g, int b, in rgb2ycbcr() 658 static void color_to_ycbcr(struct tpg_data *tpg, int r, int g, int b, in color_to_ycbcr() 661 #define COEFF(v, r) ((int)(0.5 + (v) * (r) * 256.0)) in color_to_ycbcr() argument 759 int y_offset, int *r, int *g, int *b) in ycbcr2rgb() 773 int *r, int *g, int *b) in ycbcr_to_color() 776 #define COEFF(v, r) ((int)(0.5 + (v) * ((255.0 * 255.0 * 16.0) / (r)))) in ycbcr_to_color() argument 886 int r = tpg_colors[col].r; in precalculate_color() local 2374 unsigned left = params->left_pillar_width; in tpg_fill_plane_extras() local 2402 unsigned left = sq->left; in tpg_fill_plane_extras() local
|
/linux-6.14.4/net/netfilter/ |
D | nft_set_pipapo.c | 374 int r = __builtin_ctzl(bitset); in pipapo_refill() local 1540 unsigned int r; local 1965 int rule_count, u8 *left, u8 *right) 1968 u8 *l = left, *r = right; local 2024 u8 left[NFT_PIPAPO_MAX_BYTES] = { 0 }; local 2116 unsigned int i, r; local 2306 unsigned int i, r; local
|
/linux-6.14.4/drivers/parport/ |
D | parport_pc.c | 210 unsigned char r; in clear_epp_timeout() local 273 size_t left = length; in parport_pc_epp_read_data() local 488 size_t left = length; in parport_pc_fifo_write_block_pio() local 586 size_t left = length; in parport_pc_fifo_write_block_dma() local 726 int r; in parport_pc_compat_write_block_pio() local 800 int r; in parport_pc_ecp_write_block_pio() local 1347 u8 origval, r; in detect_and_report_it87() local 1418 unsigned char r, w; in parport_SPP_supported() local 1499 unsigned char r = 0xc; in parport_ECR_present() local 3162 unsigned long r = simple_strtoul(s, &ep, 0); in parport_parse_param() local
|
/linux-6.14.4/arch/mips/kernel/ |
D | pm-cps.c | 108 unsigned online, left; in cps_pm_enter_state() local 339 struct uasm_reloc *r = relocs; in cps_gen_entry_code() local
|
/linux-6.14.4/drivers/input/mouse/ |
D | hgpk.c | 212 int l, int r, int x, int y) in hgpk_spewing_hack() 346 int left = !!(packet[3] & 1); in hgpk_process_advanced_packet() local 429 int left = packet[0] & 1; in hgpk_process_simple_packet() local
|