Home
last modified time | relevance | path

Searched refs:targets (Results 276 – 300 of 317) sorted by relevance

1...<<111213

/Linux-v6.1/fs/ceph/
Dmds_client.c4314 unsigned long targets[DIV_ROUND_UP(CEPH_MAX_MDS, sizeof(unsigned long))] = {0}; in check_new_map() local
4322 set_bit(newmap->m_info[i].export_targets[j], targets); in check_new_map()
4379 clear_bit(i, targets); in check_new_map()
4419 if (!test_bit(i, targets) || newstate != CEPH_MDS_STATE_RECONNECT) in check_new_map()
/Linux-v6.1/Documentation/scsi/
Dsym53c8xx_2.rst352 apply to all targets of the SCSI chain (except the controller).
792 Generally SCSI targets do not reset the SCSI BUS, although any
DChangeLog.lpfc119 to timeout ABTS's on bad targets and allow the driver to have an
704 sg_reset for bus and three attached targets.
1107 give driver time to rediscover targets before the midlayer
1383 * Add support for 256 targets and 256 LUNs
/Linux-v6.1/arch/powerpc/
DKconfig960 List additional targets to be built by the bootwrapper here (separated
961 by spaces). This is useful for targets that depend of device tree
/Linux-v6.1/net/sched/
DKconfig815 tristate "IPtables targets"
818 Say Y here to be able to invoke iptables targets after successful
/Linux-v6.1/drivers/s390/crypto/
Dzcrypt_ep11misc.c392 u->targets = (u8 __user *)t; in prep_urb()
/Linux-v6.1/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_dx.h1661 uint32 targets[SVGA3D_DX_MAX_SOTARGETS]; member
/Linux-v6.1/Documentation/dev-tools/
Dcoccinelle.rst257 ``make coccicheck`` also supports using M= targets. If you do not supply
/Linux-v6.1/Documentation/doc-guide/
Dsphinx.rst361 and *targets* (e.g. a ref to ``:ref:`last row <last row>``` / :ref:`last row
/Linux-v6.1/Documentation/userspace-api/
Dlandlock.rst387 Because Landlock targets unprivileged access controls, it needs to properly
/Linux-v6.1/Documentation/m68k/
Dkernel-options.rst610 <cmd_per_lun> times the number of SCSI targets (LUNs) you have
650 use tagged queuing for targets that support it. Default: currently
/Linux-v6.1/tools/objtool/
Dcheck.c522 INIT_LIST_HEAD(&file->pv_ops[idx].targets); in init_pv_ops()
3180 list_for_each_entry(target, &file->pv_ops[idx].targets, pv_target) { in pv_call_dest()
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-class-power544 temperature targets). Note that this feature should not be
/Linux-v6.1/net/nfc/
Dnetlink.c145 rc = nfc_genl_send_target(skb, &dev->targets[i], cb, in nfc_genl_dump_targets()
/Linux-v6.1/mm/
Dmemcontrol.c710 unsigned long targets[MEM_CGROUP_NTARGETS]; member
934 next = __this_cpu_read(memcg->vmstats_percpu->targets[target]); in mem_cgroup_event_ratelimit()
947 __this_cpu_write(memcg->vmstats_percpu->targets[target], next); in mem_cgroup_event_ratelimit()
/Linux-v6.1/drivers/md/
Draid10.c3649 int targets = 1; in raid10_sync_request() local
3655 targets++; in raid10_sync_request()
3657 if (targets == 1) in raid10_sync_request()
/Linux-v6.1/Documentation/admin-guide/cifs/
Dusage.rst133 this can become unwieldy when potential mount targets include many
419 targets) it is recommended that you specify this option for
/Linux-v6.1/drivers/net/
DKconfig326 bool "Dynamic reconfiguration of logging targets"
/Linux-v6.1/Documentation/networking/
Dfilter.rst210 encoded. jt and jf are two 8 bit wide jump targets, one for condition
/Linux-v6.1/Documentation/filesystems/
Dntfs.rst358 If you are mirroring to multiple devices you can specify further targets at the
Dfscrypt.rst436 Symbolic link targets are considered a type of filename and are
1112 - Symlink targets may be read and followed, but they will be presented
/Linux-v6.1/drivers/net/dsa/ocelot/
Dfelix.c1406 ocelot->targets[i] = target; in felix_init_structs()
/Linux-v6.1/tools/perf/Documentation/
Dperf-config.txt391 Default is '1', meaning just jump targets will have offsets show right beside
/Linux-v6.1/drivers/scsi/aic7xxx/
Daic79xx_core.c8118 int targets; in ahd_search_qinfifo() local
8212 targets = 0; in ahd_search_qinfifo()
8217 targets++; in ahd_search_qinfifo()
8218 if (targets > AHD_NUM_TARGETS) in ahd_search_qinfifo()
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Ddev-encoder.rst347 * The following selection targets are supported on ``OUTPUT``:

1...<<111213