Home
last modified time | relevance | path

Searched refs:old (Results 3726 - 3750 of 3948) sorted by relevance

1...<<141142143144145146147148149150>>...158

/kernel/linux/linux-6.6/sound/usb/
H A Dendpoint.c138 static inline bool ep_state_update(struct snd_usb_endpoint *ep, int old, int new) in ep_state_update() argument
140 return atomic_try_cmpxchg(&ep->state, &old, new); in ep_state_update()
1351 /* release old buffers, if any */ in snd_usb_endpoint_set_params()
/kernel/linux/linux-6.6/lib/
H A Diov_iter.c1317 const void *dup_iter(struct iov_iter *new, struct iov_iter *old, gfp_t flags) in dup_iter() argument
1319 *new = *old; in dup_iter()
H A Dxarray.c773 * Return: The old entry at this index.
1536 * Return: The old entry at this index or xa_err() if an error happened.
1571 * Return: The old entry at this index on success, xa_err(-EINVAL) if @entry
1591 * @old: Old value to test against.
1601 * Return: The old entry at this index or xa_err() if an error happened.
1604 void *old, void *entry, gfp_t gfp) in __xa_cmpxchg()
1614 if (curr == old) { in __xa_cmpxchg()
2154 * index 10, calling xa_extract() may return the old contents of index 5
1603 __xa_cmpxchg(struct xarray *xa, unsigned long index, void *old, void *entry, gfp_t gfp) __xa_cmpxchg() argument
H A Dtest_bpf.c8603 #define BPF_ATOMIC_OP_TEST1(width, op, logic, old, update, result) \
8606 #old " " #logic " " #update " = " #result, \
8609 BPF_ST_MEM(width, R10, -40, old), \
8622 #define BPF_ATOMIC_OP_TEST2(width, op, logic, old, update, result) \
8625 #old " " #logic " " #update " = " #result, \
8629 BPF_ST_MEM(BPF_W, R10, -40, old), \
8643 #define BPF_ATOMIC_OP_TEST3(width, op, logic, old, update, result) \
8646 #old " " #logic " " #update " = " #result, \
8650 BPF_ST_MEM(width, R10, -40, old), \
8663 #define BPF_ATOMIC_OP_TEST4(width, op, logic, old, updat
[all...]
/kernel/linux/linux-6.6/mm/
H A Dmigrate.c184 struct vm_area_struct *vma, unsigned long addr, void *old) in remove_migration_pte()
186 DEFINE_FOLIO_VMA_WALK(pvmw, old, vma, addr, PVMW_SYNC | PVMW_MIGRATION); in remove_migration_pte()
466 * Drop cache reference from old page by unfreezing in folio_migrate_mapping()
479 * new page and drop references to the old page. in folio_migrate_mapping()
945 * The new page will have replaced the old page if this function
999 * When successful, old pagecache src->mapping must be cleared before in move_to_new_folio()
1295 * We would like to do something similar for the old page, when in migrate_folio_move()
183 remove_migration_pte(struct folio *folio, struct vm_area_struct *vma, unsigned long addr, void *old) remove_migration_pte() argument
/third_party/ffmpeg/libavfilter/
H A Davfilter.c485 AVExpr *old = ctx->enable; in set_enable_expr() local
515 av_expr_free(old); in set_enable_expr()
1305 Activation of old filters:
1315 queued; frame_wanted_out < 0 is not possible since the old API does not
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9lpf.asm100 pandn %4, %3, %2 ; tmp = ~mask & old
101 por %1, %4 ; new&mask | old&~mask
/third_party/gn/src/gn/
H A Dvariables.cc869 Deprecated: this is an old name for the "post_processing_args" property of
886 Deprecated: this is an old name for the "post_processing_outputs" property of
903 Deprecated: this is an old name for the "post_processing_script" property of
922 Deprecated: this is an old name for the "post_processing_sources" property of
/third_party/icu/icu4c/source/i18n/
H A Dtimezone.cpp607 TimeZone *old = DEFAULT_ZONE; in adoptDefault() local
609 delete old; in adoptDefault()
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c1433 nir_ssa_def *old = nir_ssa_for_src(b, *offset, 1); in agx_lower_aligned_offsets() local
1434 nir_ssa_def *new = nir_ishr_imm(b, old, shift); in agx_lower_aligned_offsets()
/third_party/node/deps/v8/tools/profview/
H A Dprofview.js740 // Remove old content of the table, replace with new one.
1138 let old = $("mode-" + main.currentState.mode);
1139 old.classList = "mode-button";
/third_party/node/deps/icu-small/source/i18n/
H A Dtimezone.cpp607 TimeZone *old = DEFAULT_ZONE; in adoptDefault() local
609 delete old; in adoptDefault()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw_sm.c2542 struct nvc0_program *old = nvc0->compprog; in nvc0_hw_sm_end_query() local
2592 pipe->bind_compute_state(pipe, old); in nvc0_hw_sm_end_query()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcontext.rs739 let old = self.types.insert(key, id.as_type_id_unchecked()); in add_item()
740 debug_assert_eq!(old, None); in add_item()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtimezone.cpp607 TimeZone *old = DEFAULT_ZONE; in adoptDefault() local
609 delete old; in adoptDefault()
/third_party/python/Lib/test/
H A Dtest_http_cookiejar.py79 'Thursday, 03-Feb-94 00:00:00 GMT', # old rfc850 HTTP format
83 '03-Feb-94 00:00:00 GMT', # old rfc850 (no weekday)
90 '03-Feb-94', # old rfc850 HTTP format (no weekday, no time)
680 # delete both new cookie and any old matching cookie
1819 old = repr(c)
1826 self.assertEqual(old, repr(c))
H A Dtest_xmlrpc.py1206 old = self.requestHandler.encode_threshold
1214 self.requestHandler.encode_threshold = old
/third_party/python/Lib/unittest/test/
H A Dtest_case.py1808 old = (
1825 for meth, args in old:
/kernel/linux/linux-6.6/net/core/
H A Drtnetlink.c216 struct rtnl_link *link, *old; in rtnl_register_internal() local
235 old = rtnl_dereference(tab[msgindex]); in rtnl_register_internal()
236 if (old) { in rtnl_register_internal()
237 link = kmemdup(old, sizeof(*old), GFP_KERNEL); in rtnl_register_internal()
263 if (old) in rtnl_register_internal()
264 kfree_rcu(old, rcu); in rtnl_register_internal()
2158 * We can detect the old iproute2. Even including the IFLA_EXT_MASK in rtnl_valid_dump_ifinfo_req()
/third_party/backends/backend/
H A Davision.c3928 /* was only 6 in an old SPEC - maybe we need a feature override :-( -ReneR */ in get_button_status()
4780 dev->inquiry_bits_per_channel = 8; /* default for old scanners */ in attach()
5927 /* fill the gamma table - (e.g.) if 11bit (old protocol) table */ in send_gamma()
5931 DBG (4, "send_gamma: (old protocol) - filling the table.\n"); in send_gamma()
6228 /* plain old scanners, the C3 ASIC HP 53xx and the C6 ASIC HP 74xx in set_window()
6259 paralen += sizeof (cmd.window.avision.type.old); in set_window()
7414 int old; in reader_process() local
7476 int old; in reader_process() local
7477 pthread_setcancelstate (PTHREAD_CANCEL_ENABLE, &old); in reader_process()
7478 pthread_setcanceltype (PTHREAD_CANCEL_DEFERRED, &old); in reader_process()
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dit87.c1230 u8 old; in set_fan_div() local
1236 old = it87_read_value(data, IT87_REG_FAN_DIV); in set_fan_div()
1252 val = old & 0x80; in set_fan_div()
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsh-sci.c9 * based off of the old drivers/char/sh-sci.c by:
2384 struct ktermios *old) in sci_set_termios()
2418 baud = uart_get_baud_rate(port, termios, old, 0, 115200); in sci_set_termios()
2425 baud = uart_get_baud_rate(port, termios, old, 0, max_freq / min_sr(s)); in sci_set_termios()
2383 sci_set_termios(struct uart_port *port, struct ktermios *termios, struct ktermios *old) sci_set_termios() argument
/kernel/linux/linux-5.10/mm/
H A Dmmap.c1046 * the kernel to generate new VMAs when old one could be in is_mergeable_vma()
1284 * from 'old'. The 'a'/'b' vma's are in VM order - one of them will be
1285 * the same as 'old', the other will be the new one that is trying
1289 * the anon_vma of 'old' is concurrently in the process of being set up
1304 static struct anon_vma *reusable_anon_vma(struct vm_area_struct *old, struct vm_area_struct *a, struct vm_area_struct *b) in reusable_anon_vma() argument
1307 struct anon_vma *anon_vma = READ_ONCE(old->anon_vma); in reusable_anon_vma()
1309 if (anon_vma && list_is_singular(&old->anon_vma_chain)) in reusable_anon_vma()
1789 /* Clear old maps, set up prev, rb_link, rb_parent, and uf */ in mmap_region()
1803 * Can we just expand an old mapping? in mmap_region()
3157 /* Clear old map in do_brk_flags()
[all...]
H A Dshmem.c769 void *old; in shmem_free_swap() local
771 old = xa_cmpxchg_irq(&mapping->i_pages, index, radswap, NULL, 0); in shmem_free_swap()
772 if (old != radswap) in shmem_free_swap()
1675 * but be defensive. Reverse old to newpage for clear and free. in shmem_replace_page()
3087 * Cheat and hash the whiteout while the old dentry is still in in shmem_whiteout()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_output.c858 * rather than TS in order to fit in better with old, in tcp_synack_options()
2559 enum tcp_chrono old = tp->chrono_type; in tcp_chrono_set() local
2561 if (old > TCP_CHRONO_UNSPEC) in tcp_chrono_set()
2562 tp->chrono_stat[old - 1] += now - tp->chrono_start; in tcp_chrono_set()

Completed in 134 milliseconds

1...<<141142143144145146147148149150>>...158