Home
last modified time | relevance | path

Searched refs:first (Results 1651 - 1675 of 1820) sorted by relevance

1...<<61626364656667686970>>...73

/kernel/linux/linux-6.6/fs/
H A Ddcache.c1005 alias = hlist_entry(inode->i_dentry.first, struct dentry, d_u.d_alias); in __d_find_any_alias()
1056 * was the first vfs operation to notice.
1088 de = hlist_entry(l->first, struct dentry, d_u.d_alias); in d_find_alias_rcu()
1249 * shrink_dentry_list, and code that first checks for the in dentry_lru_isolate()
1345 * @enter: callback when first entering the dentry
1426 /* go into the first sibling still alive */ in d_walk()
2520 * calculate the standard hash first, as the d_op->d_hash() in d_hash_and_lookup()
3039 * @dentry1: first dentry
/kernel/linux/linux-6.6/include/net/
H A Dsock.h360 * don't add nothing before this first member (__sk_common) --acme
707 return hlist_entry(head->first, struct sock, sk_node); in __sk_head()
717 return hlist_nulls_entry(head->first, struct sock, sk_nulls_node); in __sk_nulls_head()
1526 #define PROTO_INUSE_NR 64 /* should be enough for the first time */
/kernel/linux/linux-6.6/kernel/
H A Dfork.c2037 * Pid field and the first entry in the NSpid field will be identical.
2039 * namespace of the procfs instance 0 will be shown as its first NSpid
2598 p->kretprobe_instances.first = NULL; in copy_process()
2601 p->rethooks.first = NULL; in copy_process()
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dccp-ops.c1653 * first slot, and the left half in the second. Each portion must then in ccp_run_sha_cmd()
1660 if (sha->first) { in ccp_run_sha_cmd()
1813 hmac_cmd.u.sha.first = 1; in ccp_run_sha_cmd()
2209 /* Copy the first operand */ in ccp_run_ecc_mm_cmd()
2332 /* Copy the first point X and Y coordinate */ in ccp_run_ecc_pm_cmd()
2344 /* Set the first point Z coordinate to 1 */ in ccp_run_ecc_pm_cmd()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c133 s16 first, s16 second, s16 third) in b43legacy_set_all_gains()
149 b43legacy_ilt_write(dev, offset + i, first); in b43legacy_set_all_gains()
132 b43legacy_set_all_gains(struct b43legacy_wldev *dev, s16 first, s16 second, s16 third) b43legacy_set_all_gains() argument
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dlapic.c587 * version first and level-triggered interrupts never get EOIed in in kvm_apic_set_version()
1605 #define APIC_REGS_MASK(first, count) \
1606 (APIC_REG_MASK(first) * ((1ull << (count)) - 1))
/kernel/linux/linux-6.6/tools/testing/ktest/
H A Dktest.pl494 to guarantee your selection, as the first menuentry with the content
573 # These are first defined here, main function later on
796 # to worry if '$' is the first character. By adding
1160 # check the path of the config file first
2925 } elsif ($output =~ m/^([[:xdigit:]]+) is the first bad commit/) {
3520 # only clean on the first and last patch
3783 # Test dependencies first
3787 # if the parent is in the min config, check it first
3855 # First things first. We build an allnoconfig to find
4359 # The first tes
[all...]
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c662 int first = (hisi_hba->last_dev_id + 1) % HISI_SAS_MAX_DEVICES; in hisi_sas_alloc_dev() local
666 for (i = first; i != last; i %= HISI_SAS_MAX_DEVICES) { in hisi_sas_alloc_dev()
/kernel/linux/linux-6.6/kernel/printk/
H A Dprintk.c866 /* the first record */ in devkmsg_llseek()
871 * The first record after the last SYSLOG_ACTION_CLEAR, in devkmsg_llseek()
1140 * Some archs call setup_log_buf() multiple times - first is very in setup_log_buf()
1501 * Beginning with @start_seq, find the first record where it and all following
1530 * Move first record forward until length fits into the buffer. Ignore in find_first_fitting_seq()
1589 * that the first record is always available. in syslog_print()
1664 * Find first record that fits, including all following records, in syslog_print_all()
1784 /* messages are gone, move to first one */ in do_syslog()
1899 * in the first place. If there has been a waiter then non panic CPUs in console_lock_spinning_disable_and_check()
2214 * The sprintf needs to come first sinc in vprintk_store()
[all...]
/kernel/linux/linux-6.6/kernel/sched/
H A Drt.c1766 static inline void set_next_task_rt(struct rq *rq, struct task_struct *p, bool first) in set_next_task_rt() argument
1778 if (!first) in set_next_task_rt()
2078 /* Make sure the mask is initialized first */ in find_lowest_rq()
2410 * As it only takes the first CPU that schedules a lower priority task
2430 * rt_next_cpu() will simply return the first CPU found in in rto_next_cpu()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-pca953x.c145 * relative. Since first controller (gpio-sch.c) and
868 girq->first = irq_base; /* FIXME: get rid of this */ in pca953x_irq_setup()
1120 * sync these registers first and only then sync the rest. in pca953x_regcache_sync()
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Daes-ce-core.S127 * q0 : first in/output block
131 * q8 : first round key
164 vld1.32 {q8-q9}, [\rk] @ load first 2 round keys
470 * int bytes, u8 iv[], u32 const rk2[], int first)
472 * int bytes, u8 iv[], u32 const rk2[], int first)
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dtbldo.S10 | index with a 10-bit index, with the first
/kernel/linux/linux-5.10/arch/sparc/lib/
H A Dchecksum_32.S47 addcc %g2, %o2, %o2 ! add first word to sum
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dsha256-avx-asm.S383 ## byte swap first 16 dwords
H A Dsha256-ssse3-asm.S393 ## byte swap first 16 dwords
H A Dchacha-ssse3-x86_64.S232 # registers, we save the first four registers on the stack. The
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dtbldo.S10 | index with a 10-bit index, with the first
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Daes-ce-core.S127 * q0 : first in/output block
131 * q8 : first round key
164 vld1.32 {q8-q9}, [\rk] @ load first 2 round keys
470 * int bytes, u8 iv[], u32 const rk2[], int first)
472 * int bytes, u8 iv[], u32 const rk2[], int first)
/kernel/linux/linux-6.6/arch/sparc/lib/
H A Dchecksum_32.S47 addcc %g2, %o2, %o2 ! add first word to sum
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h942 * o major number = bits 31-20 (first three nibbles of MSW)
1050 s32 first; member
1059 /*< First channel number in this band, or first
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dchip.h424 #define LINK_DOWN_REASON 0x16 /* first byte of offset 0x16 */
1452 int set_intr_bits(struct hfi1_devdata *dd, u16 first, u16 last, bool set);
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H A Dmt76.h127 u16 first; member
575 struct mt76_phy phy; /* must be first */
/kernel/linux/linux-5.10/drivers/net/hyperv/
H A Dhyperv_net.h867 u32 first; /* first data entry */ member
H A Drndis_filter.c1065 if (nvchan->mrc.first != nvchan->mrc.next) in netvsc_device_idle()
1385 /* Let the inner driver handle this first to create the netvsc channel in rndis_filter_device_add()

Completed in 58 milliseconds

1...<<61626364656667686970>>...73