Searched refs:second (Results 101 - 125 of 130) sorted by relevance

123456

/linux-master/arch/arm/kernel/
H A Dentry-armv.S253 @ pointing at the second half of the Thumb instruction. We
/linux-master/arch/sparc/lib/
H A Dchecksum_32.S48 addxcc %g3, %o2, %o2 ! add second word as well
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S536 # second phase of the reduction
1153 # second phase of reduction
1365 # second phase of reduction
1464 # second phase of the reduction
H A Dsha256-avx2-asm.S650 #### Do second block using previously scheduled results
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.c6047 const struct ice_adv_rule_info *second)
6049 return first->sw_act.flag == second->sw_act.flag &&
6050 first->tun_type == second->tun_type &&
6051 first->vlan_type == second->vlan_type &&
6052 first->src_vsi == second->src_vsi &&
6053 first->need_pass_l2 == second->need_pass_l2 &&
6054 first->allow_pass_l2 == second->allow_pass_l2;
6046 ice_rules_equal(const struct ice_adv_rule_info *first, const struct ice_adv_rule_info *second) argument
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c133 s16 first, s16 second, s16 third)
152 b43legacy_ilt_write(dev, offset + i, second);
132 b43legacy_set_all_gains(struct b43legacy_wldev *dev, s16 first, s16 second, s16 third) argument
/linux-master/drivers/hwmon/
H A Dlm90.c868 static int lm90_select_remote_channel(struct lm90_data *data, bool second) argument
872 if (second)
1889 * Word read operations return 0xff in second byte
2162 * second to last bit of config1 (software reset). Register
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwmi.h1112 u8 second; member in struct:wmi_notify_req_cmd
2180 __le32 second; member in struct:wmi_fw_ver_event
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S640 bne not_zr |if non-zero, go to second test
H A Dsetox.S30 | second one is measured when the function is reinvoked at the same
H A Dres_func.S1625 | byte-width (store in d0) of result must be honored. In the second case,
1998 clrl 4(%a0) |load second lword of ZERO
/linux-master/drivers/scsi/lpfc/
H A Dlpfc.h469 uint8_t second; member in struct:lpfc_cgn_ts
/linux-master/include/linux/
H A Defi.h236 u8 second; member in struct:__anon2127
775 * mapping permissions described by the second
/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.c2187 struct journal_point second)
2189 return ((first.sequence_number == second.sequence_number) &&
2190 (first.entry_count == second.entry_count));
2186 journal_points_equal(struct journal_point first, struct journal_point second) argument
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S222 # so, if we always save the quotient second, we save ourselves a cmp&beq
426 st DDSECOND(%a6) # second digit
/linux-master/scripts/
H A Dcheckpatch.pl3518 my $second = $2;
3522 pos($rawline) += length($first) + length($second) + 1;
3526 next if (lc($first) ne lc($second));
3546 $fixed[$fixlinenr] =~ s/\b$first $second\b/$first/;
/linux-master/fs/btrfs/
H A Dvolumes.c6347 struct btrfs_io_stripe *second = &bioc->stripes[num_stripes + 1]; local
6356 if (first->physical > second->physical) {
6357 swap(second->physical, first->physical);
6358 swap(second->dev, first->dev);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm518 buffer_load_dword v0, v0, s_restore_buf_rsrc0, s_restore_mem_offset lds:1 offset:256 // second 64DW
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_g.c297 s16 first, s16 second, s16 third)
317 b43_ofdmtab_write16(dev, table, i, second);
296 b43_set_all_gains(struct b43_wldev *dev, s16 first, s16 second, s16 third) argument
/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c53 static int oui(u8 first, u8 second, u8 third) argument
55 return (first << 16) | (second << 8) | third;
/linux-master/drivers/scsi/arcmsr/
H A Darcmsr_hba.c3948 uint8_t second; member in struct:__anon209::__anon210
3963 datetime.a.second = tm.tm_sec;
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1024 ERRNO_FILTER(second, 13);
3408 /* Installing a second listener in the chain should EBUSY */
/linux-master/drivers/scsi/bfa/
H A Dbfad_bsg.c1770 iocmd->second);
/linux-master/fs/ext4/
H A Dext4.h990 * I_DATA_SEM_OTHER - Used by move_inode.c for the second normal inode
991 * where the second inode has larger inode number
3736 struct inode *second);
/linux-master/drivers/scsi/
H A Dips.c118 /* - 5 second delay needed after resetting an i960 adapter */
5976 scb->cmd.ffdc.second = tm.tm_sec;
6245 /* wait up to one second */
6336 /* wait up to one second */

Completed in 975 milliseconds

123456