/linux-6.15/tools/testing/shared/linux/ |
D | radix-tree.h | 10 static inline void trace_call_rcu(struct rcu_head *head, in trace_call_rcu() 11 void (*func)(struct rcu_head *head)) in trace_call_rcu() 24 #define call_rcu(x, y) trace_call_rcu(x, y) argument
|
/linux-6.15/drivers/net/wireless/ath/carl9170/ |
D | fwdesc.h | 93 #define CARL9170FW_SET_YEAR(y) (((y) - 10) * 372) argument 97 #define CARL9170FW_GET_YEAR(y) ((y) / 372 + 10) argument 113 struct carl9170fw_desc_head head; member 134 struct carl9170fw_desc_head head; member 151 struct carl9170fw_desc_head head; member 160 struct carl9170fw_desc_head head; member 176 struct carl9170fw_desc_head head; member 186 struct carl9170fw_desc_head head; member 196 struct carl9170fw_desc_head head; member 206 struct carl9170fw_desc_head head; member [all …]
|
/linux-6.15/drivers/char/agp/ |
D | isoch.c | 23 static void agp_3_5_dev_list_insert(struct list_head *head, struct list_head *new) in agp_3_5_dev_list_insert() 40 struct list_head *pos, *tmp, *head = &list->list, *start = head->next; in agp_3_5_dev_list_sort() local 74 u32 y; in agp_3_5_isochronous_node_enable() member 81 struct list_head *head = &dev_list->list, *pos; in agp_3_5_isochronous_node_enable() local 287 struct list_head *head = &dev_list->list, *pos; in agp_3_5_nonisochronous_node_enable() local 322 struct list_head *head, *pos; in agp_3_5_enable() local
|
/linux-6.15/drivers/video/fbdev/core/ |
D | modedb.c | 23 #define res_matches(v, x, y) \ argument 964 struct list_head *head) in fb_find_best_mode() 999 struct list_head *head) in fb_find_nearest_mode() 1036 struct list_head *head) in fb_match_mode() 1058 int fb_add_videomode(const struct fb_videomode *mode, struct list_head *head) in fb_add_videomode() 1092 struct list_head *head) in fb_delete_videomode() 1112 void fb_destroy_modelist(struct list_head *head) in fb_destroy_modelist() 1130 struct list_head *head) in fb_videomode_to_modelist() 1143 struct list_head *head) in fb_find_best_display()
|
/linux-6.15/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 645 int x, int y, struct drm_framebuffer *old_fb) in nv_crtc_mode_set() 696 int head = nv_crtc->index; in nv_crtc_restore() local 842 int x, int y, bool atomic) in nv04_crtc_do_mode_set_base() 919 nv04_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in nv04_crtc_mode_set_base() 931 int x, int y, enum mode_set_atomic state) in nv04_crtc_mode_set_base_atomic() 1039 nv04_crtc_cursor_move(struct drm_crtc *crtc, int x, int y) in nv04_crtc_cursor_move() 1048 struct list_head head; member 1169 int head = nouveau_crtc(crtc)->index; in nv04_crtc_page_flip() local
|
/linux-6.15/drivers/input/joystick/iforce/ |
D | iforce-packets.c | 14 __s32 y; member 33 int head, tail; in iforce_send_packet() local
|
/linux-6.15/drivers/video/fbdev/ |
D | sm501fb.c | 105 enum sm501_controller head; member 1084 unsigned int y = cursor->image.dy; in sm501fb_cursor() local 1123 int x, y; in sm501fb_cursor() local 1190 enum sm501_controller head; in sm501fb_crtsrc_store() local 1686 static int sm501fb_init_fb(struct fb_info *fb, enum sm501_controller head, in sm501fb_init_fb() 1872 enum sm501_controller head) in sm501fb_probe_one() 1904 enum sm501_controller head) in sm501_free_init_fb() 1915 enum sm501_controller head, const char *drvname) in sm501fb_start_one() 2084 enum sm501_controller head) in sm501fb_suspend_fb() 2135 enum sm501_controller head) in sm501fb_resume_fb()
|
/linux-6.15/tools/perf/ui/ |
D | browser.c | 47 void ui_browser__gotorc_title(struct ui_browser *browser, int y, int x) in ui_browser__gotorc_title() 52 void ui_browser__gotorc(struct ui_browser *browser, int y, int x) in ui_browser__gotorc() 105 struct list_head *head = browser->entries; in ui_browser__list_head_seek() local 503 struct list_head *head = browser->entries; in ui_browser__list_head_refresh() local
|
/linux-6.15/drivers/char/tpm/ |
D | tpm2-sessions.c | 161 struct tpm_header *head = (struct tpm_header *)buf->data; in tpm2_parse_read_public() local 497 u8 encoded_key[EC_PT_SZ], *x, *y; in tpm_buf_append_salt() local 590 struct tpm_header *head = (struct tpm_header *)buf->data; in tpm_buf_fill_hmac_session() local 748 struct tpm_header *head = (struct tpm_header *)buf->data; in tpm_buf_check_hmac_response() local 897 struct tpm_header *head = (struct tpm_header *)buf->data; in tpm2_parse_start_auth_session() local 1069 struct tpm_header *head = (struct tpm_header *)buf->data; in tpm2_parse_create_primary() local
|
/linux-6.15/arch/x86/events/intel/ |
D | pt.c | 961 void *head = pt_buffer_region(buf); in pt_handle_status() local 1111 unsigned long head = local64_read(&buf->head); in pt_buffer_reset_markers() local 1189 static void pt_buffer_reset_offsets(struct pt_buffer *buf, unsigned long head) in pt_buffer_reset_offsets() 1425 #define clamp_to_ge_canonical_addr(x, y) (x) argument 1426 #define clamp_to_le_canonical_addr(x, y) (x) argument 1452 struct perf_addr_filters_head *head = perf_event_addr_filters(event); in pt_event_addr_filters_sync() local
|
/linux-6.15/net/sched/ |
D | sch_hfsc.c | 96 u64 y; /* current starting position on y-axis */ member 387 u64 y; in seg_x2y() local 399 seg_y2x(u64 y, u64 ism) in seg_y2x() 491 rtsc_init(struct runtime_sc *rtsc, struct internal_sc *isc, u64 x, u64 y) in rtsc_init() 508 rtsc_y2x(struct runtime_sc *rtsc, u64 y) in rtsc_y2x() 531 u64 y; in rtsc_x2y() local 550 rtsc_min(struct runtime_sc *rtsc, struct internal_sc *isc, u64 x, u64 y) in rtsc_min() 1142 struct hfsc_class *head, *cl; in hfsc_classify() local
|
/linux-6.15/drivers/ps3/ |
D | ps3av_cmd.c | 366 u32 ps3av_cmd_set_video_mode(void *p, u32 head, int video_vid, int video_fmt, in ps3av_cmd_set_video_mode() 370 u32 x, y; in ps3av_cmd_set_video_mode() local 409 int ps3av_cmd_video_format_black(u32 head, u32 video_fmt, u32 mute) in ps3av_cmd_video_format_black()
|
D | ps3av.c | 43 u32 head[PS3AV_HEAD_MAX]; member 67 u32 y; member
|
/linux-6.15/drivers/video/fbdev/omap/ |
D | hwa742.c | 71 int x, y, width, height; member 196 static void enable_tearsync(int y, int width, int height, int screen_height, in enable_tearsync() 303 static void submit_req_list(struct list_head *head) in submit_req_list() 339 int y = par->y; in send_frame_handler() local 429 int y = win->y; in create_req_list() local
|
/linux-6.15/include/drm/ |
D | drm_crtc.h | 944 struct list_head head; member 1056 int y; member 1199 uint32_t y; member
|
/linux-6.15/drivers/media/platform/nuvoton/ |
D | npcm-video.c | 88 struct list_head *head; member 195 static void npcm_video_ece_prepend_rect_header(void *addr, u16 x, u16 y, u16 w, u16 h) in npcm_video_ece_prepend_rect_header() 391 struct list_head *head, *pos, *nx; in npcm_video_free_diff_table() local 407 unsigned int x, unsigned int y, in npcm_video_add_rect() 410 struct list_head *head = &video->list[index]; in npcm_video_add_rect() local 431 struct list_head *head = info->head; in npcm_video_merge_rect() local 1525 struct list_head *head, *pos, *nx; in npcm_video_buf_finish() local
|
/linux-6.15/mm/ |
D | vmalloc.c | 855 struct list_head head; member 867 struct list_head head; member 1171 struct list_head *head, bool augment) in __link_va() 1211 struct list_head *head) in link_va() 1219 struct list_head *head) in link_va_augment() 1323 struct rb_root *root, struct list_head *head) in insert_vmap_area() 1336 struct list_head *head) in insert_vmap_area_augment() 1365 struct rb_root *root, struct list_head *head, bool augment) in __merge_or_add_vmap_area() 1449 struct rb_root *root, struct list_head *head) in merge_or_add_vmap_area() 1456 struct rb_root *root, struct list_head *head) in merge_or_add_vmap_area_augment() [all …]
|
/linux-6.15/fs/btrfs/ |
D | space-info.c | 191 struct list_head *head = &info->space_info; in btrfs_clear_space_info_full() local 345 struct list_head *head = &info->space_info; in btrfs_find_space_info() local 484 struct list_head *head; in btrfs_try_granting_tickets() local 1908 static u64 calc_pct_ratio(u64 x, u64 y) in calc_pct_ratio()
|
/linux-6.15/fs/gfs2/ |
D | super.c | 85 static struct gfs2_jdesc *jdesc_find_i(struct list_head *head, unsigned int jid) in jdesc_find_i() 137 struct gfs2_log_header_host head; in gfs2_make_fs_rw() local 230 s64 x, y; in gfs2_statfs_change() local
|
/linux-6.15/drivers/edac/ |
D | thunderx_edac.c | 544 unsigned long head = ring_pos(lmc->ring_head, ARRAY_SIZE(lmc->err_ctx)); in thunderx_lmc_err_isr() local 963 #define OCX_LNE_STAT(x, y) (0x8040 + (x) * 0x100 + (y) * 8) argument 1076 unsigned long head = ring_pos(ocx->com_ring_head, in thunderx_ocx_com_isr() local 1167 unsigned long head = ring_pos(ocx->link_ring_head, in thunderx_ocx_lnk_isr() local 1759 unsigned long head = ring_pos(tad->ring_head, ARRAY_SIZE(tad->err_ctx)); in thunderx_l2c_tad_isr() local 1791 unsigned long head = ring_pos(cbc->ring_head, ARRAY_SIZE(cbc->err_ctx)); in thunderx_l2c_cbc_isr() local 1820 unsigned long head = ring_pos(mci->ring_head, ARRAY_SIZE(mci->err_ctx)); in thunderx_l2c_mci_isr() local
|
/linux-6.15/drivers/firmware/ |
D | dmi_scan.c | 1000 const struct list_head *head = from ? &from->list : &dmi_devices; in dmi_find_device() local 1038 const char *s, *y; in dmi_get_date() local
|
/linux-6.15/tools/perf/util/ |
D | evlist.c | 71 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) argument 72 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y) argument 598 struct hlist_head *head; in evlist__id2sid() local 666 struct hlist_head *head; in evlist__event2evsel() local
|
/linux-6.15/drivers/input/ |
D | mousedev.c | 53 int x, y; member 100 unsigned int head, tail; member
|
/linux-6.15/drivers/base/power/ |
D | main.c | 43 #define list_for_each_entry_rcu_locked(pos, head, member) \ argument 567 #define dpm_watchdog_set(x, y) argument
|
/linux-6.15/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rs.h | 242 #define TIME_WRAP_AROUND(x, y) (((y) > (x)) ? (y) - (x) : (0-(x)) + (y)) argument 311 u8 head; /* start of the circular buffer */ member
|