Home
last modified time | relevance | path

Searched refs:old (Results 1101 - 1125 of 3348) sorted by relevance

1...<<41424344454647484950>>...134

/kernel/linux/linux-5.10/net/sched/
H A Dsch_prio.c287 struct Qdisc **old, struct netlink_ext_ack *extack) in prio_graft()
302 *old = qdisc_replace(sch, new, &q->queues[band]); in prio_graft()
310 qdisc_offload_graft_helper(qdisc_dev(sch), sch, new, *old, in prio_graft() local
286 prio_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, struct Qdisc **old, struct netlink_ext_ack *extack) prio_graft() argument
/kernel/linux/linux-5.10/net/sunrpc/
H A Dxprtmultipath.c311 struct rpc_xprt *pos, *old; in xprt_switch_set_next_cursor() local
313 old = smp_load_acquire(cursor); in xprt_switch_set_next_cursor()
314 pos = find_next(xps, old); in xprt_switch_set_next_cursor()
453 /* Atomically swap out the old xpswitch */ in xprt_iter_xchg_switch()
/kernel/linux/linux-5.10/include/linux/
H A Dvirtio_config.h441 u32 old, gen = vdev->config->generation ? in __virtio_cread_many() local
447 old = gen; in __virtio_cread_many()
455 } while (gen != old); in __virtio_cread_many()
/kernel/linux/linux-5.10/include/net/
H A Ddst.h87 u32 *dst_cow_metrics_generic(struct dst_entry *dst, unsigned long old);
101 void __dst_destroy_metrics_generic(struct dst_entry *dst, unsigned long old);
536 u32 *dst_blackhole_cow_metrics(struct dst_entry *dst, unsigned long old);
/kernel/linux/linux-5.10/sound/pci/ice1712/
H A Drevo.c41 unsigned char old, tmp, dfs; in revo_set_rate_val() local
63 old = (tmp >> shift) & 0x03; in revo_set_rate_val()
64 if (old == dfs) in revo_set_rate_val()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm9712.c224 unsigned int mixer, mask, shift, old; in wm9712_hp_mixer_put() local
233 old = wm9712->hp_mixer[mixer]; in wm9712_hp_mixer_put()
239 change = old != wm9712->hp_mixer[mixer]; in wm9712_hp_mixer_put()
/kernel/linux/linux-5.10/kernel/
H A Dacct.c23 * lost the old acct_file. 3/10/98, Al Viro.
199 struct fs_pin *old; in acct_on() local
252 old = xchg(&ns->bacct, &acct->pin); in acct_on()
254 pin_kill(old); in acct_on()
H A Dpid.c387 /* transfer_pid is an optimization of attach_pid(new), detach_pid(old) */
388 void transfer_pid(struct task_struct *old, struct task_struct *new, in transfer_pid() argument
392 new->thread_pid = old->thread_pid; in transfer_pid()
393 hlist_replace_rcu(&old->pid_links[type], &new->pid_links[type]); in transfer_pid()
/kernel/linux/linux-5.10/net/core/
H A Dsysctl_net_core.c197 unsigned int old, *ptr; in flow_limit_table_len_sysctl() local
203 old = *ptr; in flow_limit_table_len_sysctl()
206 *ptr = old; in flow_limit_table_len_sysctl()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_probe_helper.c444 /* set all old modes to the stale state */ in drm_helper_probe_single_connector_modes()
667 const char *old, *new; in output_poll_execute() local
679 * Hence clamp an unknown detect status to the old in output_poll_execute()
687 old = drm_get_connector_status_name(old_status); in output_poll_execute()
694 old, new); in output_poll_execute()
/kernel/linux/linux-5.10/drivers/rpmsg/
H A Drpmsg_core.c335 const char *old; \
344 old = rpdev->member; \
353 kfree(old); \
/kernel/linux/linux-6.6/drivers/misc/echo/
H A Decho.c328 int new, old; in oslec_update() local
330 /* efficient "out with the old and in with the new" algorithm so in oslec_update()
334 old = (int)ec->fir_state.history[ec->fir_state.curr_pos] * in oslec_update()
337 ((new - old) + (1 << (ec->log2taps - 1))) >> ec->log2taps; in oslec_update()
/kernel/linux/linux-6.6/fs/ceph/
H A Dquota.c274 bool ceph_quota_is_same_realm(struct inode *old, struct inode *new) in ceph_quota_is_same_realm() argument
276 struct ceph_mds_client *mdsc = ceph_sb_to_mdsc(old->i_sb); in ceph_quota_is_same_realm()
289 get_quota_realm(mdsc, old, QUOTA_GET_ANY, &old_realm, true); in ceph_quota_is_same_realm()
/kernel/linux/linux-6.6/include/linux/
H A Dvirtio_config.h504 u32 old, gen = vdev->config->generation ? in __virtio_cread_many() local
510 old = gen; in __virtio_cread_many()
518 } while (gen != old); in __virtio_cread_many()
/kernel/linux/linux-6.6/include/net/
H A Ddst.h103 u32 *dst_cow_metrics_generic(struct dst_entry *dst, unsigned long old);
117 void __dst_destroy_metrics_generic(struct dst_entry *dst, unsigned long old);
568 u32 *dst_blackhole_cow_metrics(struct dst_entry *dst, unsigned long old);
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A D8250_fintek.c281 const struct ktermios *old) in fintek_8250_set_termios()
336 baud = tty_termios_baud_rate(old); in fintek_8250_set_termios()
341 serial8250_do_set_termios(port, termios, old); in fintek_8250_set_termios()
279 fintek_8250_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) fintek_8250_set_termios() argument
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Daltera_jtaguart.c104 const struct ktermios *old) in altera_jtaguart_set_termios()
106 /* Just copy the old termios settings back */ in altera_jtaguart_set_termios()
107 if (old) in altera_jtaguart_set_termios()
108 tty_termios_copy_hw(termios, old); in altera_jtaguart_set_termios()
102 altera_jtaguart_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) altera_jtaguart_set_termios() argument
/kernel/linux/linux-6.6/drivers/rpmsg/
H A Drpmsg_core.c422 const char *old; \
431 old = rpdev->member; \
440 kfree(old); \
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dkobil_sct.c66 const struct ktermios *old);
479 const struct ktermios *old) in kobil_set_termios()
491 tty_termios_copy_hw(&tty->termios, old); in kobil_set_termios()
477 kobil_set_termios(struct tty_struct *tty, struct usb_serial_port *port, const struct ktermios *old) kobil_set_termios() argument
/kernel/linux/linux-6.6/kernel/
H A Dacct.c23 * lost the old acct_file. 3/10/98, Al Viro.
218 struct fs_pin *old; in acct_on() local
271 old = xchg(&ns->bacct, &acct->pin); in acct_on()
273 pin_kill(old); in acct_on()
H A Dpid.c390 /* transfer_pid is an optimization of attach_pid(new), detach_pid(old) */
391 void transfer_pid(struct task_struct *old, struct task_struct *new, in transfer_pid() argument
395 new->thread_pid = old->thread_pid; in transfer_pid()
396 hlist_replace_rcu(&old->pid_links[type], &new->pid_links[type]); in transfer_pid()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Ddynack.c50 static inline int ath_dynack_ewma(int old, int new) in ath_dynack_ewma() argument
52 if (old > 0) in ath_dynack_ewma()
54 old * EWMA_LEVEL) / EWMA_DIV; in ath_dynack_ewma()
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dfabrics-cmd.c142 struct nvmet_ctrl *old; in nvmet_install_queue() local
168 old = cmpxchg(&req->sq->ctrl, NULL, ctrl); in nvmet_install_queue()
169 if (old) { in nvmet_install_queue()
/kernel/linux/linux-6.6/arch/x86/kernel/kprobes/
H A Dopt.c507 u8 old[JMP32_INSN_SIZE]; in arch_unoptimize_kprobe() local
510 memcpy(old, op->kp.addr, JMP32_INSN_SIZE); in arch_unoptimize_kprobe()
522 perf_event_text_poke(op->kp.addr, old, JMP32_INSN_SIZE, new, JMP32_INSN_SIZE); in arch_unoptimize_kprobe()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_sw_fence.c65 int old, int new) in debug_fence_set_state()
67 debug_object_active_state(fence, &i915_sw_fence_debug_descr, old, new); in debug_fence_set_state()
106 int old, int new) in debug_fence_set_state()
64 debug_fence_set_state(struct i915_sw_fence *fence, int old, int new) debug_fence_set_state() argument
105 debug_fence_set_state(struct i915_sw_fence *fence, int old, int new) debug_fence_set_state() argument

Completed in 21 milliseconds

1...<<41424344454647484950>>...134