/linux-6.14.4/kernel/trace/ |
D | trace_stat.c | 27 struct rb_node node; member 34 struct tracer_stat *ts; member 125 struct tracer_stat *ts = session->ts; in stat_seq_init() local 171 struct rb_node *node; in stat_seq_start() local 195 struct rb_node *node = p; in stat_seq_next() local 307 struct stat_session *session, *node; in register_stat_tracer() local 347 struct stat_session *node, *tmp; in unregister_stat_tracer() local
|
/linux-6.14.4/io_uring/ |
D | io_uring.c | 250 struct llist_node *node = llist_del_all(&ctx->fallback_llist); in io_fallback_req_func() local 252 struct io_tw_state ts = {}; in io_fallback_req_func() local 545 static void io_req_queue_iowq_tw(struct io_kiocb *req, struct io_tw_state *ts) in io_req_queue_iowq_tw() 1024 static void ctx_flush_and_put(struct io_ring_ctx *ctx, struct io_tw_state *ts) in ctx_flush_and_put() 1041 struct llist_node *io_handle_tw_list(struct llist_node *node, in io_handle_tw_list() 1046 struct io_tw_state ts = { }; in io_handle_tw_list() local 1075 static __cold void __io_fallback_tw(struct llist_node *node, bool sync) in __io_fallback_tw() 1104 struct llist_node *node = llist_del_all(&tctx->task_list); in io_fallback_tw() local 1113 struct llist_node *node; in tctx_task_work_run() local 1259 struct llist_node *node = llist_del_all(&ctx->work_llist); in io_move_task_work_from_local() local [all …]
|
D | cancel.c | 171 struct io_tctx_node *node; in __io_async_cancel() local 243 struct io_rsrc_node *node; in __io_sync_cancel() local 300 struct timespec64 ts = { in io_sync_cancel() local
|
D | uring_cmd.c | 105 static void io_uring_cmd_work(struct io_kiocb *req, struct io_tw_state *ts) in io_uring_cmd_work() 204 struct io_rsrc_node *node; in io_uring_cmd_prep() local 263 struct io_rsrc_node *node = req->buf_node; in io_uring_cmd_import_fixed() local
|
D | msg_ring.c | 74 static void io_msg_tw_complete(struct io_kiocb *req, struct io_tw_state *ts) in io_msg_tw_complete() 179 struct io_rsrc_node *node; in io_msg_grab_file() local
|
/linux-6.14.4/drivers/input/touchscreen/ |
D | mxs-lradc-ts.c | 91 static bool mxs_lradc_check_touch_event(struct mxs_lradc_ts *ts) in mxs_lradc_check_touch_event() 97 static void mxs_lradc_map_ts_channel(struct mxs_lradc_ts *ts, unsigned int vch, in mxs_lradc_map_ts_channel() 106 static void mxs_lradc_setup_ts_channel(struct mxs_lradc_ts *ts, unsigned int ch) in mxs_lradc_setup_ts_channel() 160 static void mxs_lradc_setup_ts_pressure(struct mxs_lradc_ts *ts, in mxs_lradc_setup_ts_pressure() 208 static unsigned int mxs_lradc_ts_read_raw_channel(struct mxs_lradc_ts *ts, in mxs_lradc_ts_read_raw_channel() 224 static unsigned int mxs_lradc_read_ts_pressure(struct mxs_lradc_ts *ts, in mxs_lradc_read_ts_pressure() 272 static void mxs_lradc_setup_touch_detection(struct mxs_lradc_ts *ts) in mxs_lradc_setup_touch_detection() 300 static void mxs_lradc_prepare_x_pos(struct mxs_lradc_ts *ts) in mxs_lradc_prepare_x_pos() 326 static void mxs_lradc_prepare_y_pos(struct mxs_lradc_ts *ts) in mxs_lradc_prepare_y_pos() 352 static void mxs_lradc_prepare_pressure(struct mxs_lradc_ts *ts) in mxs_lradc_prepare_pressure() [all …]
|
D | ti_am335x_tsc.c | 62 static unsigned int titsc_readl(struct titsc *ts, unsigned int reg) in titsc_readl() 350 struct device_node *node = pdev->dev.of_node; in titsc_parse_dt() local
|
/linux-6.14.4/arch/x86/um/vdso/ |
D | um_vdso.c | 22 int __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts) in __vdso_clock_gettime() 63 __vdso_getcpu(unsigned int *cpu, unsigned int *node, struct getcpu_cache *unused) in __vdso_getcpu()
|
/linux-6.14.4/drivers/ptp/ |
D | ptp_ines.c | 165 struct device_node *node; member 194 struct device_node *node = device->of_node; in ines_clock_init() local 236 static struct ines_port *ines_find_port(struct device_node *node, u32 index) in ines_find_port() 257 struct ines_timestamp *ts; in ines_find_rxts() local 289 struct ines_timestamp ts; in ines_find_txts() local 430 struct ines_timestamp *ts, struct device *dev) in ines_match() 497 struct ines_timestamp *ts; in ines_rxfifo_read() local 553 static bool ines_timestamp_expired(struct ines_timestamp *ts) in ines_timestamp_expired() 698 struct device_node *node = device->of_node; in ines_ptp_probe_channel() local
|
D | ptp_qoriq.c | 261 int ptp_qoriq_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) in ptp_qoriq_gettime() 280 const struct timespec64 *ts) in ptp_qoriq_settime() 415 struct device_node *node) in ptp_qoriq_auto_config() 471 struct device_node *node = ptp_qoriq->dev->of_node; in ptp_qoriq_init() local
|
/linux-6.14.4/tools/testing/selftests/vDSO/ |
D | vdso_test_correctness.c | 151 static long sys_getcpu(unsigned * cpu, unsigned * node, in sys_getcpu() 157 static inline int sys_clock_gettime(clockid_t id, struct timespec *ts) in sys_clock_gettime() 162 static inline int sys_clock_gettime64(clockid_t id, struct __kernel_timespec *ts) in sys_clock_gettime64() 186 unsigned node; in test_getcpu() local
|
/linux-6.14.4/tools/perf/ |
D | builtin-lock.c | 70 struct rb_node *node; in thread_stat_find() local 448 struct rb_node *node = result.rb_node; in pop_from_result() local 486 static struct lock_seq_stat *get_seq(struct thread_stat *ts, u64 addr) in get_seq() 556 struct thread_stat *ts; in report_lock_acquire_event() local 631 struct thread_stat *ts; in report_lock_acquired_event() local 697 struct thread_stat *ts; in report_lock_contended_event() local 755 struct thread_stat *ts; in report_lock_release_event() local 862 struct callchain_cursor_node *node; in lock_contention_caller() local 910 struct callchain_cursor_node *node; in callchain_id() local 956 struct thread_stat *ts; in report_lock_contention_begin_event() local [all …]
|
/linux-6.14.4/drivers/net/ethernet/ti/ |
D | cpts.c | 242 struct timespec64 *ts, in cpts_ptp_gettimeex() 261 const struct timespec64 *ts) in cpts_ptp_settime() 651 static int cpts_of_mux_clk_setup(struct cpts *cpts, struct device_node *node) in cpts_of_mux_clk_setup() 724 static int cpts_of_parse(struct cpts *cpts, struct device_node *node) in cpts_of_parse() 747 struct device_node *node, u32 n_ext_ts) in cpts_create()
|
D | am65-cpts.c | 517 struct timespec64 *ts, in am65_cpts_ptp_gettimex() 545 const struct timespec64 *ts) in am65_cpts_ptp_settime() 639 struct timespec64 ts; in am65_cpts_perout_enable_hw() local 697 struct timespec64 ts; in am65_cpts_pps_enable() local 1030 struct device_node *node) in cpts_of_mux_clk_setup() 1095 static int am65_cpts_of_parse(struct am65_cpts *cpts, struct device_node *node) in am65_cpts_of_parse() 1134 struct device_node *node) in am65_cpts_create() 1301 struct device_node *node = pdev->dev.of_node; in am65_cpts_probe() local
|
/linux-6.14.4/include/media/ |
D | v4l2-event.h | 35 u64 ts; member 76 struct list_head node; member
|
/linux-6.14.4/arch/mips/mti-malta/ |
D | malta-time.c | 120 void read_persistent_clock64(struct timespec64 *ts) in read_persistent_clock64() 205 struct device_node *node; in update_gic_frequency_dt() local
|
/linux-6.14.4/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_smi_events.c | 264 void kfd_smi_event_page_fault_start(struct kfd_node *node, pid_t pid, in kfd_smi_event_page_fault_start() 266 ktime_t ts) in kfd_smi_event_page_fault_start() 273 void kfd_smi_event_page_fault_end(struct kfd_node *node, pid_t pid, in kfd_smi_event_page_fault_end() 281 void kfd_smi_event_migration_start(struct kfd_node *node, pid_t pid, in kfd_smi_event_migration_start() 293 void kfd_smi_event_migration_end(struct kfd_node *node, pid_t pid, in kfd_smi_event_migration_end() 304 void kfd_smi_event_queue_eviction(struct kfd_node *node, pid_t pid, in kfd_smi_event_queue_eviction() 312 void kfd_smi_event_queue_restore(struct kfd_node *node, pid_t pid) in kfd_smi_event_queue_restore() 339 void kfd_smi_event_unmap_from_gpu(struct kfd_node *node, pid_t pid, in kfd_smi_event_unmap_from_gpu()
|
/linux-6.14.4/tools/perf/tests/ |
D | switch-tracking.c | 28 struct timespec ts; in spin_sleep() local 219 struct event_node *node; in add_event() local 246 struct event_node *node; in free_event_nodes() local 270 struct event_node *events_array, *node; in process_events() local
|
/linux-6.14.4/arch/arm/xen/ |
D | enlighten.c | 78 static void xen_read_wallclock(struct timespec64 *ts) in xen_read_wallclock() 218 static int __init fdt_find_hyper_node(unsigned long node, const char *uname, in fdt_find_hyper_node() 547 struct timespec64 ts; in xen_late_init() local
|
/linux-6.14.4/include/linux/mfd/ |
D | ipaq-micro.h | 90 struct list_head node; member 121 void (*ts) (void *data, int len, unsigned char *rxdata); member
|
/linux-6.14.4/ipc/ |
D | mqueue.c | 236 struct rb_node *node = &leaf->rb_node; in msg_tree_erase() local 845 struct timespec64 *ts) in prepare_timeout() 1064 struct timespec64 *ts) in do_mq_timedsend() 1169 struct timespec64 *ts) in do_mq_timedreceive() 1262 struct timespec64 ts, *p = NULL; in SYSCALL_DEFINE5() local 1276 struct timespec64 ts, *p = NULL; in SYSCALL_DEFINE5() local 1573 struct timespec64 *ts) in compat_prepare_timeout() 1587 struct timespec64 ts, *p = NULL; in SYSCALL_DEFINE5() local 1602 struct timespec64 ts, *p = NULL; in SYSCALL_DEFINE5() local
|
/linux-6.14.4/drivers/media/platform/raspberrypi/pisp_be/ |
D | pisp_be.c | 134 #define NODE_IS_META(node) ( \ argument 136 #define NODE_IS_OUTPUT(node) ( \ argument 140 #define NODE_IS_CAPTURE(node) ( \ argument 143 #define NODE_IS_MPLANE(node) ( \ argument 173 #define NODE_NAME(node) \ argument 213 struct pispbe_node node[PISPBE_NUM_NODES]; member 306 struct pispbe_node *node) in pispbe_get_planes_addr() 455 struct pispbe_node *node; in pispbe_prepare_job() local 625 u64 ts = ktime_get_ns(); in pispbe_isr_jobdone() local 785 struct pispbe_node *node = vb2_get_drv_priv(q); in pispbe_node_queue_setup() local [all …]
|
/linux-6.14.4/drivers/media/platform/raspberrypi/rp1-cfe/ |
D | cfe.c | 184 #define is_fe_node(node) (((node)->id) >= FE_OUT0) argument 185 #define is_csi2_node(node) (!is_fe_node(node)) argument 187 #define node_supports_image_output(node) \ argument 189 #define node_supports_meta_output(node) \ argument 191 #define node_supports_image_input(node) \ argument 193 #define node_supports_meta_input(node) \ argument 195 #define node_supports_image(node) \ argument 197 #define node_supports_meta(node) \ argument 200 #define is_image_output_node(node) \ argument 202 #define is_image_input_node(node) \ argument [all …]
|
/linux-6.14.4/drivers/media/platform/broadcom/ |
D | bcm2835-unicam.c | 233 struct unicam_node node[UNICAM_MAX_NODES]; member 282 static inline bool is_metadata_node(struct unicam_node *node) in is_metadata_node() 287 static inline bool is_image_node(struct unicam_node *node) in is_image_node() 640 static void unicam_wr_dma_addr(struct unicam_node *node, in unicam_wr_dma_addr() 663 struct unicam_node *node = &unicam->node[UNICAM_IMAGE_NODE]; in unicam_get_lines_done() local 675 static void unicam_schedule_next_buffer(struct unicam_node *node) in unicam_schedule_next_buffer() 686 static void unicam_schedule_dummy_buffer(struct unicam_node *node) in unicam_schedule_dummy_buffer() 697 static void unicam_process_buffer_complete(struct unicam_node *node, in unicam_process_buffer_complete() 708 struct unicam_node *node = &unicam->node[UNICAM_IMAGE_NODE]; in unicam_queue_event_sof() local 725 u64 ts; in unicam_isr() local [all …]
|
/linux-6.14.4/drivers/net/phy/ |
D | nxp-c45-tja11xx.c | 384 struct timespec64 *ts, in _nxp_c45_ptp_gettimex64() 404 struct timespec64 *ts, in nxp_c45_ptp_gettimex64() 417 const struct timespec64 *ts) in _nxp_c45_ptp_settime64() 436 const struct timespec64 *ts) in nxp_c45_ptp_settime64() 493 static void nxp_c45_reconstruct_ts(struct timespec64 *ts, in nxp_c45_reconstruct_ts() 665 struct timespec64 ts; in nxp_c45_process_txts() local 704 struct timespec64 ts; in nxp_c45_do_aux_work() local 1708 struct device_node *node = phydev->mdio.dev.of_node; in nxp_c45_parse_dt() local
|