Searched refs:orig (Results 151 - 175 of 314) sorted by relevance

1234567891011>>

/linux-master/net/netfilter/ipset/
H A Dip_set_hash_netportnet.c92 struct hash_netportnet4_elem *orig)
94 elem->ip[1] = orig->ip[1];
384 struct hash_netportnet6_elem *orig)
386 elem->ip[1] = orig->ip[1];
91 hash_netportnet4_data_reset_elem(struct hash_netportnet4_elem *elem, struct hash_netportnet4_elem *orig) argument
383 hash_netportnet6_data_reset_elem(struct hash_netportnet6_elem *elem, struct hash_netportnet6_elem *orig) argument
/linux-master/fs/btrfs/
H A Dfree-space-cache.h94 void *cur, *orig; member in struct:btrfs_io_ctl
/linux-master/net/batman-adv/
H A Dnetwork-coding.c113 * @orig: the orig_node of the ogm
119 struct batadv_orig_node *orig,
124 clear_bit(BATADV_ORIG_CAPA_HAS_NC, &orig->capabilities);
126 set_bit(BATADV_ORIG_CAPA_HAS_NC, &orig->capabilities);
356 nc_node->addr, nc_node->orig_node->orig);
745 * batadv_can_nc_with_orig() - checks whether the given orig node is suitable
748 * @orig_node: neighboring orig node which may be used as nc candidate
777 if (!batadv_compare_eth(ogm_packet->orig, ogm_packet->prev_sender))
787 * @orig_node: orig node originating the ogm packet
788 * @orig_neigh_node: neighboring orig nod
118 batadv_nc_tvlv_ogm_handler_v1(struct batadv_priv *bat_priv, struct batadv_orig_node *orig, u8 flags, void *tvlv_value, u16 tvlv_value_len) argument
[all...]
H A Ddistributed-arp-table.c476 orig_addr = bcast_pkt->orig;
520 /* check if orig node candidate is running DAT */
543 batadv_compare_eth(candidate->orig, max_orig_node->orig))
608 select, max_orig_node->orig, max_orig_node->dat_addr,
772 * @orig: the orig_node of the ogm
778 struct batadv_orig_node *orig,
783 clear_bit(BATADV_ORIG_CAPA_HAS_DAT, &orig->capabilities);
785 set_bit(BATADV_ORIG_CAPA_HAS_DAT, &orig->capabilities);
777 batadv_dat_tvlv_ogm_handler_v1(struct batadv_priv *bat_priv, struct batadv_orig_node *orig, u8 flags, void *tvlv_value, u16 tvlv_value_len) argument
H A Dbat_v.c299 if (nla_put(msg, BATADV_ATTR_ORIG_ADDRESS, ETH_ALEN, orig_node->orig) ||
698 gw_node->orig_node->orig)) {
797 .orig = {
/linux-master/fs/jffs2/
H A Dcompr.c359 void jffs2_free_comprbuf(unsigned char *comprbuf, unsigned char *orig) argument
361 if (orig != comprbuf)
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.h159 struct mtk_ipv4_tuple orig; member in struct:mtk_foe_ipv4
381 struct mtk_foe_entry *entry, bool orig,
/linux-master/fs/nfsd/
H A Dexport.c204 struct svc_expkey *orig = container_of(a, struct svc_expkey, h); local
207 if (orig->ek_fsidtype != new->ek_fsidtype ||
208 orig->ek_client != new->ek_client ||
209 memcmp(orig->ek_fsid, new->ek_fsid, key_len(orig->ek_fsidtype)) != 0)
807 struct svc_export *orig = container_of(a, struct svc_export, h); local
809 return orig->ex_client == new->ex_client &&
810 path_equal(&orig->ex_path, &new->ex_path);
/linux-master/kernel/trace/
H A Dtrace_uprobe.c404 static bool trace_uprobe_has_same_uprobe(struct trace_uprobe *orig, argument
407 struct trace_probe_event *tpe = orig->tp.event;
411 list_for_each_entry(orig, &tpe->probes, tp.list) {
412 if (comp_inode != d_real_inode(orig->path.dentry) ||
413 comp->offset != orig->offset)
420 for (i = 0; i < orig->tp.nr_args; i++) {
421 if (strcmp(orig->tp.args[i].comm,
426 if (i == orig->tp.nr_args)
/linux-master/arch/x86/include/asm/
H A Dalternative.h387 .macro altinstr_entry orig alt ft_flags orig_len alt_len
388 .long \orig - .
/linux-master/arch/arc/kernel/
H A Dentry-arcv2.S203 ; Exception in U mode, preempted in kernel, Intr taken (K mode), orig
229 ; (since IRQ NOT allowed in DS in ARCv2, this can only happen if orig
/linux-master/drivers/media/dvb-frontends/
H A Dlgs8gxx.c890 u8 orig, t; local
893 lgs8gxx_read_reg(priv, 0x30, &orig);
894 orig &= 0xE7;
895 t = orig | 0x10;
897 t = orig | 0x18;
899 t = orig | 0x10;
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h896 pte_t *ptep, pte_t orig, int fullmm,
900 pte_t *ptep, pte_t orig, int fullmm,
909 if (likely(mm != &init_mm) && pte_accessible(mm, orig))
910 tlb_batch_add(mm, vaddr, ptep, orig, fullmm, hugepage_shift);
926 pte_t orig = *ptep; local
929 maybe_tlb_batch_add(mm, addr, ptep, orig, fullmm, PAGE_SHIFT);
899 maybe_tlb_batch_add(struct mm_struct *mm, unsigned long vaddr, pte_t *ptep, pte_t orig, int fullmm, unsigned int hugepage_shift) argument
/linux-master/drivers/usb/typec/ucsi/
H A Ducsi_ccg.c229 struct ucsi_ccg_altmode orig[UCSI_MAX_ALTMODES]; member in struct:ucsi_ccg
394 new_cam = uc->orig[cam].linked_idx;
400 struct ucsi_altmode *orig,
408 alt = uc->orig;
418 alt[i].svid = orig[i].svid;
419 alt[i].mid = orig[i].mid;
485 port = uc->orig;
399 ucsi_ccg_update_altmodes(struct ucsi *ucsi, struct ucsi_altmode *orig, struct ucsi_altmode *updated) argument
/linux-master/drivers/net/hyperv/
H A Dnetvsc_drv.c1117 unsigned int orig, count = channels->combined_count; local
1135 orig = nvdev->num_chn;
1150 device_info->num_chn = orig;
1864 struct ethtool_ringparam orig; local
1871 memset(&orig, 0, sizeof(orig));
1872 __netvsc_get_ringparam(nvdev, &orig);
1875 NETVSC_MIN_TX_SECTIONS, orig.tx_max_pending);
1877 NETVSC_MIN_RX_SECTIONS, orig.rx_max_pending);
1879 if (new_tx == orig
[all...]
/linux-master/net/sunrpc/
H A Dsvcauth_unix.c123 struct ip_map *orig = container_of(corig, struct ip_map, h); local
125 return strcmp(orig->m_class, new->m_class) == 0 &&
126 ipv6_addr_equal(&orig->m_addr, &new->m_addr);
441 struct unix_gid *orig = container_of(corig, struct unix_gid, h); local
443 return uid_eq(orig->uid, new->uid);
/linux-master/drivers/net/phy/
H A Dbroadcom.c265 u32 orig; local
282 orig = val;
316 if (orig != val)
323 orig = val;
330 if (orig != val)
/linux-master/include/uapi/linux/
H A Dcec.h130 * @orig: the original message structure
132 * Set the msg destination to the orig initiator and the msg initiator to the
133 * orig destination. Note that msg and orig may be the same pointer, in which
137 struct cec_msg *orig)
140 msg->msg[0] = (cec_msg_destination(orig) << 4) |
141 cec_msg_initiator(orig);
136 cec_msg_set_reply_to(struct cec_msg *msg, struct cec_msg *orig) argument
/linux-master/drivers/target/
H A Dtarget_core_rd.c547 char *orig, *ptr, *opts; local
555 orig = opts;
591 kfree(orig);
/linux-master/drivers/char/
H A Dmem.c564 static loff_t null_lseek(struct file *file, loff_t offset, int orig) argument
577 static loff_t memory_lseek(struct file *file, loff_t offset, int orig) argument
582 switch (orig) {
/linux-master/tools/perf/pmu-events/
H A Dmetric.py531 def ParsePerfJson(orig: str) -> Expression:
541 orig (str): String to parse.
547 py = orig.strip()
567 raise SyntaxError(f'Parsing expression:\n{orig}') from e
570 return _Constify(eval(compile(parsed, orig, 'eval')))
/linux-master/drivers/soc/qcom/
H A Dsmp2p.c399 u32 orig; local
403 val = orig = readl(entry->value);
409 if (val != orig)
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_intf.c419 int orig; local
426 orig = (bool)(cfg & BIT(20));
434 return orig;
/linux-master/sound/core/
H A Dinfo.c104 static loff_t snd_info_entry_llseek(struct file *file, loff_t offset, int orig) argument
116 file, offset, orig);
119 switch (orig) {
/linux-master/drivers/phy/freescale/
H A Dphy-fsl-lynx-28g.c144 u32 orig, tmp; local
146 orig = ioread32(reg);
147 tmp = orig & ~mask;

Completed in 287 milliseconds

1234567891011>>