Home
last modified time | relevance | path

Searched refs:orig (Results 126 – 150 of 286) sorted by relevance

12345678910>>...12

/linux/net/batman-adv/
H A Ddistributed-arp-table.c476 orig_addr = bcast_pkt->orig; in batadv_dbg_arp()
543 batadv_compare_eth(candidate->orig, max_orig_node->orig)) in batadv_is_orig_node_eligible()
608 select, max_orig_node->orig, max_orig_node->dat_addr, in batadv_choose_next_candidate()
778 struct batadv_orig_node *orig, in batadv_dat_tvlv_ogm_handler_v1() argument
783 clear_bit(BATADV_ORIG_CAPA_HAS_DAT, &orig->capabilities); in batadv_dat_tvlv_ogm_handler_v1()
785 set_bit(BATADV_ORIG_CAPA_HAS_DAT, &orig->capabilities); in batadv_dat_tvlv_ogm_handler_v1()
H A Dtvlv.h30 struct batadv_orig_node *orig,
/linux/arch/m68k/fpsp040/
H A Dx_fline.S68 cmpib #VER_40,(%a7) |test for orig unimp frame
70 subl #UNIMP_40_SIZE-4,%a7 |emulate an orig fsave
/linux/drivers/md/persistent-data/
H A Ddm-btree-spine.c98 static int bn_shadow(struct dm_btree_info *info, dm_block_t orig, in bn_shadow() argument
104 r = dm_tm_shadow_block(info->tm, orig, &btree_node_validator, in bn_shadow()
H A Ddm-transaction-manager.h86 int dm_tm_shadow_block(struct dm_transaction_manager *tm, dm_block_t orig,
/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c1118 unsigned int orig, count = channels->combined_count; in netvsc_set_channels() local
1136 orig = nvdev->num_chn; in netvsc_set_channels()
1151 device_info->num_chn = orig; in netvsc_set_channels()
1865 struct ethtool_ringparam orig; in netvsc_set_ringparam() local
1872 memset(&orig, 0, sizeof(orig)); in netvsc_set_ringparam()
1873 __netvsc_get_ringparam(nvdev, &orig); in netvsc_set_ringparam()
1876 NETVSC_MIN_TX_SECTIONS, orig.tx_max_pending); in netvsc_set_ringparam()
1878 NETVSC_MIN_RX_SECTIONS, orig.rx_max_pending); in netvsc_set_ringparam()
1880 if (new_tx == orig.tx_pending && in netvsc_set_ringparam()
1881 new_rx == orig.rx_pending) in netvsc_set_ringparam()
[all …]
/linux/Documentation/filesystems/nfs/
H A Drpc-cache.rst72 int match(struct cache_head \*orig, struct cache_head \*new)
76 void init(struct cache_head \*orig, struct cache_head \*new)
77 Set the 'key' fields in 'new' from 'orig'. This may
80 void update(struct cache_head \*orig, struct cache_head \*new)
81 Set the 'content' fields in 'new' from 'orig'.
/linux/tools/testing/selftests/kvm/
H A Dmax_guest_memory_test.c41 int orig = atomic_read(&rendezvous); in rendezvous_with_boss() local
43 if (orig > 0) { in rendezvous_with_boss()
/linux/arch/x86/include/asm/
H A Dalternative.h330 .macro altinstr_entry orig alt ft_flags orig_len alt_len
331 .long \orig - .
/linux/security/selinux/ss/
H A Dconditional.h82 int cond_policydb_dup(struct policydb *new, const struct policydb *orig);
/linux/net/netfilter/ipset/
H A Dip_set_hash_netportnet.c92 struct hash_netportnet4_elem *orig) in hash_netportnet4_data_reset_elem() argument
94 elem->ip[1] = orig->ip[1]; in hash_netportnet4_data_reset_elem()
384 struct hash_netportnet6_elem *orig) in hash_netportnet6_data_reset_elem() argument
386 elem->ip[1] = orig->ip[1]; in hash_netportnet6_data_reset_elem()
/linux/include/sound/
H A Dhwdep.h18 long long offset, int orig);
/linux/fs/jffs2/
H A Dcompr.h81 void jffs2_free_comprbuf(unsigned char *comprbuf, unsigned char *orig);
/linux/kernel/
H A Dfork.c485 struct vm_area_struct *vm_area_dup(struct vm_area_struct *orig) in vm_area_dup() argument
492 ASSERT_EXCLUSIVE_WRITER(orig->vm_flags); in vm_area_dup()
493 ASSERT_EXCLUSIVE_WRITER(orig->vm_file); in vm_area_dup()
498 data_race(memcpy(new, orig, sizeof(*new))); in vm_area_dup()
505 dup_anon_vma_name(orig, new); in vm_area_dup()
1100 static struct task_struct *dup_task_struct(struct task_struct *orig, int node) in dup_task_struct() argument
1106 node = tsk_fork_get_node(orig); in dup_task_struct()
1111 err = arch_dup_task_struct(tsk, orig); in dup_task_struct()
1138 setup_thread_stack(tsk, orig); in dup_task_struct()
1147 if (orig->cpus_ptr == &orig->cpus_mask) in dup_task_struct()
[all …]
/linux/drivers/usb/typec/ucsi/
H A Ducsi_ccg.c227 struct ucsi_ccg_altmode orig[UCSI_MAX_ALTMODES]; member
392 new_cam = uc->orig[cam].linked_idx; in ucsi_ccg_update_get_current_cam_cmd()
398 struct ucsi_altmode *orig, in ucsi_ccg_update_altmodes() argument
406 alt = uc->orig; in ucsi_ccg_update_altmodes()
416 alt[i].svid = orig[i].svid; in ucsi_ccg_update_altmodes()
417 alt[i].mid = orig[i].mid; in ucsi_ccg_update_altmodes()
483 port = uc->orig; in ucsi_ccg_update_set_new_cam_cmd()
/linux/tools/testing/ktest/examples/
H A Dsnowball.conf37 START_MIN_CONFIG = ${THIS_DIR}/config.orig
/linux/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
139 struct cec_msg *orig) in cec_msg_set_reply_to()
142 msg->msg[0] = (cec_msg_destination(orig) << 4) | in cec_msg_set_reply_to()
143 cec_msg_initiator(orig); in cec_msg_set_reply_to()
137 cec_msg_set_reply_to(struct cec_msg * msg,struct cec_msg * orig) cec_msg_set_reply_to() argument
/linux/drivers/soc/qcom/
H A Dsmsm.c153 u32 orig; in smsm_update_bits() local
159 val = orig = readl(smsm->local_state); in smsm_update_bits()
164 changes = val ^ orig; in smsm_update_bits()
/linux/include/net/netfilter/
H A Dnf_conntrack_core.h44 const struct nf_conntrack_tuple *orig);
/linux/kernel/trace/
H A Dtrace_kprobe.c565 static bool trace_kprobe_has_same_kprobe(struct trace_kprobe *orig, in trace_kprobe_has_same_kprobe() argument
568 struct trace_probe_event *tpe = orig->tp.event; in trace_kprobe_has_same_kprobe()
571 list_for_each_entry(orig, &tpe->probes, tp.list) { in trace_kprobe_has_same_kprobe()
572 if (strcmp(trace_kprobe_symbol(orig), in trace_kprobe_has_same_kprobe()
574 trace_kprobe_offset(orig) != trace_kprobe_offset(comp)) in trace_kprobe_has_same_kprobe()
581 for (i = 0; i < orig->tp.nr_args; i++) { in trace_kprobe_has_same_kprobe()
582 if (strcmp(orig->tp.args[i].comm, in trace_kprobe_has_same_kprobe()
587 if (i == orig->tp.nr_args) in trace_kprobe_has_same_kprobe()
/linux/tools/objtool/
H A Delf.c820 elf_create_prefix_symbol(struct elf *elf, struct symbol *orig, long size) in elf_create_prefix_symbol() argument
823 size_t namelen = strlen(orig->name) + sizeof("__pfx_"); in elf_create_prefix_symbol()
831 snprintf(name, namelen, "__pfx_%s", orig->name); in elf_create_prefix_symbol()
834 sym->sec = orig->sec; in elf_create_prefix_symbol()
837 sym->sym.st_info = orig->sym.st_info; in elf_create_prefix_symbol()
838 sym->sym.st_value = orig->sym.st_value - size; in elf_create_prefix_symbol()
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.c152 hv1 = e->ipv4.orig.ports; in mtk_ppe_hash_entry()
153 hv2 = e->ipv4.orig.dest_ip; in mtk_ppe_hash_entry()
154 hv3 = e->ipv4.orig.src_ip; in mtk_ppe_hash_entry()
249 entry->ipv4.orig.ports = ports_pad; in mtk_foe_entry_prepare()
314 t = &entry->ipv4.orig; in mtk_foe_entry_set_ipv4_tuple()
729 memcpy(&foe.ipv4.new, &foe.ipv4.orig, sizeof(foe.ipv4.new)); in mtk_foe_entry_commit_subflow()
/linux/net/sunrpc/
H A Dsvcauth_unix.c123 struct ip_map *orig = container_of(corig, struct ip_map, h); in ip_map_match() local
125 return strcmp(orig->m_class, new->m_class) == 0 && in ip_map_match()
126 ipv6_addr_equal(&orig->m_addr, &new->m_addr); in ip_map_match()
441 struct unix_gid *orig = container_of(corig, struct unix_gid, h); in unix_gid_match() local
443 return uid_eq(orig->uid, new->uid); in unix_gid_match()
/linux/drivers/char/
H A Dmem.c566 static loff_t null_lseek(struct file *file, loff_t offset, int orig) in null_lseek() argument
579 static loff_t memory_lseek(struct file *file, loff_t offset, int orig) in memory_lseek() argument
584 switch (orig) { in memory_lseek()
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_intf.c434 int orig; in dpu_hw_intf_connect_external_te() local
441 orig = (bool)(cfg & BIT(20)); in dpu_hw_intf_connect_external_te()
449 return orig; in dpu_hw_intf_connect_external_te()

12345678910>>...12