Searched refs:conflict (Results 26 - 36 of 36) sorted by relevance

12

/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/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/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/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/mm/
H A Dswapfile.c613 bool conflict; local
616 conflict = !cluster_list_empty(&si->free_clusters) &&
620 if (!conflict)
/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/scsi/qla2xxx/
H A Dqla_target.c1098 if (sess->conflict) {
1099 sess->conflict->login_pause = 0;
1100 sess->conflict = NULL;
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
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_iocb.c2915 port_id_t cid; /* conflict Nport id */
2950 * loop_id & nport id; conflict
2955 conflict_fcport->conflict = fcport;

Completed in 341 milliseconds

12