Home
last modified time | relevance | path

Searched refs:check_target (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate_kmod.py92 def check_target(lines, install): function
111 kdirpath, manual_install = check_target(install_lines, install=True)
113 kdirpath, _ = check_target(compile_lines, install=False)
/OK3568_Linux_fs/kernel/mm/
H A Dcompaction.c259 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()
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Darp_tables.c387 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()
H A Dip_tables.c498 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()
/OK3568_Linux_fs/kernel/drivers/s390/scsi/
H A Dzfcp_erp.c1545 goto check_target; in zfcp_erp_strategy()
1586 check_target: in zfcp_erp_strategy()
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6_tables.c517 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()