Searched refs:is_src (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/core/seq/ |
| H A D | seq_ports.c | 190 bool is_src, bool ack); 193 get_subscriber(struct list_head *p, bool is_src) in get_subscriber() argument 195 if (is_src) in get_subscriber() 208 int is_src) in clear_subscriber_list() argument 215 subs = get_subscriber(p, is_src); in clear_subscriber_list() 218 is_src ? in clear_subscriber_list() 221 delete_and_unsubscribe_port(client, port, subs, is_src, false); in clear_subscriber_list() 234 delete_and_unsubscribe_port(c, aport, subs, !is_src, true); in clear_subscriber_list() 487 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() argument 494 grp = is_src ? &port->c_src : &port->c_dest; in check_and_subscribe_port() [all …]
|
| /linux/tools/testing/selftests/mm/ |
| H A D | uffd-common.c | 59 static int anon_allocate_area(uffd_global_test_opts_t *gopts, void **alloc_area, bool is_src) in anon_allocate_area() argument 86 static int hugetlb_allocate_area(uffd_global_test_opts_t *gopts, void **alloc_area, bool is_src) in hugetlb_allocate_area() argument 89 off_t offset = is_src ? 0 : size; in hugetlb_allocate_area() 96 (is_src ? 0 : MAP_NORESERVE), in hugetlb_allocate_area() 110 if (is_src) { in hugetlb_allocate_area() 137 static int shmem_allocate_area(uffd_global_test_opts_t *gopts, void **alloc_area, bool is_src) in shmem_allocate_area() argument 141 unsigned long offset = is_src ? 0 : bytes; in shmem_allocate_area() 180 if (is_src) in shmem_allocate_area()
|
| H A D | uffd-common.h | 88 int (*allocate_area)(uffd_global_test_opts_t *gopts, void **alloc_area, bool is_src);
|
| /linux/drivers/dma/ |
| H A D | ste_dma40.c | 1765 bool is_src, int log_event_line, bool is_log, in d40_alloc_mask_set() argument 1786 if (is_src) { in d40_alloc_mask_set() 1818 static bool d40_alloc_mask_free(struct d40_phy_res *phy, bool is_src, in d40_alloc_mask_free() argument 1833 if (is_src) { in d40_alloc_mask_free() 1861 bool is_src; in d40_allocate_channel() local 1869 is_src = true; in d40_allocate_channel() 1874 is_src = false; in d40_allocate_channel() 1886 if (d40_alloc_mask_set(&phys[i], is_src, in d40_allocate_channel() 1892 if (d40_alloc_mask_set(&phys[i], is_src, in d40_allocate_channel() 1903 is_src, in d40_allocate_channel() [all …]
|
| /linux/drivers/net/dsa/microchip/ |
| H A D | ksz9477_acl.c | 1207 u8 *eth_addr, bool is_src) in ksz9477_acl_matching_rule_cfg_l2() argument 1219 FIELD_PREP(KSZ9477_ACL_SD_SRC, is_src) | KSZ9477_ACL_EQ_EQUAL; in ksz9477_acl_matching_rule_cfg_l2() 1428 bool is_src = src_mac ? true : false; in ksz9477_acl_match_process_l2() local 1431 is_src); in ksz9477_acl_match_process_l2()
|