Searched refs:check_target (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/mm/ |
A D | compaction.c | 252 bool check_target) in __reset_isolation_pfn() argument 270 if (check_source && check_target && !get_pageblock_skip(page)) in __reset_isolation_pfn() 277 if (!check_source && check_target && in __reset_isolation_pfn() 308 if (check_target && PageBuddy(page)) { in __reset_isolation_pfn()
|
/linux-6.3-rc2/drivers/s390/scsi/ |
A D | zfcp_erp.c | 1545 goto check_target; in zfcp_erp_strategy() 1586 check_target: in zfcp_erp_strategy()
|
/linux-6.3-rc2/net/ipv4/netfilter/ |
A D | arp_tables.c | 388 static int check_target(struct arpt_entry *e, struct net *net, const char *name) in check_target() function 425 ret = check_target(e, net, name); in find_check_entry()
|
A D | ip_tables.c | 499 static int check_target(struct ipt_entry *e, struct net *net, const char *name) in check_target() function 554 ret = check_target(e, net, name); in find_check_entry()
|
/linux-6.3-rc2/net/ipv6/netfilter/ |
A D | ip6_tables.c | 517 static int check_target(struct ip6t_entry *e, struct net *net, const char *name) in check_target() function 573 ret = check_target(e, net, name); in find_check_entry()
|
Completed in 19 milliseconds