Home
last modified time | relevance | path

Searched refs:task_desc (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mmc/host/
H A Dcqhci-core.c430 __le64 *task_desc = (__le64 __force *)get_desc(cq_host, tag); in cqhci_prep_task_desc() local
447 task_desc[0] = cpu_to_le64(desc0); in cqhci_prep_task_desc()
452 task_desc[1] = cpu_to_le64(desc1); in cqhci_prep_task_desc()
545 u64 *task_desc = NULL; in cqhci_prep_dcmd_desc() local
566 task_desc = (__le64 __force *)get_desc(cq_host, cq_host->dcmd_slot); in cqhci_prep_dcmd_desc()
567 memset(task_desc, 0, cq_host->task_desc_len); in cqhci_prep_dcmd_desc()
577 *task_desc |= data; in cqhci_prep_dcmd_desc()
578 desc = (u8 *)task_desc; in cqhci_prep_dcmd_desc()
/linux/tools/perf/
H A Dbuiltin-sched.c66 struct task_desc { struct
95 struct task_desc *wakee; argument
173 struct task_desc **pid_to_task;
174 struct task_desc **tasks;
362 get_new_event(struct task_desc *task, u64 timestamp) in get_new_event()
381 static struct sched_atom *last_event(struct task_desc *task) in last_event()
389 static void add_sched_event_run(struct perf_sched *sched, struct task_desc *task, in add_sched_event_run()
412 static void add_sched_event_wakeup(struct perf_sched *sched, struct task_desc *task, in add_sched_event_wakeup()
413 u64 timestamp, struct task_desc *wakee) in add_sched_event_wakeup()
438 static void add_sched_event_sleep(struct perf_sched *sched, struct task_desc *task, in add_sched_event_sleep()
[all …]