Searched refs:check_target (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/mm/ |
D | compaction.c | 259 bool check_target) in __reset_isolation_pfn() argument 277 if (check_source && check_target && !get_pageblock_skip(page)) in __reset_isolation_pfn() 284 if (!check_source && check_target && in __reset_isolation_pfn() 316 if (check_target && PageBuddy(page)) { in __reset_isolation_pfn()
|
/Linux-v5.10/drivers/s390/scsi/ |
D | zfcp_erp.c | 1545 goto check_target; in zfcp_erp_strategy() 1586 check_target: in zfcp_erp_strategy()
|
/Linux-v5.10/net/ipv4/netfilter/ |
D | arp_tables.c | 387 static int check_target(struct arpt_entry *e, struct net *net, const char *name) in check_target() function 424 ret = check_target(e, net, name); in find_check_entry()
|
D | ip_tables.c | 498 static int check_target(struct ipt_entry *e, struct net *net, const char *name) in check_target() function 553 ret = check_target(e, net, name); in find_check_entry()
|
/Linux-v5.10/net/ipv6/netfilter/ |
D | ip6_tables.c | 516 static int check_target(struct ip6t_entry *e, struct net *net, const char *name) in check_target() function 572 ret = check_target(e, net, name); in find_check_entry()
|