Home
last modified time | relevance | path

Searched refs:old (Results 3676 - 3700 of 4003) sorted by relevance

1...<<141142143144145146147148149150>>...161

/kernel/linux/linux-6.6/drivers/net/
H A Dtun.c487 /* TODO: keep queueing to old queue until it's empty? */ in tun_flow_update()
2294 struct tun_prog *old, *new = NULL; in __tun_set_ebpf() local
2304 old = rcu_dereference_protected(*prog_p, in __tun_set_ebpf()
2309 if (old) in __tun_set_ebpf()
2310 call_rcu(&old->rcu, tun_prog_free); in __tun_set_ebpf()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_cx0_phy.c310 u8 old, val; in __intel_cx0_rmw() local
312 old = __intel_cx0_read(i915, port, lane, addr); in __intel_cx0_rmw()
313 val = (old & ~clear) | set; in __intel_cx0_rmw()
315 if (val != old) in __intel_cx0_rmw()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c800 * @old: Current I/O context state.
803 * Returns true if and only if the previous command state was equal to 'old'.
806 enum srpt_command_state old, in srpt_test_and_set_cmd_state()
812 WARN_ON(old == SRPT_STATE_DONE); in srpt_test_and_set_cmd_state()
816 if (previous == old) in srpt_test_and_set_cmd_state()
819 return previous == old; in srpt_test_and_set_cmd_state()
805 srpt_test_and_set_cmd_state(struct srpt_send_ioctx *ioctx, enum srpt_command_state old, enum srpt_command_state new) srpt_test_and_set_cmd_state() argument
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c761 u64 old; in arm_smmu_cmdq_issue_cmdlist() local
774 old = cmpxchg_relaxed(&cmdq->q.llq.val, llq.val, head.val); in arm_smmu_cmdq_issue_cmdlist()
775 if (old == llq.val) in arm_smmu_cmdq_issue_cmdlist()
778 llq.val = old; in arm_smmu_cmdq_issue_cmdlist()
1065 * CD, then invalidate the old entry and mappings. in arm_smmu_write_ctx_desc()
1340 * the STE regardless of whether the old value was live. in arm_smmu_write_strtab_ent()
2425 * any mm, and can be safely detached from its old domain. Bonds cannot in arm_smmu_attach_dev()
/kernel/linux/linux-6.6/net/unix/
H A Daf_unix.c33 * old apps and it will avoid huge amount
1686 static void unix_sock_inherit_flags(const struct socket *old, in unix_sock_inherit_flags() argument
1689 if (test_bit(SOCK_PASSCRED, &old->flags)) in unix_sock_inherit_flags()
1691 if (test_bit(SOCK_PASSPIDFD, &old->flags)) in unix_sock_inherit_flags()
1693 if (test_bit(SOCK_PASSSEC, &old->flags)) in unix_sock_inherit_flags()
2417 - return fds, and do not return them on read (old strategy, in __unix_dgram_recvmsg()
/kernel/linux/linux-6.6/kernel/rcu/
H A Drcutorture.c351 unsigned long (*gp_diff)(unsigned long new, unsigned long old);
992 static unsigned long rcutorture_seq_diff(unsigned long new, unsigned long old) in rcutorture_seq_diff() argument
995 return new - old; in rcutorture_seq_diff()
996 return cur_ops->gp_diff(new, old); in rcutorture_seq_diff()
1348 * for that pointed to by rcu_torture_current, freeing the old structure
1810 * Next, remove old protection, in decreasing order of strength in rcutorture_one_extend()
/kernel/linux/linux-6.6/net/ipv4/
H A Dudp.c2210 struct dst_entry *old; in udp_sk_rx_dst_set() local
2213 old = xchg((__force struct dst_entry **)&sk->sk_rx_dst, dst); in udp_sk_rx_dst_set()
2214 dst_release(old); in udp_sk_rx_dst_set()
2215 return old != dst; in udp_sk_rx_dst_set()
/third_party/pulseaudio/src/pulsecore/
H A Dsink.c435 * resuming the sink fails? The old suspend cause will be incorrect, so we in sink_set_state()
2456 const char *old; in pa_sink_set_description() local
2463 old = pa_proplist_gets(s->proplist, PA_PROP_DEVICE_DESCRIPTION); in pa_sink_set_description()
2465 if (old && description && pa_streq(old, description)) in pa_sink_set_description()
2759 /* The old sink probably has some audio from this in pa_sink_process_msg()
2762 * don't know at this point how much the old sink can in pa_sink_process_msg()
4074 /* If default_sink_changed is false, the old sink became unavailable, so all streams must be moved. */ in pa_sink_move_streams_to_default_sink()
4085 pa_log_info("The sink input %u \"%s\" is moving to %s, because the old sink became unavailable.", in pa_sink_move_streams_to_default_sink()
/third_party/python/Lib/
H A Dturtle.py90 The default configuration mimics the appearance of the old turtle module.
3217 old, new, go_modes, coodata = entry
3239 start = old
3241 diff = old - new
3259 # Turtle now at position old,
3260 self._position = old
4004 """Demo of old turtle.py - module"""
/third_party/selinux/libsepol/cil/test/unit/
H A Dtest_cil_copy_ast.c1205 struct cil_ipaddr *old; in test_cil_copy_fill_ipaddr() local
1208 old = (struct cil_ipaddr*)test_ast_node->data; in test_cil_copy_fill_ipaddr()
1209 int rc = cil_copy_fill_ipaddr(old, new); in test_cil_copy_fill_ipaddr()
1212 CuAssertIntEquals(tc, old->family, new->family); in test_cil_copy_fill_ipaddr()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp1274 MEDIA_ERR_LOG("Failed rename, errno: %{public}d, old path: %{public}s exists: %{public}d, "
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dpowernow-k8.c175 pr_err("vid change on fid trans, old 0x%x, new 0x%x\n", in write_new_fid()
217 pr_err("fid changed on vid trans, old 0x%x new 0x%x\n", in write_new_vid()
697 * mechanism that the old Linux PSB driver uses. Tell them it in find_psb_table()
912 freqs.old = find_khz_freq_from_fid(data->currfid); in transition_frequency_fidvid()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dgen_except.S113 | Fix up the new unimp frame with entries from the old unimp frame
430 clrl (%sp) | get rid of old fsave frame
445 clrl (%sp) | get rid of old fsave frame
H A Dfpsp.h67 | handler exit code will reload the new frame and discard the old.
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dfpsp.h67 | handler exit code will reload the new frame and discard the old.
H A Dgen_except.S113 | Fix up the new unimp frame with entries from the old unimp frame
430 clrl (%sp) | get rid of old fsave frame
445 clrl (%sp) | get rid of old fsave frame
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h945 int c4iw_ep_redirect(void *ctx, struct dst_entry *old, struct dst_entry *new,
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dmax3100.c421 struct ktermios *old) in max3100_set_termios()
420 max3100_set_termios(struct uart_port *port, struct ktermios *termios, struct ktermios *old) max3100_set_termios() argument
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250_exar.c152 static void exar_pm(struct uart_port *port, unsigned int state, unsigned int old) in exar_pm() argument
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Doti6858.c122 struct usb_serial_port *port, struct ktermios *old);
H A Dwhiteheat.c89 struct usb_serial_port *port, struct ktermios *old);
/kernel/linux/linux-5.10/fs/ceph/
H A Dsuper.h1259 struct inode *old, struct inode *new);
/kernel/linux/linux-5.10/include/linux/
H A Dhyperv.h691 * On old hosts, we should always use VMBUS_MESSAGE_CONNECTION_ID (1).
825 u32 old, u32 new);
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A D8250_exar.c154 static void exar_pm(struct uart_port *port, unsigned int state, unsigned int old) in exar_pm() argument
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dmax3100.c420 const struct ktermios *old) in max3100_set_termios()
419 max3100_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) max3100_set_termios() argument

Completed in 66 milliseconds

1...<<141142143144145146147148149150>>...161