Searched refs:entry (Results 151 - 175 of 2782) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/tools/
H A Dgcc-check-fpatchable-function-entry.sh10 # Output from -fpatchable-function-entry can only vary on ppc64 elfv2, so this
14 # Test whether the compile option -fpatchable-function-entry exists and
17 $* -m64 -mabi=elfv2 -S -x c -O2 -fpatchable-function-entry=2 - -o - 2> /dev/null | \
20 # Test whether nops are generated after the local entry point
22 $* -m64 -mabi=elfv2 -S -x c -O2 -fpatchable-function-entry=2 - -o - 2> /dev/null | \
/linux-master/include/linux/
H A Dtimer_types.h13 struct hlist_node entry; member in struct:timer_list
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_debugfs.c34 const struct pvr_debugfs_entry *entry = &pvr_debugfs_entries[i]; local
37 dir = debugfs_create_dir(entry->name, root);
41 entry->name, (int)PTR_ERR(dir));
45 entry->init(pvr_dev, dir);
/linux-master/drivers/md/dm-vdo/
H A Dfunnel-queue.h28 * entry pointer returned by vdo_funnel_queue_poll().
47 /* The next (newer) entry in the queue. */
66 /* A dummy entry used to provide the non-NULL invariants above. */
75 * Put an entry on the end of the queue.
77 * The entry pointer must be to the struct funnel_queue_entry embedded in the caller's data
79 * from the pointer that passed in here, so every entry in the queue must have the struct
83 struct funnel_queue_entry *entry)
88 * Barrier requirements: All stores relating to the entry ("next" pointer, containing data
90 * consumer. Also, the entry's "next" field initialization to NULL must happen before any
91 * other producer threads can see the entry (th
82 vdo_funnel_queue_put(struct funnel_queue *queue, struct funnel_queue_entry *entry) argument
[all...]
H A Dpriority-table.h14 * enqueuing an entry and dequeuing an entry with the maximum priority. It also supports removing
15 * an arbitrary entry. The priority of an entry already in the table can be changed by removing it
19 * link entries in the table and no wrapper type is declared, so an existing list entry in an
37 struct list_head *entry);
43 void vdo_priority_table_remove(struct priority_table *table, struct list_head *entry);
/linux-master/drivers/dma/idxd/
H A Ddebugfs.c19 struct dsa_evl_entry *entry; local
25 entry = (struct dsa_evl_entry *)evl->log + index;
27 if (!entry->e.desc_valid)
30 seq_printf(s, "Event Log entry %d (real index %u) processed: %u\n",
37 entry->e.desc_valid, entry->e.wq_idx_valid,
38 entry->e.batch, entry->e.fault_rw, entry->e.priv,
39 entry
[all...]
/linux-master/fs/
H A Ddax.c55 * for pages. We use one bit for locking, one bit for the entry size (PMD)
56 * and two more to tell us if the entry is a zero page or an empty entry that
59 * If the PMD bit isn't set the entry has size PAGE_SIZE, and if the ZERO_PAGE
60 * and EMPTY bits aren't set the entry is a normal DAX entry with a filesystem
69 static unsigned long dax_to_pfn(void *entry) argument
71 return xa_to_value(entry) >> DAX_SHIFT;
79 static bool dax_is_locked(void *entry) argument
81 return xa_to_value(entry)
84 dax_entry_order(void *entry) argument
91 dax_is_pmd_entry(void *entry) argument
96 dax_is_pte_entry(void *entry) argument
101 dax_is_zero_entry(void *entry) argument
106 dax_is_empty_entry(void *entry) argument
115 dax_is_conflict(void *entry) argument
143 dax_entry_waitqueue(struct xa_state *xas, void *entry, struct exceptional_entry_key *key) argument
181 dax_wake_entry(struct xa_state *xas, void *entry, enum dax_wake_mode mode) argument
211 void *entry; local
243 wait_entry_unlocked(struct xa_state *xas, void *entry) argument
264 put_unlocked_entry(struct xa_state *xas, void *entry, enum dax_wake_mode mode) argument
276 dax_unlock_entry(struct xa_state *xas, void *entry) argument
292 dax_lock_entry(struct xa_state *xas, void *entry) argument
298 dax_entry_size(void *entry) argument
310 dax_end_pfn(void *entry) argument
356 dax_associate_entry(void *entry, struct address_space *mapping, struct vm_area_struct *vma, unsigned long address, bool shared) argument
379 dax_disassociate_entry(void *entry, struct address_space *mapping, bool trunc) argument
402 dax_busy_page(void *entry) argument
426 void *entry; local
494 void *entry; local
578 void *entry; local
680 void *entry; local
750 void *entry; local
775 void *entry; local
869 dax_insert_entry(struct xa_state *xas, struct vm_fault *vmf, const struct iomap_iter *iter, void *entry, pfn_t pfn, unsigned long flags) argument
926 dax_writeback_one(struct xa_state *xas, struct dax_device *dax_dev, struct address_space *mapping, void *entry) argument
1031 void *entry; local
1186 dax_load_hole(struct xa_state *xas, struct vm_fault *vmf, const struct iomap_iter *iter, void **entry) argument
1202 dax_pmd_load_hole(struct xa_state *xas, struct vm_fault *vmf, const struct iomap_iter *iter, void **entry) argument
1254 dax_pmd_load_hole(struct xa_state *xas, struct vm_fault *vmf, const struct iomap_iter *iter, void **entry) argument
1642 dax_fault_iter(struct vm_fault *vmf, const struct iomap_iter *iter, pfn_t *pfnp, struct xa_state *xas, void **entry, bool pmd) argument
1709 void *entry; local
1819 void *entry; local
1933 void *entry; local
[all...]
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dglobal1_atu.c215 struct mv88e6xxx_atu_entry *entry)
224 entry->state = val & 0xf;
225 if (entry->state) {
226 entry->trunk = !!(val & MV88E6XXX_G1_ATU_DATA_TRUNK);
227 entry->portvec = (val >> 4) & mv88e6xxx_port_mask(chip);
234 struct mv88e6xxx_atu_entry *entry)
236 u16 data = entry->state & 0xf;
238 if (entry->state) {
239 if (entry->trunk)
242 data |= (entry
214 mv88e6xxx_g1_atu_data_read(struct mv88e6xxx_chip *chip, struct mv88e6xxx_atu_entry *entry) argument
233 mv88e6xxx_g1_atu_data_write(struct mv88e6xxx_chip *chip, struct mv88e6xxx_atu_entry *entry) argument
253 mv88e6xxx_g1_atu_mac_read(struct mv88e6xxx_chip *chip, struct mv88e6xxx_atu_entry *entry) argument
271 mv88e6xxx_g1_atu_mac_write(struct mv88e6xxx_chip *chip, struct mv88e6xxx_atu_entry *entry) argument
289 mv88e6xxx_g1_atu_getnext(struct mv88e6xxx_chip *chip, u16 fid, struct mv88e6xxx_atu_entry *entry) argument
316 mv88e6xxx_g1_atu_loadpurge(struct mv88e6xxx_chip *chip, u16 fid, struct mv88e6xxx_atu_entry *entry) argument
336 mv88e6xxx_g1_atu_flushmove(struct mv88e6xxx_chip *chip, u16 fid, struct mv88e6xxx_atu_entry *entry, bool all) argument
366 struct mv88e6xxx_atu_entry entry = { local
376 struct mv88e6xxx_atu_entry entry = { 0 }; local
405 struct mv88e6xxx_atu_entry entry; local
[all...]
/linux-master/drivers/soc/qcom/
H A Dsmsm.c25 * system in the SoC. The entry belonging to the local system is considered
28 * The subscription matrix consists of N bitmaps per entry, denoting interest
29 * in updates of the entry for each of the N hosts. Upon updating a state bit
33 * The subscription matrix is laid out in entry-major order:
94 * struct smsm_entry - per remote processor entry context
96 * @domain: IRQ domain for this entry, if representing a remote system
101 * @remote_state: pointer to this entry's state bits
103 * entry
131 * smsm_update_bits() - change bit in outgoing entry and inform subscribers
136 * Used to set and clear the bits in the outgoing/local entry an
200 struct smsm_entry *entry = data; local
238 struct smsm_entry *entry = irq_data_get_irq_chip_data(irqd); local
261 struct smsm_entry *entry = irq_data_get_irq_chip_data(irqd); local
288 struct smsm_entry *entry = irq_data_get_irq_chip_data(irqd); local
310 struct smsm_entry *entry = irq_data_get_irq_chip_data(irqd); local
341 struct smsm_entry *entry = d->host_data; local
402 smsm_inbound_entry(struct qcom_smsm *smsm, struct smsm_entry *entry, struct device_node *node) argument
479 struct smsm_entry *entry; local
[all...]
/linux-master/fs/nfs/
H A Dnfs42xattr.c25 * to a special-cased entry for the listxattr cache.
125 * Wrapper functions to add a cache entry to the right LRU.
128 nfs4_xattr_entry_lru_add(struct nfs4_xattr_entry *entry) argument
132 lru = (entry->flags & NFS4_XATTR_ENTRY_EXTVAL) ?
135 return list_lru_add_obj(lru, &entry->lru);
139 nfs4_xattr_entry_lru_del(struct nfs4_xattr_entry *entry) argument
143 lru = (entry->flags & NFS4_XATTR_ENTRY_EXTVAL) ?
146 return list_lru_del_obj(lru, &entry->lru);
152 * cache. Those allocations use the same entry so that they can be
156 * value fits in to one page with the entry structur
178 struct nfs4_xattr_entry *entry; local
247 nfs4_xattr_free_entry(struct nfs4_xattr_entry *entry) argument
257 struct nfs4_xattr_entry *entry; local
387 struct nfs4_xattr_entry *entry; local
513 struct nfs4_xattr_entry *entry; local
526 nfs4_xattr_hash_add(struct nfs4_xattr_cache *cache, struct nfs4_xattr_entry *entry) argument
567 struct nfs4_xattr_entry *entry; local
590 struct nfs4_xattr_entry *entry; local
612 struct nfs4_xattr_entry *entry; local
651 struct nfs4_xattr_entry *entry; local
692 struct nfs4_xattr_entry *entry; local
743 struct nfs4_xattr_entry *entry; local
875 struct nfs4_xattr_entry *entry = container_of(item, local
924 struct nfs4_xattr_entry *entry; local
[all...]
/linux-master/security/selinux/ss/
H A Dsidtab.h66 struct sidtab_entry entry; member in struct:sidtab_isid_entry
100 /* index == SID - 1 (no entry for SECSID_NULL) */
114 struct sidtab_entry *entry = sidtab_search_entry(s, sid); local
116 return entry ? &entry->context : NULL;
121 struct sidtab_entry *entry = sidtab_search_entry_force(s, sid); local
123 return entry ? &entry->context : NULL;
142 void sidtab_sid2str_put(struct sidtab *s, struct sidtab_entry *entry,
144 int sidtab_sid2str_get(struct sidtab *s, struct sidtab_entry *entry, cha
147 sidtab_sid2str_put(struct sidtab *s, struct sidtab_entry *entry, const char *str, u32 str_len) argument
152 sidtab_sid2str_get(struct sidtab *s, struct sidtab_entry *entry, char **out, u32 *out_len) argument
[all...]
/linux-master/arch/sparc/mm/
H A Dhugetlbpage.c131 static pte_t sun4u_hugepage_shift_to_tte(pte_t entry, unsigned int shift) argument
133 return entry;
136 static pte_t sun4v_hugepage_shift_to_tte(pte_t entry, unsigned int shift) argument
140 pte_val(entry) = pte_val(entry) & ~_PAGE_SZALL_4V;
145 pte_val(entry) |= _PAGE_PUD_HUGE;
149 pte_val(entry) |= _PAGE_PMD_HUGE;
153 pte_val(entry) |= _PAGE_PMD_HUGE;
156 pte_val(entry) |= _PAGE_PMD_HUGE;
165 pte_val(entry)
169 hugepage_shift_to_tte(pte_t entry, unsigned int shift) argument
177 arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags) argument
196 sun4v_huge_tte_to_shift(pte_t entry) argument
224 sun4u_huge_tte_to_shift(pte_t entry) argument
246 tte_to_shift(pte_t entry) argument
254 huge_tte_to_shift(pte_t entry) argument
328 __set_huge_pte_at(struct mm_struct *mm, unsigned long addr, pte_t *ptep, pte_t entry) argument
364 set_huge_pte_at(struct mm_struct *mm, unsigned long addr, pte_t *ptep, pte_t entry, unsigned long sz) argument
375 pte_t entry; local
[all...]
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css-pool.c30 imgu_dmamap_free(imgu, &pool->entry[i].param);
39 pool->entry[i].valid = false;
41 pool->entry[i].param.vaddr = NULL;
45 if (!imgu_dmamap_alloc(imgu, &pool->entry[i].param, size))
59 * Allocate a new parameter via recycling the oldest entry in the pool.
63 /* Get the oldest entry */
66 pool->entry[n].valid = true;
75 pool->entry[pool->last].valid = false;
80 * imgu_css_pool_last - Retrieve the nth pool entry from last
86 * The nth entry fro
[all...]
/linux-master/arch/mips/tools/
H A Delf-entry.c34 uint64_t entry; local
43 die("Usage: elf-entry <elf-file>\n");
67 entry = le32toh(hdr.ehdr32.e_entry);
70 entry = be32toh(hdr.ehdr32.e_entry);
78 entry = (int64_t)(int32_t)entry;
84 entry = le64toh(hdr.ehdr64.e_entry);
87 entry = be64toh(hdr.ehdr64.e_entry);
100 printf("0x%016" PRIx64 "\n", entry);
/linux-master/sound/firewire/motu/
H A Dmotu-proc.c26 static void proc_read_clock(struct snd_info_entry *entry, argument
30 struct snd_motu *motu = entry->private_data;
43 static void proc_read_format(struct snd_info_entry *entry, argument
46 struct snd_motu *motu = entry->private_data;
86 struct snd_info_entry *entry; local
88 entry = snd_info_create_card_entry(motu->card, name, root);
89 if (entry)
90 snd_info_set_text_ops(entry, motu, op);
/linux-master/tools/usb/usbip/libsrc/
H A Dlist.h16 * using the generic single-entry routines.
35 * Insert a new entry between two known consecutive entries.
51 * list_add - add a new entry
52 * @new: new entry to be added
55 * Insert a new entry after the specified head.
64 * Delete a list entry by making the prev/next entries
80 static inline void __list_del_entry(struct list_head *entry) argument
82 __list_del(entry->prev, entry->next);
86 * list_del - deletes entry fro
91 list_del(struct list_head *entry) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Dsystbls_64.S2 /* systbls.S: System call entry point tables for OS compatibility.
13 #define __SYSCALL(nr, entry) .word entry
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_coredump.h22 * @size: Number of bytes for the entry
34 * @entry: Contains File info
38 struct iosm_cd_list_entry entry[]; member in struct:iosm_cd_list
51 int ipc_coredump_collect(struct iosm_devlink *devlink, u8 **data, int entry,
/linux-master/drivers/mtd/nand/
H A Dbbt.c66 * @entry: the BBT entry
68 * Return: a positive number nand_bbt_block_status status or -%ERANGE if @entry
72 unsigned int entry)
76 ((entry * bits_per_block) / BITS_PER_LONG);
77 unsigned int offs = (entry * bits_per_block) % BITS_PER_LONG;
80 if (entry >= nanddev_neraseblocks(nand))
95 * @entry: the BBT entry to update
98 * Update an entry o
71 nanddev_bbt_get_block_status(const struct nand_device *nand, unsigned int entry) argument
104 nanddev_bbt_set_block_status(struct nand_device *nand, unsigned int entry, enum nand_bbt_block_status status) argument
[all...]
/linux-master/scripts/
H A Dcheck-sysctl-docs23 # documented: maps documented entries (each key is an entry)
28 # curentry: the name of the current proc entry (procname when parsing
43 # Print the information for the given entry
44 function printentry(entry) {
45 seen[entry]++
46 printf "* %s from %s", entry, file[entry]
47 if (documented[entry]) {
115 if (debug) print "Adding entry " curentry " to table " curtable
124 for (entry i
[all...]
/linux-master/fs/squashfs/
H A Dsymlink.c44 struct squashfs_cache_entry *entry; local
72 entry = squashfs_cache_get(sb, msblk->block_cache, block, 0);
73 if (entry->error) {
77 squashfs_cache_put(entry);
78 error = entry->error;
83 copied = squashfs_copy_data(pageaddr + bytes, entry, offset,
88 block = entry->next_index;
90 squashfs_cache_put(entry);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c14 static void tc_fill_all_pass_entry(struct stmmac_tc_entry *entry) argument
16 memset(entry, 0, sizeof(*entry));
17 entry->in_use = true;
18 entry->is_last = true;
19 entry->is_frag = false;
20 entry->prio = ~0x0;
21 entry->handle = 0;
22 entry->val.match_data = 0x0;
23 entry
32 struct stmmac_tc_entry *entry, *first = NULL, *dup = NULL; local
57 tc_fill_actions(struct stmmac_tc_entry *entry, struct stmmac_tc_entry *frag, struct tc_cls_u32_offload *cls) argument
94 struct stmmac_tc_entry *entry, *frag = NULL; local
174 struct stmmac_tc_entry *entry; local
429 tc_parse_flow_actions(struct stmmac_priv *priv, struct flow_action *action, struct stmmac_flow_entry *entry, struct netlink_ext_ack *extack) argument
459 tc_add_basic_flow(struct stmmac_priv *priv, struct flow_cls_offload *cls, struct stmmac_flow_entry *entry) argument
477 tc_add_ip4_flow(struct stmmac_priv *priv, struct flow_cls_offload *cls, struct stmmac_flow_entry *entry) argument
512 tc_add_ports_flow(struct stmmac_priv *priv, struct flow_cls_offload *cls, struct stmmac_flow_entry *entry) argument
568 struct stmmac_flow_entry *entry = &priv->flow_entries[i]; local
591 struct stmmac_flow_entry *entry = tc_find_flow(priv, cls, false); local
622 struct stmmac_flow_entry *entry = tc_find_flow(priv, cls, false); local
649 struct stmmac_rfs_entry *entry = &priv->rfs_entries[i]; local
665 struct stmmac_rfs_entry *entry = tc_find_rfs(priv, cls, false); local
716 struct stmmac_rfs_entry *entry = tc_find_rfs(priv, cls, false); local
736 struct stmmac_rfs_entry *entry = tc_find_rfs(priv, cls, false); local
808 struct stmmac_rfs_entry *entry = tc_find_rfs(priv, cls, false); local
[all...]
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-proc.c25 static void proc_read_clock(struct snd_info_entry *entry, argument
38 struct snd_dg00x *dg00x = entry->private_data;
70 struct snd_info_entry *root, *entry; local
83 entry = snd_info_create_card_entry(dg00x->card, "clock", root);
84 if (entry)
85 snd_info_set_text_ops(entry, dg00x, proc_read_clock);
/linux-master/fs/lockd/
H A Dprocfs.c73 struct proc_dir_entry *entry; local
75 entry = proc_mkdir("fs/lockd", NULL);
76 if (!entry)
78 entry = proc_create("nlm_end_grace", S_IRUGO|S_IWUSR, entry,
80 if (!entry) {
/linux-master/sound/firewire/dice/
H A Ddice-tcelectronic.c63 } *entry, entries[] = { local
86 entry = entries + i;
87 if (entry->model_id == model_id)
93 memcpy(dice->tx_pcm_chs, entry->spec->tx_pcm_chs,
95 memcpy(dice->rx_pcm_chs, entry->spec->rx_pcm_chs,
98 if (entry->spec->has_midi) {

Completed in 389 milliseconds

1234567891011>>