Home
last modified time | relevance | path

Searched refs:tts (Results 1 - 7 of 7) sorted by relevance

/kernel/liteos_m/testsuites/unittest/xts/ipc/msg_queue/
H A Dmq_test.c97 struct timespec tts = { 0 }; variable
111 tts.tv_sec = time(NULL) + 1; /* 1, common data for test, no special meaning */
112 tts.tv_nsec = 0;
113 ret = mq_timedsend(queue, MQ_MSG, MQ_MSG_LEN, MQ_MSG_PRIO, &tts);
193 struct timespec tts = { 0 }; variable
208 tts.tv_sec = time(NULL) + 1; /* 1, common data for test, no special meaning */
209 tts.tv_nsec = 0;
210 ret = mq_timedsend(queue, MQ_MSG, MQ_MSG_LEN, MQ_MSG_PRIO, &tts);
305 struct timespec tts = { 0 }; in PthreadTimedCom() local
321 tts in PthreadTimedCom()
340 struct timespec tts = { 0 }; global() variable
386 struct timespec tts = { 0 }; PthreadAllCom() local
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-stat.c602 int tts = *time_to_sleep; in compute_tts() local
607 tts -= time_diff.tv_sec * MSEC_PER_SEC + in compute_tts()
610 if (tts < 0) in compute_tts()
611 tts = 0; in compute_tts()
613 *time_to_sleep = tts; in compute_tts()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-stat.c574 int tts = *time_to_sleep; in compute_tts() local
579 tts -= time_diff.tv_sec * MSEC_PER_SEC + in compute_tts()
582 if (tts < 0) in compute_tts()
583 tts = 0; in compute_tts()
585 *time_to_sleep = tts; in compute_tts()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mem.c833 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_free_tt_info()
870 &xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_alloc_tt_info()
971 tt_list_head = &(xhci->rh_bw[vdev->real_port - 1].tts); in xhci_free_virt_devices_depth_first()
973 /* is this a hub device that added a tt_info to the tts list */ in xhci_free_virt_devices_depth_first()
1193 list_for_each_entry(tt_bw, &rh_bw->tts, tt_list) { in xhci_setup_addressable_virt_dev()
1928 list_for_each_entry_safe(tt, n, &xhci->rh_bw[i].tts, tt_list) { in xhci_mem_cleanup()
2351 INIT_LIST_HEAD(&xhci->rh_bw[i].tts); in xhci_setup_port_arrays()
H A Dxhci.h1050 struct list_head tts; member
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mem.c789 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_free_tt_info()
826 &xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_alloc_tt_info()
927 tt_list_head = &(xhci->rh_bw[vdev->real_port - 1].tts); in xhci_free_virt_devices_depth_first()
929 /* is this a hub device that added a tt_info to the tts list */ in xhci_free_virt_devices_depth_first()
1143 list_for_each_entry(tt_bw, &rh_bw->tts, tt_list) { in xhci_setup_addressable_virt_dev()
1900 list_for_each_entry_safe(tt, n, &xhci->rh_bw[i].tts, tt_list) { in xhci_mem_cleanup()
2159 INIT_LIST_HEAD(&xhci->rh_bw[i].tts); in xhci_setup_port_arrays()
H A Dxhci.h1051 struct list_head tts; member

Completed in 24 milliseconds