Searched refs:is_src (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/sound/core/seq/ |
D | seq_ports.c | 192 bool is_src, bool ack); 195 get_subscriber(struct list_head *p, bool is_src) in get_subscriber() argument 197 if (is_src) in get_subscriber() 210 int is_src) in clear_subscriber_list() argument 219 subs = get_subscriber(p, is_src); in clear_subscriber_list() 220 if (is_src) in clear_subscriber_list() 224 delete_and_unsubscribe_port(client, port, subs, is_src, false); in clear_subscriber_list() 237 delete_and_unsubscribe_port(c, aport, subs, !is_src, true); in clear_subscriber_list() 471 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() argument 478 grp = is_src ? &port->c_src : &port->c_dest; in check_and_subscribe_port() [all …]
|
D | seq_clientmgr.c | 2401 int is_src, char *msg) in snd_seq_info_dump_subscribers() argument 2414 if (is_src) in snd_seq_info_dump_subscribers() 2421 is_src ? s->info.dest.client : s->info.sender.client, in snd_seq_info_dump_subscribers() 2422 is_src ? s->info.dest.port : s->info.sender.port); in snd_seq_info_dump_subscribers()
|
/Linux-v6.1/tools/testing/selftests/vm/ |
D | userfaultfd.c | 240 static void anon_allocate_area(void **alloc_area, bool is_src) in anon_allocate_area() argument 261 static void hugetlb_allocate_area(void **alloc_area, bool is_src) in hugetlb_allocate_area() argument 271 (is_src ? 0 : MAP_NORESERVE), in hugetlb_allocate_area() 279 (is_src ? 0 : MAP_NORESERVE), in hugetlb_allocate_area() 281 is_src ? 0 : nr_pages * page_size); in hugetlb_allocate_area() 291 is_src ? 0 : nr_pages * page_size); in hugetlb_allocate_area() 296 if (is_src) { in hugetlb_allocate_area() 319 static void shmem_allocate_area(void **alloc_area, bool is_src) in shmem_allocate_area() argument 323 unsigned long offset = is_src ? 0 : bytes; in shmem_allocate_area() 328 if (!is_src) in shmem_allocate_area() [all …]
|
/Linux-v6.1/drivers/dma/ |
D | ste_dma40.c | 1745 bool is_src, int log_event_line, bool is_log, in d40_alloc_mask_set() argument 1766 if (is_src) { in d40_alloc_mask_set() 1798 static bool d40_alloc_mask_free(struct d40_phy_res *phy, bool is_src, in d40_alloc_mask_free() argument 1813 if (is_src) { in d40_alloc_mask_free() 1841 bool is_src; in d40_allocate_channel() local 1849 is_src = true; in d40_allocate_channel() 1854 is_src = false; in d40_allocate_channel() 1866 if (d40_alloc_mask_set(&phys[i], is_src, in d40_allocate_channel() 1872 if (d40_alloc_mask_set(&phys[i], is_src, in d40_allocate_channel() 1883 is_src, in d40_allocate_channel() [all …]
|
/Linux-v6.1/drivers/crypto/hisilicon/hpre/ |
D | hpre_crypto.c | 227 int is_src, dma_addr_t *tmp) in hpre_get_data_dma_addr() argument 232 if (is_src) { in hpre_get_data_dma_addr() 250 int is_src, dma_addr_t *tmp) in hpre_prepare_dma_buf() argument 265 if (is_src) { in hpre_prepare_dma_buf() 277 int is_src, int is_dh) in hpre_hw_data_init() argument 286 ((is_dh && !is_src) || !is_dh)) in hpre_hw_data_init() 287 ret = hpre_get_data_dma_addr(hpre_req, data, len, is_src, &tmp); in hpre_hw_data_init() 289 ret = hpre_prepare_dma_buf(hpre_req, data, len, is_src, &tmp); in hpre_hw_data_init() 294 if (is_src) in hpre_hw_data_init()
|