Home
last modified time | relevance | path

Searched refs:is_target (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dblock-range.c127 .is_target = 1, in block_range__create()
150 .is_target = 1, in block_range__create()
174 .is_target = entry->is_target, in block_range__create()
182 entry->is_target = 1; in block_range__create()
190 entry->is_target = 1; in block_range__create()
212 .is_target = 0, in block_range__create()
259 .is_target = 0, in block_range__create()
282 .is_target = 0, in block_range__create()
295 assert(iter.start->start == start && iter.start->is_target); in block_range__create()
H A Dblock-range.h30 int is_target, is_branch; member
H A Dannotate.c1300 if (br->is_target && br->start == addr) { in annotate__branch_printf()
/OK3568_Linux_fs/kernel/tools/build/
H A Dfixdep.c53 int is_target, has_target = 0; in parse_dep_file() local
66 is_target = (*(p-1) == ':'); in parse_dep_file()
68 if (is_target) { in parse_dep_file()
/OK3568_Linux_fs/kernel/scripts/basic/
H A Dfixdep.c308 int is_last, is_target; in parse_dep_file() local
327 is_target = (*(p-1) == ':'); in parse_dep_file()
329 if (is_target) { in parse_dep_file()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcpan_build.bbclass9 export PERLCONFIGTARGET = "${@is_target(d)}"
16 if [ "${@is_target(d)}" = "yes" ]; then
H A Dcpan-base.bbclass12 def is_target(d):
H A Dcpan.bbclass10 export PERLCONFIGTARGET = "${@is_target(d)}"
/OK3568_Linux_fs/u-boot/scripts/basic/
H A Dfixdep.c340 int is_target; in parse_dep_file() local
353 is_target = (*(p-1) == ':'); in parse_dep_file()
355 if (is_target) { in parse_dep_file()
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/perf/
H A Dperf-perl.inc4 export PERLCONFIGTARGET = "${@is_target(d)}"
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dinode.c1249 rinfo->head->is_dentry, rinfo->head->is_target); in ceph_fill_trace()
1251 if (!rinfo->head->is_target && !rinfo->head->is_dentry) { in ceph_fill_trace()
1277 BUG_ON(!rinfo->head->is_target); in ceph_fill_trace()
1319 if (rinfo->head->is_target) { in ceph_fill_trace()
1356 (rinfo->head->is_target || strncmp(req->r_dentry->d_name.name, in ceph_fill_trace()
1427 if (!rinfo->head->is_target) { in ceph_fill_trace()
1486 if (rinfo->head->is_target) { in ceph_fill_trace()
H A Ddir.c1002 !req->r_reply_info.head->is_target && in ceph_mkdir()
H A Dmds_client.c313 if (info->head->is_target) { in parse_reply_info_trace()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dx_tables.c1538 bool is_target) in xt_mttg_seq_next() argument
1554 trav->head = trav->curr = is_target ? in xt_mttg_seq_next()
1563 trav->head = trav->curr = is_target ? in xt_mttg_seq_next()
1579 bool is_target) in xt_mttg_seq_start() argument
1586 if (xt_mttg_seq_next(seq, NULL, NULL, is_target) == NULL) in xt_mttg_seq_start()
/OK3568_Linux_fs/kernel/include/linux/qed/
H A Dqed_if.h498 u8 is_target; member
538 u8 is_target; member
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-annotate.c105 assert(entry->is_target); in process_basic_block()
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dceph_fs.h481 __u8 is_dentry, is_target; /* true if dentry, target inode records member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/
H A Dpostgresql.inc124 export PERLCONFIGTARGET = "${@is_target(d)}"
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_fcoe.c200 if (fcoe_pf_params->is_target) { in qed_sp_fcoe_func_start()
H A Dqed_cxt.c1763 p_hwfn->pf_params.fcoe_pf_params.is_target) in qed_prs_init_common()
1781 if (p_hwfn->pf_params.fcoe_pf_params.is_target) { in qed_prs_init_pf()
H A Dqed_iscsi.c233 if (p_params->is_target) { in qed_sp_iscsi_func_start()
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/
H A Dvideo-Remove-trailing-whitespaces.patch435 is_target = 1;