Searched refs:force (Results 1 - 25 of 614) sorted by last modified time

1234567891011>>

/linux-master/drivers/clk/
H A Dclk.c5535 bool force = false; local
5569 if (force || parent_ready(clk_provider->np)) {
5592 force = true;
/linux-master/block/
H A Dblk-iocost.c912 static bool ioc_refresh_params_disk(struct ioc *ioc, bool force, argument
923 if (idx == ioc->autop_idx && !force)
951 static bool ioc_refresh_params(struct ioc *ioc, bool force) argument
953 return ioc_refresh_params_disk(ioc, force, ioc->rqos.disk);
/linux-master/net/ipv4/
H A Dfib_frontend.c1428 bool force)
1430 if (fib_sync_down_dev(dev, event, force))
1427 fib_disable_ip(struct net_device *dev, unsigned long event, bool force) argument
/linux-master/include/net/netfilter/
H A Dnf_flow_table.h283 struct flow_offload *flow, bool force);
/linux-master/fs/fuse/
H A Dinode.c587 args.force = true;
1407 ia->args.force = true;
H A Dfile.c325 ra->args.force = true;
540 args.force = true;
1817 args->force = true;
H A Dfuse_i.h300 bool force:1; member in struct:fuse_args
367 * FR_FORCE: force sending of the request even if interrupted
/linux-master/drivers/s390/cio/
H A Ddevice_ops.c50 cdev->private->options.force = (flags & CCWDEV_ALLOW_FORCE) != 0;
79 cdev->private->options.force |= (flags & CCWDEV_ALLOW_FORCE) != 0;
96 cdev->private->options.force &= (flags & CCWDEV_ALLOW_FORCE) == 0;
H A Ddevice.c472 static int online_store_handle_online(struct ccw_device *cdev, int force) argument
477 if (ret && !force)
479 if (force && cdev->private->state == DEV_STATE_BOXED) {
496 int force, ret; local
513 if (!strncmp(buf, "force\n", count)) {
514 force = 1;
518 force = 0;
530 ret = online_store_handle_online(cdev, force);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h429 vmw_du_connector_detect(struct drm_connector *connector, bool force);
H A Dvmwgfx_kms.c2275 vmw_du_connector_detect(struct drm_connector *connector, bool force) argument
/linux-master/kernel/
H A Dcpu.c599 void __init cpu_smt_disable(bool force) argument
604 if (force) {
642 cpu_smt_disable(str && !strcmp(str, "force"));
H A Dkprobes.c725 static void unoptimize_kprobe(struct kprobe *p, bool force) argument
739 if (force) {
756 if (force) {
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its.c1680 bool force)
1694 if (!force)
3832 bool force)
4265 bool force)
1679 its_set_affinity(struct irq_data *d, const struct cpumask *mask_val, bool force) argument
3830 its_vpe_set_affinity(struct irq_data *d, const struct cpumask *mask_val, bool force) argument
4263 its_sgi_set_affinity(struct irq_data *d, const struct cpumask *mask_val, bool force) argument
/linux-master/fs/ceph/
H A Dcaps.c1335 * last, and force a flush of them when there is a conflict. For now,
2883 * just exclude the revoking caps and force to sync read.
4809 * @force is used by dentry_release (below) to force inclusion of a
4814 int mds, int drop, int unless, int force)
4848 if (force || (cap->issued & drop)) {
4866 doutc(cl, "%p %llx.%llx cap %p %s (force)\n",
4911 int force = 0; local
4918 * force an record for the directory caps if we have a dentry lease.
4925 force
4813 ceph_encode_inode_release(void **p, struct inode *inode, int mds, int drop, int unless, int force) argument
[all...]
/linux-master/drivers/iommu/amd/
H A Diommu.c3617 * legacy mode. So, we force legacy mode instead.
3664 const struct cpumask *mask, bool force)
3676 ret = parent->chip->irq_set_affinity(parent, mask, force);
3663 amd_ir_set_affinity(struct irq_data *data, const struct cpumask *mask, bool force) argument
H A Dinit.c2353 const struct cpumask *mask, bool force)
2358 ret = parent->chip->irq_set_affinity(parent, mask, force);
2352 intcapxt_set_affinity(struct irq_data *irqd, const struct cpumask *mask, bool force) argument
/linux-master/drivers/ata/
H A Dlibata-core.c114 module_param_string(force, ata_force_param_buf, sizeof(ata_force_param_buf), 0);
115 MODULE_PARM_DESC(force, "Force ATA configurations including cable type, link speed and transfer mode (see Documentation/admin-guide/kernel-parameters.rst for details)");
316 * ata_force_cbl - force cable type according to libata.force
319 * Force cable type according to libata.force and whine about it.
321 * can be specified as part of device force parameters. For
348 * ata_force_link_limits - force link limits according to libata.force
351 * Force link flags and SATA spd limit according to libata.force
406 * ata_force_xfermask - force xfermas
[all...]
/linux-master/net/openvswitch/
H A Dconntrack.c67 u8 force : 1; member in struct:ovs_conntrack_info
546 if (*ct_executed || (!key->ct_state && info->force)) {
594 if (info->force && CTINFO2DIR(ctinfo) != IP_CT_DIR_ORIGINAL) {
1235 info->force = true;
1491 if (ct_info->commit && nla_put_flag(skb, ct_info->force
/linux-master/net/ipv6/
H A Dip6_fib.c2364 void fib6_run_gc(unsigned long expires, struct net *net, bool force) argument
2369 if (force) {
/linux-master/net/bluetooth/
H A Dhci_sync.c454 * - force == true: The instance will be removed even when its remaining
456 * - force == false: the instance will be deactivated but kept stored unless
460 * - force == true: All instances will be removed regardless of their timeout
462 * - force == false: Only instances that have a timeout will be removed.
465 u8 instance, bool force)
485 if (!(force || adv_instance->timeout))
496 if (force || (adv_instance && adv_instance->timeout &&
1805 bool force)
1851 if (!force && hdev->cur_adv_instance == instance &&
1876 static int hci_clear_adv_sync(struct hci_dev *hdev, struct sock *sk, bool force) argument
464 hci_clear_adv_instance_sync(struct hci_dev *hdev, struct sock *sk, u8 instance, bool force) argument
1804 hci_schedule_adv_instance_sync(struct hci_dev *hdev, u8 instance, bool force) argument
1946 hci_remove_advertising_sync(struct hci_dev *hdev, struct sock *sk, u8 instance, bool force) argument
[all...]
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.c1523 static int otx2_qos_leaf_del_last(struct otx2_nic *pfvf, u16 classid, bool force, argument
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dp.c1024 drm_dbg_kms(&i915->drm, "Cannot force DSC output format\n");
2075 drm_dbg_kms(&i915->drm, "Cannot force DSC BPC:%d, due to DSC BPC limits\n",
2455 drm_dbg_kms(&i915->drm, "Try DSC (fallback=%s, joiner=%s, force=%s)\n",
3341 * reason force an encoder recompute and full modeset.
3352 * FIXME hack to force full modeset when DSC is being used.
5653 bool force)
5740 * with an IRQ_HPD, so force a link status check.
5802 /* drm_edid_connector_update() done in ->detect() or ->force() */
6100 .force = intel_dp_force,
5651 intel_dp_detect(struct drm_connector *connector, struct drm_modeset_acquire_ctx *ctx, bool force) argument
/linux-master/drivers/gpu/drm/
H A Ddrm_client_modeset.c633 if (connector->force == DRM_FORCE_OFF) {
642 if (connector->force > DRM_FORCE_OFF)
1039 * mode is set, unconditionally clear it if we force DPMS off
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1373 aconnector->base.force = force_state;
1429 /* force connector disconnect and reconnect */
2997 if (aconnector->base.force && new_connection_type == dc_connection_none) {
3198 if (aconnector->base.force != DRM_FORCE_UNSPECIFIED
3358 if (aconnector->base.force && new_connection_type == dc_connection_none) {
3365 if (aconnector->base.force == DRM_FORCE_UNSPECIFIED)
3378 if (aconnector->base.force == DRM_FORCE_UNSPECIFIED)
3499 if (aconnector->base.force && new_connection_type == dc_connection_none) {
4613 if (aconnector->base.force && new_connection_type == dc_connection_none) {
6345 amdgpu_dm_connector_detect(struct drm_connector *connector, bool force)
6344 amdgpu_dm_connector_detect(struct drm_connector *connector, bool force) argument
[all...]

Completed in 799 milliseconds

1234567891011>>