Searched refs:this (Results 1 - 25 of 529) sorted by last modified time

1234567891011>>

/linux-master/drivers/nvme/host/
H A Dcore.c149 * Use this function to proceed with scheduling reset_work for a controller
152 * may prevent this from succeeding.
1900 * Note, this check will need to be modified if any drivers
1946 * or smaller than a sector size yet, so catch this early and don't
1957 * Bit 1 indicates whether NAWUPF is defined for this namespace
2208 * To work around this, we explicitly set the device
2397 * devices are known to get this wrong. Use the larger of the
2573 * Is this state a useful non-operational state for higher-power
2696 * other problems. To make this even more interesting, it
3062 * the previous security send command. As such, many vendors log this
3558 nvme_global_check_duplicate_ids(struct nvme_subsystem *this, struct nvme_ns_ids *ids) argument
[all...]
/linux-master/drivers/base/regmap/
H A Dregmap.c29 * infrastructure isn't available early enough to be used. For this
504 struct regmap_range_node *this = local
508 if (data->range_max < this->range_min)
510 else if (data->range_min > this->range_max)
528 struct regmap_range_node *this = local
531 if (reg < this->range_min)
533 else if (reg > this->range_max)
536 return this;
621 /* Use this if no other value was found */
659 /* Use this i
[all...]
/linux-master/
H A DMakefile11 # Comments in this file are targeted only to the developer, do not
12 # expect to learn how to build the kernel reading this file.
41 this-makefile := $(lastword $(MAKEFILE_LIST))
42 abs_srctree := $(realpath $(dir $(this-makefile)))
48 # (this increases performance and avoids hard-to-debug behaviour)
170 # For example, you can do this:
208 # Cancel implicit rules for this Makefile.
209 $(this-makefile): ;
235 $(filter-out $(this-makefile), $(MAKECMDGOALS)) __all: __sub-make
245 # We process the rest of the Makefile if this i
[all...]
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh20 -h: display this message
168 echo "Please run this test as root"
266 # For this test, we need one and just one huge page
/linux-master/net/netfilter/
H A Dnft_chain_filter.c351 * Although nf_tables core releases all tables/chains, only this event
358 static int nf_tables_netdev_event(struct notifier_block *this, argument
H A Dnft_set_rbtree.c5 * Development of this code funded by Astaro AG (http://www.astaro.com/)
143 const void *this; local
153 this = nft_set_ext_key(&rbe->ext);
154 d = memcmp(this, key, set->klen);
249 /* search for end interval coming before this element.
267 /* There is always room in this trans gc for this element,
270 * this is synchronous gc which never fails.
298 /* this element is closest to where the new element is to be inserted:
362 * but skip new elements in this transactio
551 struct nft_rbtree_elem *rbe, *this = nft_elem_priv_cast(elem->priv); local
[all...]
H A Dnft_set_hash.c5 * Development of this code funded by Astaro AG (http://www.astaro.com/)
577 struct nft_hash_elem *this = nft_elem_priv_cast(elem->priv), *he; local
582 hash = nft_jhash(set, priv, &this->ext);
584 if (!memcmp(nft_set_ext_key(&this->ext),
591 hlist_add_head_rcu(&this->node, &priv->table[hash]);
616 struct nft_hash_elem *this = nft_elem_priv_cast(elem->priv), *he; local
621 hash = nft_jhash(set, priv, &this->ext);
H A Dnft_set_bitmap.c25 * the ^ character, note that this cursor shifts on every successful transaction.
29 * 11 = this element is active in the current generation. In case of no updates,
31 * 00 = this element is inactive in the current generation. In case of no
36 * 01 = this element is inactive in the current generation and it becomes active
40 * 10 = this element is active in the current generation and it becomes inactive
91 nft_bitmap_elem_find(const struct nft_set *set, struct nft_bitmap_elem *this, argument
99 nft_set_ext_key(&this->ext), set->klen) ||
197 struct nft_bitmap_elem *this = nft_elem_priv_cast(elem->priv), *be; local
204 be = nft_bitmap_elem_find(set, this, genmask);
H A Dnf_tables_api.c5 * Development of this code funded by Astaro AG (http://www.astaro.com/)
898 /* A request to load this module already exists. */
2040 /* Restore old counters on this cpu, no problem. Per-cpu statistics
2132 /* nf_tables_netdev_event() is called under rtnl_mutex, this is
2152 const struct nft_hook *this)
2157 if (this->ops.dev == hook->ops.dev)
2570 /* This must be LAST to ensure no packets are walking over this chain. */
2896 struct nft_hook *this, *hook; local
2909 list_for_each_entry(this, &chain_hook.list, list) {
2910 hook = nft_hook_list_find(&basechain->hook_list, this);
2151 nft_hook_list_find(struct list_head *hook_list, const struct nft_hook *this) argument
8696 struct nft_hook *this, *next; local
8711 struct nft_hook *this, *hook; local
9113 nf_tables_flowtable_event(struct notifier_block *this, unsigned long event, void *ptr) argument
11462 nft_rcv_nl_event(struct notifier_block *this, unsigned long event, void *ptr) argument
[all...]
/linux-master/net/ax25/
H A Daf_ax25.c129 static int ax25_device_event(struct notifier_block *this, unsigned long event, argument
1176 * some sanity checks. code further down depends on this
1180 /* support for this will go away in early 2.5.x
1263 * Must bind first - autobinding in this may or may not work. If
1268 /* check if we can remove this feature. It is broken. */
1363 err = sock_error(sk); /* Always set at this point */
1403 * The read queue this time is holding sockets ready to use
1587 * FIXME: 1003.1g - if the socket is like this because
1729 /* We set this correctly, even though we may not let the
/linux-master/drivers/net/
H A Dmacsec.c112 * @secys: linked list of SecY's on this underlying device
1056 /* exact match, divert skb to this port */
1063 /* multicast frame, deliver on this port too */
1094 /* deliver on this port */
1153 * bit clear are discarded, as this reserved encoding is used
4446 static int macsec_notify(struct notifier_block *this, unsigned long event, argument
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpts.c244 struct list_head *this, *next; local
248 list_for_each_safe(this, next, &cpts->events) {
249 event = list_entry(this, struct am65_cpts_event, list);
827 struct list_head *this, *next; local
836 list_for_each_safe(this, next, &events) {
837 event = list_entry(this, struct am65_cpts_event, list);
930 * The periodic FIFO check will handle this.
/linux-master/drivers/mtd/nand/raw/
H A Ddiskonchip.c131 * Fabrice Bellard figured this out in the old docecc code. I added
292 static void doc2000_write_byte(struct nand_chip *this, u_char datum) argument
294 struct doc_priv *doc = nand_get_controller_data(this);
303 static void doc2000_writebuf(struct nand_chip *this, const u_char *buf, argument
306 struct doc_priv *doc = nand_get_controller_data(this);
320 static void doc2000_readbuf(struct nand_chip *this, u_char *buf, int len) argument
322 struct doc_priv *doc = nand_get_controller_data(this);
345 static void doc200x_readid(struct nand_chip *this, unsigned int cs, u8 *id) argument
359 this->controller->ops->exec_op(this,
364 struct nand_chip *this = mtd_to_nand(mtd); local
395 struct nand_chip *this = mtd_to_nand(mtd); local
415 doc2001_write_byte(struct nand_chip *this, u_char datum) argument
425 doc2001_writebuf(struct nand_chip *this, const u_char *buf, int len) argument
437 doc2001_readbuf(struct nand_chip *this, u_char *buf, int len) argument
453 doc2001plus_writebuf(struct nand_chip *this, const u_char *buf, int len) argument
470 doc2001plus_readbuf(struct nand_chip *this, u_char *buf, int len) argument
510 doc200x_exec_instr(struct nand_chip *this, const struct nand_op_instr *instr) argument
563 doc200x_exec_op(struct nand_chip *this, const struct nand_operation *op, bool check_only) argument
597 doc2001plus_exec_instr(struct nand_chip *this, const struct nand_op_instr *instr) argument
638 doc2001plus_exec_op(struct nand_chip *this, const struct nand_operation *op, bool check_only) argument
663 doc200x_enable_hwecc(struct nand_chip *this, int mode) argument
681 doc2001plus_enable_hwecc(struct nand_chip *this, int mode) argument
700 doc200x_calculate_ecc(struct nand_chip *this, const u_char *dat, unsigned char *ecc_code) argument
759 doc200x_correct_data(struct nand_chip *this, u_char *dat, u_char *read_ecc, u_char *isnull) argument
864 struct nand_chip *this = mtd_to_nand(mtd); local
907 struct nand_chip *this = mtd_to_nand(mtd); local
1013 struct nand_chip *this = mtd_to_nand(mtd); local
1133 struct nand_chip *this = mtd_to_nand(mtd); local
1168 struct nand_chip *this = mtd_to_nand(mtd); local
1221 struct nand_chip *this = mtd_to_nand(mtd); local
1234 struct nand_chip *this = mtd_to_nand(mtd); local
1260 struct nand_chip *this = mtd_to_nand(mtd); local
[all...]
/linux-master/arch/arc/mm/
H A Dtlbex.S54 ; [All of this dance is to avoid stack switching for each TLB Miss, since we
195 and.f 0, r3, _PAGE_HW_SZ ; Is this Huge PMD (thp)
362 ; Set Z flag if exception in U mode. Hardware micro-ops do this on any
/linux-master/arch/arc/kernel/
H A Dhead.S96 ; - Platforms can override this weak version if needed
161 ; setup per-cpu idle task as "current" on this CPU
H A Dentry.S232 bnz tracesys ; this never comes back
294 ; (i) If this signal causes coredump - full regfile needed
307 ; Ideally we want to discard the Callee reg above, however if this was
318 ; for single exit point from this block
322 ; Disable Interrupts from this point on
334 ; check if this task's NEED_RESCHED flag set
H A Dentry-arcv2.S81 # Note this disable is only for consistent book-keeping as further interrupts
82 # will be disabled anyways even w/o this. Hardware tracks active interrupts
84 # unless this one returns (or higher prio becomes pending in 2-prio scheme)
101 ; TODO: implement this
107 ; TODO: implement this
113 ; TODO: implement this
141 ; TBD: optimize - do this only if a callee reg was involved
181 # Interrpts are actually disabled from this point on, but will get
229 ; (since IRQ NOT allowed in DS in ARCv2, this can only happen if orig
/linux-master/arch/x86/kvm/
H A Dlapic.c242 * the compiler decides to reload x2apic_id after this check.
401 * this task still needs to retry and complete its calculation.
797 * uses the Hyper-V APIC enlightenment. In this case we may need
927 * While this might not be ideal from performance point of view,
928 * this makes sure pv eoi is only enabled when we know it's safe.
1142 * means that the interrupt should be dropped. In this case, *bitmap would be
1493 * this interface assumes a trap-like exit, which has already finished
1691 static int apic_mmio_read(struct kvm_vcpu *vcpu, struct kvm_io_device *this, argument
1694 struct kvm_lapic *apic = to_lapic(this);
1776 * On APICv, this tes
2409 apic_mmio_write(struct kvm_vcpu *vcpu, struct kvm_io_device *this, gpa_t address, int len, const void *data) argument
[all...]
/linux-master/net/ipv4/
H A Dfib_frontend.c339 * - figure out what "logical" interface this packet arrived
387 * would not even hit this slow path.
1186 * In this case the secondary ifa can be in device list.
1324 /* Check, that this local address finally disappeared. */
1437 static int fib_inetaddr_event(struct notifier_block *this, unsigned long event, void *ptr) argument
1456 /* Last address was deleted from this interface.
1468 static int fib_netdev_event(struct notifier_block *this, unsigned long event, void *ptr) argument
/linux-master/drivers/scsi/
H A Dscsi_lib.c139 * for a requeue after completion, which should only occur in this
159 * Requeue this command. It will go before all other commands
175 * We do this for one of two cases. Either the host is busy and it cannot accept
361 * with an RCU read lock in this function to ensure that this function in
511 * blk_mq_destroy_queue() before the queue is run from this
748 /* this could lead to infinite loop */
823 * command. The only thing this should be
1065 * to retry code. Fast path should return in this block.
1125 * max_hw_segments to be prepared for this
2609 struct list_head *this, *tmp; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dlag.c7 * COPYING in the main directory of this source tree, or the
15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
220 static int mlx5_lag_netdev_event(struct notifier_block *this,
1043 /* None of this lagdev's netdevs are slaves of this master. */
1142 /* this handler is always registered to netdev events */
1143 static int mlx5_lag_netdev_event(struct notifier_block *this, argument
1156 ldev = container_of(this, struct mlx5_lag, nb);
/linux-master/net/xdp/
H A Dxsk.c1633 static int xsk_notifier(struct notifier_block *this, argument
/linux-master/net/ipv6/
H A Daddrconf.c973 /* Nobody refers to this ifaddr, destroy it */
1081 NL_SET_ERR_MSG_MOD(extack, "Cannot assign loopback address on this device");
1092 NL_SET_ERR_MSG_MOD(extack, "IPv6 is disabled on this device");
1245 * Note: Because this address is
1432 * A temporary address is created only if this calculated Preferred
2680 * addresses; this would be too easy way to crash kernel.
2863 /* Try to figure out our local address for this prefix */
3024 NL_SET_ERR_MSG_MOD(extack, "IPv6 is disabled on this device");
3112 NL_SET_ERR_MSG_MOD(extack, "IPv6 is disabled on this device");
3484 /* this devic
3637 addrconf_notify(struct notifier_block *this, unsigned long event, void *ptr) argument
[all...]
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_main.c9 * Once I get this working, I will use 64 or 128 byte CPM buffers, which
215 * if this is non-zero then assume it is the address to get MAC from.
417 struct fec_dma_devres *this = res; local
419 fec_dma_free(dev, this->size, this->vaddr, this->dma_handle);
707 /* If this was the last BD in the ring, start at the beginning again. */
1070 * packet processing for this device must be stopped before this call.
1080 /* Whack a reset. We should wait for this
[all...]
/linux-master/scripts/
H A Dkernel-doc115 # in rst this can refer to any type
196 # reading this variable is for backwards compat just in case
781 # If this is the first non-blank line in a literal
1619 # this fixes a problem where check_sections() cannot find
1648 # and this appears in @prms as "addr[6" since the
1739 # Yes, this truly is vile. We are looking for:
2341 # Hand this line to the appropriate state handler
2529 Print this help.

Completed in 287 milliseconds

1234567891011>>