Searched refs:conflict (Results 1 - 25 of 36) sorted by last modified time

12

/linux-master/net/ipv4/
H A Dinet_connection_sock.c283 /* Determine if there is a bind conflict with an existing IPV6_ADDR_ANY (if ipv6) or
297 bool conflict = false; local
317 conflict = true;
323 return conflict;
/linux-master/mm/
H A Dswapfile.c613 bool conflict; local
616 conflict = !cluster_list_empty(&si->free_clusters) &&
620 if (!conflict)
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_os.c5430 * We have a conflict fcport with same NportID.
5433 "%s %8phC found conflict b4 add. DS %d LS %d\n",
5442 tfcp->conflict = fcport;
5446 tfcp->conflict = fcport;
H A Dqla_target.c1098 if (sess->conflict) {
1099 sess->conflict->login_pause = 0;
1100 sess->conflict = NULL;
H A Dqla_iocb.c2915 port_id_t cid; /* conflict Nport id */
2950 * loop_id & nport id; conflict
2955 conflict_fcport->conflict = fcport;
H A Dqla_init.c844 conflict_fcport->conflict = fcport;
1674 fcport->conflict, fcport->last_rscn_gen, fcport->rscn_gen,
1944 fcport->deleted, fcport->conflict,
2449 port_id_t cid; /* conflict Nport id */
2570 conflict_fcport->conflict = ea->fcport;
H A Dqla_def.h2614 struct fc_port *conflict; member in struct:fc_port
/linux-master/drivers/perf/
H A Dxgene_pmu.c301 XGENE_PMU_EVENT_ATTR(bank-conflict-fifo-issue, 0x0e),
398 XGENE_PMU_EVENT_ATTR(tq-bank-conflict-issue-stall, 0x0b),
/linux-master/arch/sparc/kernel/
H A Dpci.c625 struct resource *p, *root, *conflict; local
647 conflict = request_resource_conflict(root, p);
648 if (conflict) {
649 pci_info(dev, "can't claim VGA legacy %pR: address conflict with %s %pR\n",
650 p, conflict->name, conflict);
/linux-master/arch/powerpc/platforms/pseries/
H A Dsetup.c723 struct resource *res, *root, *conflict; local
745 conflict = request_resource_conflict(root, res);
746 if (conflict) {
750 conflict->name, conflict);
/linux-master/drivers/pci/
H A Dprobe.c3100 struct resource *parent_res, *conflict; local
3113 conflict = request_resource_conflict(parent_res, res);
3115 if (conflict)
3119 parent_res, conflict->name, conflict);
3121 return conflict == NULL;
H A Dsetup-res.c80 * disabled ROM can conflict with other BARs.
94 * disable decoding so that a half-updated BAR won't conflict
140 struct resource *root, *conflict; local
164 conflict = request_resource_conflict(root, res);
165 if (conflict) {
166 pci_info(dev, "%s %pR: can't claim; address conflict with %s %pR\n",
167 res_name, res, conflict->name, conflict);
204 struct resource *root, *conflict; local
238 conflict
[all...]
/linux-master/arch/x86/pci/
H A Dfixup.c613 * the 00:1c.0 Root Port, causes a conflict with [io 0x1804], which is used
698 struct resource *res, *conflict; local
748 conflict = request_resource_conflict(&iomem_resource, res);
749 if (conflict) {
751 if (conflict->name != name)
755 res = conflict;
H A Dmmconfig-shared.c519 struct resource *conflict; local
536 conflict = insert_resource_conflict(&iomem_resource,
538 if (conflict)
540 &cfg->res, conflict->name, conflict);
758 * misprogrammed MCFG tables that state larger sizes but actually conflict
/linux-master/include/trace/events/
H A Dfilelock.h207 TP_PROTO(bool conflict, struct file_lease *lease, struct file_lease *breaker),
209 TP_ARGS(conflict, lease, breaker),
218 __field(bool, conflict)
228 __entry->conflict = conflict;
231 TP_printk("conflict %d: lease=%p fl_flags=%s fl_type=%s; breaker=%p fl_flags=%s fl_type=%s",
232 __entry->conflict,
/linux-master/fs/
H A Dlocks.c45 * conflict with some applied lock. We remove (wake up) all of its children
799 bool conflict(struct file_lock_core *,
807 if (conflict(flc, waiter)) {
818 /* The requests in waiter->flc_blocked are known to conflict with
819 * waiter, but might not conflict with blocker, or the requests
828 bool conflict(struct file_lock_core *,
832 __locks_insert_block(blocker, waiter, conflict);
905 /* POSIX locks owned by the same process do not conflict with
942 /* FLOCK locks referring to the same filp do not conflict with
1227 /* If we're just looking for a conflict, w
[all...]
/linux-master/arch/x86/events/intel/
H A Dcore.c5401 EVENT_ATTR_STR(tx-conflict, tx_conflict, "event=0x54,umask=0x1");
5406 EVENT_ATTR_STR(el-conflict, el_conflict, "event=0x54,umask=0x1");
5804 EVENT_ATTR_STR_HYBRID(tx-conflict, tx_conflict_adl, "event=0x54,umask=0x1", hybrid_big);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm137 var s_save_alloc_size = s_save_trapsts //conflict
139 var s_save_ttmps_lo = s_save_tmp //no conflict
140 var s_save_ttmps_hi = s_save_trapsts //no conflict
161 var s_restore_mem_offset_save = s_restore_tmp //no conflict
164 var s_restore_m0 = s_restore_alloc_size //no conflict
180 var s_restore_ttmps_lo = s_restore_tmp //no conflict
181 var s_restore_ttmps_hi = s_restore_alloc_size //no conflict
429 //use s_save_tmp would introduce conflict here between s_save_tmp and s_save_buf_rsrc2
/linux-master/security/apparmor/
H A Ddomain.c390 bool conflict = false; local
413 * as another profile, signal a conflict and refuse to
462 /* Match is equivalent, so conflict */
464 conflict = true;
474 conflict = false;
486 if (!candidate || conflict) {
487 if (conflict)
/linux-master/include/linux/platform_data/
H A Dkeypad-omap.h39 #error Group bits in conflict with keynum bits
/linux-master/tools/testing/selftests/
H A Drun_kselftest.sh23 -s | --summary Print summary with detailed log in output.log (conflict with -p)
24 -p | --per_test_log Print test log in /tmp with each test name (conflict with -s)
/linux-master/drivers/target/
H A Dtarget_core_pr.c125 int conflict = 0; local
163 conflict = 1;
172 * regardless of initiator shall conflict and shall terminate
176 conflict = (list_empty(&pr_tmpl->registration_list)) ? 0 : 1;
180 if (conflict) {
3592 * PERSISTENT RESERVE OUT commands shall conflict regardless of
4124 * PERSISTENT RESERVE OUT commands shall conflict regardless of
/linux-master/kernel/
H A Dresource.c170 /* Return the conflict entry if you can't request it */
263 * Returns 0 for success, conflict resource on error.
267 struct resource *conflict; local
270 conflict = __request_resource(root, new);
272 return conflict;
284 struct resource *conflict; local
286 conflict = request_resource_conflict(root, new);
287 return conflict ? -EBUSY : 0;
716 struct resource *conflict; local
740 conflict
890 struct resource *conflict; local
910 struct resource *conflict; local
932 struct resource *conflict; local
1048 struct resource *conflict; local
1224 struct resource *conflict; local
1547 struct resource *conflict, **ptr; local
[all...]
/linux-master/drivers/acpi/
H A Dosl.c1471 pr_info("Resource conflict; ACPI support missing from driver?\n");
1477 pr_notice("Resource conflict: System may be unstable or behave erratically\n");
/linux-master/drivers/virt/coco/
H A Dtsm.c359 const struct tsm_ops *conflict; local
367 conflict = provider.ops;
368 if (conflict) {
369 pr_err("\"%s\" ops already registered\n", conflict->name);

Completed in 577 milliseconds

12