| /linux/net/dccp/ |
| H A D | feat.c | |
| H A D | feat.h | |
| /linux/drivers/misc/vmw_vmci/ |
| H A D | vmci_queue_pair.c | 1295 bool is_local = flags & VMCI_QPFLAG_LOCAL; in qp_broker_create() local 1318 if (is_local && peer != VMCI_INVALID_ID && context_id != peer) in qp_broker_create() 1325 if (vmci_ctx_get_id(context) == VMCI_HOST_CONTEXT_ID && !is_local) { in qp_broker_create() 1372 if (is_local) { in qp_broker_create() 1424 if (is_local) { in qp_broker_create() 1524 bool is_local = flags & VMCI_QPFLAG_LOCAL; in qp_broker_attach() local 1531 if (is_local) { in qp_broker_attach() 1683 if (!is_local) in qp_broker_attach() 1712 bool is_local = flags & VMCI_QPFLAG_LOCAL; in qp_broker_alloc() local 1716 (flags & ~VMCI_QP_ALL_FLAGS) || is_local || in qp_broker_alloc() [all …]
|
| /linux/net/tipc/ |
| H A D | monitor.c | 84 bool is_local; member 228 if (member->is_local) in mon_identify_lost_members() 331 peer->is_local = false; in mon_assign_roles() 337 peer->is_local = true; in mon_assign_roles() 468 peer->is_local = false; in tipc_mon_peer_down() 624 state->monitoring = peer->is_local; in tipc_mon_get_state() 768 if (peer->is_local) in __tipc_nl_add_monitor_peer()
|
| /linux/kernel/time/ |
| H A D | hrtimer.c | 1313 static __always_inline bool hrtimer_prefer_local(bool is_local, bool is_first, bool is_pinned) in hrtimer_prefer_local() argument 1321 if (!is_local) in hrtimer_prefer_local() 1336 return is_local; in hrtimer_prefer_local() 1339 static __always_inline bool hrtimer_prefer_local(bool is_local, bool is_first, bool is_pinned) in hrtimer_prefer_local() argument 1341 return is_local; in hrtimer_prefer_local() 1345 static inline bool hrtimer_keep_base(struct hrtimer *timer, bool is_local, bool is_first, in hrtimer_keep_base() argument 1352 return hrtimer_prefer_local(is_local, is_first, is_pinned); in hrtimer_keep_base() 1370 bool is_local = cpu_base == this_cpu_base; in __hrtimer_start_range_ns() local 1372 keep_base = hrtimer_keep_base(timer, is_local, was_first, is_pinned); in __hrtimer_start_range_ns()
|
| /linux/drivers/net/ethernet/ti/icssm/ |
| H A D | icssm_switchdev.c | 121 if (fdb->is_local) in icssm_sw_event_work() 133 if (fdb->is_local) in icssm_sw_event_work()
|
| /linux/net/vmw_vsock/ |
| H A D | vmci_transport.c | 1145 bool is_local; in vmci_transport_recv_connecting_server() local 1200 is_local = in vmci_transport_recv_connecting_server() 1203 flags |= is_local ? VMCI_QPFLAG_LOCAL : 0; in vmci_transport_recv_connecting_server() 1392 bool is_local; in vmci_transport_recv_connecting_client_negotiate() local 1460 is_local = vsk->remote_addr.svm_cid == vsk->local_addr.svm_cid; in vmci_transport_recv_connecting_client_negotiate() 1461 flags = is_local ? VMCI_QPFLAG_LOCAL : 0; in vmci_transport_recv_connecting_client_negotiate()
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | cpsw_switchdev.c | 394 if (!fdb->added_by_user || fdb->is_local) in cpsw_switchdev_event_work() 410 if (!fdb->added_by_user || fdb->is_local) in cpsw_switchdev_event_work()
|
| H A D | am65-cpsw-switchdev.c | 384 if (!fdb->added_by_user || fdb->is_local) in am65_cpsw_switchdev_event_work() 400 if (!fdb->added_by_user || fdb->is_local) in am65_cpsw_switchdev_event_work()
|
| /linux/drivers/firewire/ |
| H A D | core-device.c | 488 return sysfs_emit(buf, "%u\n", device->is_local); in is_local_show() 540 __ATTR_RO(is_local), 1361 device->is_local = node == card->local_node; in fw_node_event() 1397 device->is_local ? 0 : INITIAL_DELAY); in fw_node_event()
|
| H A D | core-cdev.c | 938 if (!client->device->is_local) in ioctl_add_descriptor() 1609 if (!client->device->is_local) in ioctl_send_phy_packet() 1657 if (!client->device->is_local) in ioctl_receive_phy_packets()
|
| H A D | sbp2.c | 1133 if (device->is_local) in sbp2_probe()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gmc_v9_0.c | 1061 bool is_local; in gmc_v9_0_get_coherence_flags() local 1120 is_local = (!is_vram && (adev->flags & AMD_IS_APU) && in gmc_v9_0_get_coherence_flags() 1128 mtype = is_local ? MTYPE_CC : MTYPE_UC; in gmc_v9_0_get_coherence_flags() 1130 mtype = is_local ? mtype_local : MTYPE_NC; in gmc_v9_0_get_coherence_flags() 1133 if (is_local) in gmc_v9_0_get_coherence_flags()
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-bus-firewire | 42 What: /sys/bus/firewire/devices/fw[0-9]+/is_local
|
| /linux/kernel/sched/ |
| H A D | ext.c | 1478 bool is_local = dsq->id == SCX_DSQ_LOCAL; in dispatch_enqueue() local 1484 if (!is_local) { in dispatch_enqueue() 1579 if (is_local) { in dispatch_enqueue() 1627 bool is_local = dsq == &rq->scx.local_dsq; in dispatch_dequeue() local 1651 if (!is_local) in dispatch_dequeue() 1673 if (!is_local) in dispatch_dequeue() 7936 bool is_local = dsq_id == SCX_DSQ_LOCAL || in scx_vet_enq_flags() local 7940 if (unlikely(!is_local)) { in scx_vet_enq_flags() 7944 } else if ((sch->ops.flags & SCX_OPS_ALWAYS_ENQ_IMMED) && is_local) { in scx_vet_enq_flags()
|
| /linux/drivers/net/ethernet/adi/ |
| H A D | adin1110.c | 1377 if (fdb->is_local) in adin1110_fdb_add() 1433 if (fdb->is_local) in adin1110_fdb_del()
|
| /linux/drivers/s390/net/ |
| H A D | qeth_core_main.c | 683 bool is_local = false; in qeth_next_hop_is_local_v4() local 697 is_local = true; in qeth_next_hop_is_local_v4() 703 return is_local; in qeth_next_hop_is_local_v4() 711 bool is_local = false; in qeth_next_hop_is_local_v6() local 724 is_local = true; in qeth_next_hop_is_local_v6() 730 return is_local; in qeth_next_hop_is_local_v6()
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_svm.c | 1222 bool is_aid_a1, is_local; in svm_range_get_pte_flags() local 1311 is_local = (domain == SVM_RANGE_VRAM_DOMAIN) && in svm_range_get_pte_flags() 1320 if (is_local) /* local HBM */ { in svm_range_get_pte_flags()
|
| /linux/drivers/net/ethernet/rocker/ |
| H A D | rocker_main.c | 2723 if (!fdb_info->added_by_user || fdb_info->is_local) in rocker_switchdev_event_work() 2734 if (!fdb_info->added_by_user || fdb_info->is_local) in rocker_switchdev_event_work()
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-switch.c | 2292 if (!fdb_info->added_by_user || fdb_info->is_local) in dpaa2_switch_event_work() 2307 if (!fdb_info->added_by_user || fdb_info->is_local) in dpaa2_switch_event_work()
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_ctl.c | 79 bool is_local; in __ip_vs_addr_is_local_v6() local 81 is_local = !dst->error && dst->dev && (dst->dev->flags & IFF_LOOPBACK); in __ip_vs_addr_is_local_v6() 84 return is_local; in __ip_vs_addr_is_local_v6()
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_switchdev.c | 1265 if (!fdb_info->added_by_user || fdb_info->is_local) in prestera_fdb_event_work()
|
| /linux/net/bridge/ |
| H A D | br_fdb.c | 939 fe->is_local = test_bit(BR_FDB_LOCAL, &f->flags); in br_fdb_fillbuf()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_switchdev.c | 3479 switchdev_work->fdb_info.is_local)) in mlxsw_sp_switchdev_bridge_nve_fdb_event() 3534 if (!fdb_info->added_by_user || fdb_info->is_local) in mlxsw_sp_switchdev_bridge_fdb_event_work()
|
| /linux/net/dsa/ |
| H A D | user.c | 3702 bool host_addr = fdb_info->is_local; in dsa_user_fdb_event()
|