Searched refs:right (Results 26 - 50 of 283) sorted by last modified time

1234567891011>>

/linux-master/tools/perf/util/
H A Dtrace-event-parse.c171 field = find_arg_field(prev_state_field, arg->op.right);
203 sym = search_op(prev_state_field, arg->op.right);
H A Dsort.c110 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right) argument
112 return thread__tid(right->thread) - thread__tid(left->thread);
146 sort__simd_cmp(struct hist_entry *left, struct hist_entry *right) argument
148 if (left->simd_flags.arch != right->simd_flags.arch)
149 return (int64_t) left->simd_flags.arch - right->simd_flags.arch;
151 return (int64_t) left->simd_flags.pred - right->simd_flags.pred;
197 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right) argument
199 return strcmp(comm__str(right->comm), comm__str(left->comm));
203 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right) argument
205 return strcmp(comm__str(right
209 sort__comm_sort(struct hist_entry *left, struct hist_entry *right) argument
253 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right) argument
325 sort__sym_cmp(struct hist_entry *left, struct hist_entry *right) argument
346 sort__sym_sort(struct hist_entry *left, struct hist_entry *right) argument
425 sort__symoff_cmp(struct hist_entry *left, struct hist_entry *right) argument
437 sort__symoff_sort(struct hist_entry *left, struct hist_entry *right) argument
476 sort__srcline_cmp(struct hist_entry *left, struct hist_entry *right) argument
488 sort__srcline_collapse(struct hist_entry *left, struct hist_entry *right) argument
499 sort__srcline_sort(struct hist_entry *left, struct hist_entry *right) argument
535 sort__srcline_from_cmp(struct hist_entry *left, struct hist_entry *right) argument
541 sort__srcline_from_collapse(struct hist_entry *left, struct hist_entry *right) argument
553 sort__srcline_from_sort(struct hist_entry *left, struct hist_entry *right) argument
583 sort__srcline_to_cmp(struct hist_entry *left, struct hist_entry *right) argument
589 sort__srcline_to_collapse(struct hist_entry *left, struct hist_entry *right) argument
601 sort__srcline_to_sort(struct hist_entry *left, struct hist_entry *right) argument
705 sort__srcfile_cmp(struct hist_entry *left, struct hist_entry *right) argument
711 sort__srcfile_collapse(struct hist_entry *left, struct hist_entry *right) argument
722 sort__srcfile_sort(struct hist_entry *left, struct hist_entry *right) argument
752 sort__parent_cmp(struct hist_entry *left, struct hist_entry *right) argument
780 sort__cpu_cmp(struct hist_entry *left, struct hist_entry *right) argument
811 sort__cgroup_id_cmp(struct hist_entry *left, struct hist_entry *right) argument
841 sort__cgroup_cmp(struct hist_entry *left, struct hist_entry *right) argument
874 sort__socket_cmp(struct hist_entry *left, struct hist_entry *right) argument
906 sort__time_cmp(struct hist_entry *left, struct hist_entry *right) argument
963 sort__trace_cmp(struct hist_entry *left, struct hist_entry *right) argument
1004 sort__dso_from_cmp(struct hist_entry *left, struct hist_entry *right) argument
1036 sort__dso_to_cmp(struct hist_entry *left, struct hist_entry *right) argument
1068 sort__sym_from_cmp(struct hist_entry *left, struct hist_entry *right) argument
1085 sort__sym_to_cmp(struct hist_entry *left, struct hist_entry *right) argument
1241 sort__addr_from_cmp(struct hist_entry *left, struct hist_entry *right) argument
1265 sort__addr_to_cmp(struct hist_entry *left, struct hist_entry *right) argument
1306 sort__mispredict_cmp(struct hist_entry *left, struct hist_entry *right) argument
1333 sort__cycles_cmp(struct hist_entry *left, struct hist_entry *right) argument
1362 sort__daddr_cmp(struct hist_entry *left, struct hist_entry *right) argument
1388 sort__iaddr_cmp(struct hist_entry *left, struct hist_entry *right) argument
1414 sort__dso_daddr_cmp(struct hist_entry *left, struct hist_entry *right) argument
1439 sort__locked_cmp(struct hist_entry *left, struct hist_entry *right) argument
1467 sort__tlb_cmp(struct hist_entry *left, struct hist_entry *right) argument
1495 sort__lvl_cmp(struct hist_entry *left, struct hist_entry *right) argument
1523 sort__snoop_cmp(struct hist_entry *left, struct hist_entry *right) argument
1551 sort__dcacheline_cmp(struct hist_entry *left, struct hist_entry *right) argument
1645 sort__weight_cmp(struct hist_entry *left, struct hist_entry *right) argument
1678 sort__ins_lat_cmp(struct hist_entry *left, struct hist_entry *right) argument
1711 sort__p_stage_cyc_cmp(struct hist_entry *left, struct hist_entry *right) argument
1801 sort__blocked_cmp(struct hist_entry *left, struct hist_entry *right) argument
1836 sort__phys_daddr_cmp(struct hist_entry *left, struct hist_entry *right) argument
1877 sort__data_page_size_cmp(struct hist_entry *left, struct hist_entry *right) argument
1906 sort__code_page_size_cmp(struct hist_entry *left, struct hist_entry *right) argument
1931 sort__abort_cmp(struct hist_entry *left, struct hist_entry *right) argument
1963 sort__in_tx_cmp(struct hist_entry *left, struct hist_entry *right) argument
1995 sort__transaction_cmp(struct hist_entry *left, struct hist_entry *right) argument
2078 sort__sym_size_cmp(struct hist_entry *left, struct hist_entry *right) argument
2117 sort__dso_size_cmp(struct hist_entry *left, struct hist_entry *right) argument
2147 sort__addr_cmp(struct hist_entry *left, struct hist_entry *right) argument
2191 sort__type_cmp(struct hist_entry *left, struct hist_entry *right) argument
2209 sort__type_collapse(struct hist_entry *left, struct hist_entry *right) argument
2228 sort__type_sort(struct hist_entry *left, struct hist_entry *right) argument
2252 sort__typeoff_sort(struct hist_entry *left, struct hist_entry *right) argument
[all...]
H A Dmetricgroup.c1145 const struct metric *right = container_of(r, struct metric, nd); local
1155 right_count = hashmap__size(right->pctx->ids);
1157 if (!expr__get_id(right->pctx, perf_tool_event__to_str(i), &data))
1174 const struct metric *right = container_of(r, struct metric, nd); local
1175 int diff = strcmp(right->default_metricgroup_name, left->default_metricgroup_name);
1180 return strcmp(right->metric_name, left->metric_name);
H A Dcallchain.c685 const char *right)
690 if (left && right)
691 cmp = strcmp(left, right);
692 else if (!left && right)
694 else if (left && !right)
684 match_chain_strings(const char *left, const char *right) argument
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c329 define_event_symbols(event, ev_name, args->op.right);
/linux-master/tools/perf/
H A Dbuiltin-trace.c2058 * right formatter for the return value (an fd? file flags?), which is
3704 char *right = tok + 1, *right_end; local
3706 if (*right == '=')
3707 ++right;
3709 while (isspace(*right))
3710 ++right;
3712 if (*right == '\0')
3724 right_end = right + 1;
3728 if (isalpha(*right)) {
3731 right_size = right_end - right;
[all...]
H A Dbuiltin-c2c.c519 struct hist_entry *left, struct hist_entry *right)
521 return sort__dcacheline_cmp(left, right);
577 struct hist_entry *left, struct hist_entry *right)
584 if (right->mem_info)
585 r = cl_offset(right->mem_info->daddr.addr, chk_double_cl);
606 struct hist_entry *left, struct hist_entry *right)
608 return sort__iaddr_cmp(left, right);
627 struct hist_entry *left, struct hist_entry *right)
635 c2c_right = container_of(right, struct c2c_hist_entry, he);
659 struct hist_entry *left, struct hist_entry *right) \
518 dcacheline_cmp(struct perf_hpp_fmt *fmt __maybe_unused, struct hist_entry *left, struct hist_entry *right) argument
576 offset_cmp(struct perf_hpp_fmt *fmt __maybe_unused, struct hist_entry *left, struct hist_entry *right) argument
605 iaddr_cmp(struct perf_hpp_fmt *fmt __maybe_unused, struct hist_entry *left, struct hist_entry *right) argument
626 tot_hitm_cmp(struct perf_hpp_fmt *fmt __maybe_unused, struct hist_entry *left, struct hist_entry *right) argument
734 tot_recs_cmp(struct perf_hpp_fmt *fmt __maybe_unused, struct hist_entry *left, struct hist_entry *right) argument
772 tot_loads_cmp(struct perf_hpp_fmt *fmt __maybe_unused, struct hist_entry *left, struct hist_entry *right) argument
875 percent_costly_snoop_cmp(struct perf_hpp_fmt *fmt __maybe_unused, struct hist_entry *left, struct hist_entry *right) argument
951 percent_rmt_hitm_cmp(struct perf_hpp_fmt *fmt __maybe_unused, struct hist_entry *left, struct hist_entry *right) argument
982 percent_lcl_hitm_cmp(struct perf_hpp_fmt *fmt __maybe_unused, struct hist_entry *left, struct hist_entry *right) argument
1013 percent_lcl_peer_cmp(struct perf_hpp_fmt *fmt __maybe_unused, struct hist_entry *left, struct hist_entry *right) argument
1044 percent_rmt_peer_cmp(struct perf_hpp_fmt *fmt __maybe_unused, struct hist_entry *left, struct hist_entry *right) argument
1075 percent_stores_l1hit_cmp(struct perf_hpp_fmt *fmt __maybe_unused, struct hist_entry *left, struct hist_entry *right) argument
1106 percent_stores_l1miss_cmp(struct perf_hpp_fmt *fmt __maybe_unused, struct hist_entry *left, struct hist_entry *right) argument
1137 percent_stores_na_cmp(struct perf_hpp_fmt *fmt __maybe_unused, struct hist_entry *left, struct hist_entry *right) argument
1162 pid_cmp(struct perf_hpp_fmt *fmt __maybe_unused, struct hist_entry *left, struct hist_entry *right) argument
[all...]
/linux-master/sound/pci/
H A Des1938.c1209 unsigned char left, right; local
1213 right = snd_es1938_reg_read(chip, right_reg);
1215 right = left;
1217 ucontrol->value.integer.value[1] = (right >> shift_right) & mask;
H A Dcmipci.c258 #define CM_PROINV 0x02 /* SBPro left/right channel switching */
280 #define CM_WAVEINR 0x04 /* digical wave rec. right */
288 #define CM_RAUXREN 0x80 /* AUX right capture */
292 #define CM_VAUXRM 0x20 /* AUX right mute */
2048 int left, right, oleft, oright; local
2056 right = ucontrol->value.integer.value[1] & reg.mask;
2058 right = reg.mask - right;
2059 right <<= reg.right_shift;
2061 right
[all...]
/linux-master/sound/pci/ctxfi/
H A Dctdaio.c29 unsigned short right; member in struct:daio_rsc_idx
33 [LINEO1] = {.left = 0x00, .right = 0x01},
34 [LINEO2] = {.left = 0x18, .right = 0x19},
35 [LINEO3] = {.left = 0x08, .right = 0x09},
36 [LINEO4] = {.left = 0x10, .right = 0x11},
37 [LINEIM] = {.left = 0x1b5, .right = 0x1bd},
38 [SPDIFOO] = {.left = 0x20, .right = 0x21},
39 [SPDIFIO] = {.left = 0x15, .right = 0x1d},
40 [SPDIFI1] = {.left = 0x95, .right = 0x9d},
44 [LINEO1] = {.left = 0x40, .right
[all...]
/linux-master/sound/drivers/
H A Ddummy.c739 int left, right; local
746 right = ucontrol->value.integer.value[1];
747 if (right < mixer_volume_level_min)
748 right = mixer_volume_level_min;
749 if (right > mixer_volume_level_max)
750 right = mixer_volume_level_max;
753 dummy->mixer_volume[addr][1] != right;
755 dummy->mixer_volume[addr][1] = right;
787 int left, right; local
790 right
[all...]
/linux-master/sound/core/oss/
H A Dmixer_oss.c255 int result = 0, left, right; local
262 right = pslot->volume[1];
264 result = pslot->get_volume(fmixer, pslot, &left, &right);
266 right = left;
269 if (snd_BUG_ON(right < 0 || right > 100))
273 pslot->volume[1] = right;
274 result = (left & 0xff) | ((right & 0xff) << 8);
284 int result = 0, left = volume & 0xff, right = (volume >> 8) & 0xff; local
292 if (right > 10
516 snd_mixer_oss_get_volume1_vol(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int *left, int *right) argument
548 snd_mixer_oss_get_volume1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int *left, int *right, int route) argument
582 snd_mixer_oss_get_volume1(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int *left, int *right) argument
608 snd_mixer_oss_put_volume1_vol(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int left, int right) argument
644 snd_mixer_oss_put_volume1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int left, int right, int route) argument
685 snd_mixer_oss_put_volume1(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int left, int right) argument
739 int left, right; local
752 int left, right; local
[all...]
/linux-master/kernel/
H A Dpid.c382 void exchange_tids(struct task_struct *left, struct task_struct *right) argument
385 struct pid *pid2 = right->thread_pid;
394 rcu_assign_pointer(right->thread_pid, pid1);
398 WRITE_ONCE(right->pid, pid_nr(pid1));
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h414 * not return ANY matches in this file other than right here:
2124 /* LED to indicate right side */
4715 uint8_t right; member in struct:ec_param_ec_codec_i2s_rx_set_gain
/linux-master/include/linux/
H A Dmin_heap.h38 void *left, *right; local
48 right = data + (i * 2 + 2) * func->elem_size;
49 i = func->less(left, right) ? i * 2 + 1 : i * 2 + 2;
H A Defi.h703 efi_guidcmp (efi_guid_t left, efi_guid_t right) argument
705 return memcmp(&left, &right, sizeof (efi_guid_t));
/linux-master/fs/xfs/scrub/
H A Dbitmap.c102 /* overlaps with the right side of the clearing range */
125 struct xbitmap64_node *right; local
143 /* Do we have a right-adjacent extent? */
144 right = xbitmap64_tree_iter_first(&bitmap->xb_root, last + 1, last + 1);
145 ASSERT(!right || right->bn_start == last + 1);
147 if (left && right) {
148 /* combine left and right adjacent extent */
150 xbitmap64_tree_remove(right, &bitmap->xb_root);
151 left->bn_last = right
399 struct xbitmap32_node *right; local
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount.c335 * which extent is to the left or the right of that extent. Now we
336 * have a left, current, and right extent. If the new reference count
337 * of the center extent enables us to merge left, center, and right
341 * If the center extent is at the right end of the range, abuts the
342 * right extent, and the reference counts match, merge those. In the
419 /* Establish the right extent. */
447 * Merge the left, center, and right extents.
454 struct xfs_refcount_irec *right,
462 cur->bc_ag.pag->pag_agno, left, center, right);
465 ASSERT(right
450 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) argument
601 xfs_refcount_merge_right_extent( struct xfs_btree_cur *cur, struct xfs_refcount_irec *right, struct xfs_refcount_irec *cright, xfs_extlen_t *aglen) argument
766 xfs_refcount_find_right_extents( struct xfs_btree_cur *cur, struct xfs_refcount_irec *right, struct xfs_refcount_irec *cright, enum xfs_refc_domain domain, xfs_agblock_t agbno, xfs_extlen_t aglen) argument
876 xfs_refc_want_merge_center( const struct xfs_refcount_irec *left, const struct xfs_refcount_irec *cleft, const struct xfs_refcount_irec *cright, const struct xfs_refcount_irec *right, bool cleft_is_cright, enum xfs_refc_adjust_op adjust, unsigned long long *ulenp) argument
956 xfs_refc_want_merge_right( const struct xfs_refcount_irec *cright, const struct xfs_refcount_irec *right, enum xfs_refc_adjust_op adjust) argument
1002 struct xfs_refcount_irec cright = {0}, right = {0}; local
[all...]
H A Dxfs_btree.c969 xfs_fsblock_t right = be64_to_cpu(block->bb_u.l.bb_rightsib); local
978 if ((lr & XFS_BTCUR_RIGHTRA) && right != NULLFSBLOCK) {
979 xfs_buf_readahead(mp->m_ddev_targp, XFS_FSB_TO_DADDR(mp, right),
995 xfbno_t right = be64_to_cpu(block->bb_u.l.bb_rightsib); local
1004 if ((lr & XFS_BTCUR_RIGHTRA) && right != NULLFSBLOCK) {
1005 xfs_buf_readahead(btp, xfbno_to_daddr(right), XFBNO_BBSIZE,
1022 xfs_agblock_t right = be32_to_cpu(block->bb_u.s.bb_rightsib); local
1032 if ((lr & XFS_BTCUR_RIGHTRA) && right != NULLAGBLOCK) {
1034 XFS_AGB_TO_DADDR(mp, agno, right),
1050 int lr) /* left/right bit
2459 struct xfs_btree_block *right; /* right btree block */ local
2655 struct xfs_btree_block *right; /* right btree block */ local
2855 struct xfs_btree_block *right; /* right btree block */ local
3263 struct xfs_btree_block *right; /* right btree block */ local
3914 struct xfs_btree_block *right; /* right btree block */ local
[all...]
H A Dxfs_bmap.c334 * Check that the extents for the inode ip are in the right order in all
427 * Loop over all leaf nodes checking that all extents are in the right order.
735 * the root is at the right level.
1456 /* left is 0, right is 1, prev is 2 */
1514 * Check and set flags if this segment has a right neighbor.
1547 * The left and right neighbors are both contiguous with new.
1594 * The left neighbor is contiguous, the right is not.
1624 * The right neighbor is contiguous, the left is not. Take care
1658 * Neither the left nor right neighbors are contiguous with
1781 * The right neighbo
2574 xfs_bmbt_irec_t right; /* right neighbor extent entry */ local
2720 xfs_bmbt_irec_t right; /* right neighbor extent entry */ local
[all...]
/linux-master/fs/nilfs2/
H A Dbtree.c182 /* Assume the buffer heads corresponding to left and right are locked. */
184 struct nilfs_btree_node *right,
195 rdkeys = nilfs_btree_node_dkeys(right);
196 rdptrs = nilfs_btree_node_dptrs(right, rncmax);
197 rnchildren = nilfs_btree_node_get_nchildren(right);
207 nilfs_btree_node_set_nchildren(right, rnchildren);
210 /* Assume that the buffer heads corresponding to left and right are locked. */
212 struct nilfs_btree_node *right,
223 rdkeys = nilfs_btree_node_dkeys(right);
224 rdptrs = nilfs_btree_node_dptrs(right, rncma
183 nilfs_btree_node_move_left(struct nilfs_btree_node *left, struct nilfs_btree_node *right, int n, int lncmax, int rncmax) argument
211 nilfs_btree_node_move_right(struct nilfs_btree_node *left, struct nilfs_btree_node *right, int n, int lncmax, int rncmax) argument
890 struct nilfs_btree_node *node, *right; local
937 struct nilfs_btree_node *node, *right; local
1324 struct nilfs_btree_node *node, *right; local
1383 struct nilfs_btree_node *node, *right; local
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c57 * @right: Right side of bounding box.
68 s32 left, right, top, bottom; member in struct:vmw_stdu_dirty
256 * @right: Right side of bounding box.
261 s32 left, s32 right, s32 top, s32 bottom)
271 update->body.rect.w = right - left;
468 ddirty->right = max_t(s32, ddirty->right, dirty->unit_x2);
504 width = ddirty->right - ddirty->left;
582 ddirty.right = ddirty.bottom = S32_MIN;
639 sdirty->right
260 vmw_stdu_populate_update(void *cmd, int unit, s32 left, s32 right, s32 top, s32 bottom) argument
[all...]
H A Dvmwgfx_scrn.c48 * @right: Right side of bounding box.
57 s32 left, right, top, bottom; member in struct:vmw_kms_sou_surface_dirty
512 blit->body.destRect.right = clip->x2;
604 blit->body.srcRect.right = 0;
609 blit->body.destRect.right = 0;
627 rect->right = clip->x2;
664 blit->body.srcRect.right = src_bb.x2;
669 blit->body.destRect.right = bb->x2;
676 rect->right -= bb->x1;
1015 cmd->body.destRect.right
[all...]
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_plane.c394 unsigned int left, right, top, bottom, adjhdisplay, adjvdisplay; local
400 vc4_crtc_get_margins(crtc_state, &left, &right, &top, &bottom);
401 if (!left && !right && !top && !bottom)
404 if (left + right >= crtc_state->mode.hdisplay ||
408 adjhdisplay = crtc_state->mode.hdisplay - (left + right);
413 if (vc4_pstate->crtc_x > crtc_state->mode.hdisplay - right)
414 vc4_pstate->crtc_x = crtc_state->mode.hdisplay - right;
939 /* Rows of tiles alternate left-to-right and right-to-left. */
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_tv.c1344 conn_state->tv.margins.right);
1561 conn_state->tv.margins.right);
1868 old_state->tv.margins.right != new_state->tv.margins.right ||
1900 conn_state->tv.margins.right = 46;
1926 conn_state->tv.margins.right);

Completed in 623 milliseconds

1234567891011>>