Searched refs:second (Results 76 - 100 of 130) sorted by relevance

123456

/linux-master/arch/m68k/math-emu/
H A Dfp_decode.h82 | second decoding of the instr type
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.c244 record->second = cpu_to_le16(tm.tm_sec);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c1396 /* Run twice a second or reschedule if update failed */
1515 * @second: dpll device pointer
1524 struct dpll_device *second)
1528 ice_dpll_unregister_pins(second, pins, ops, count);
1542 * @second: dpll device pointer
1555 struct dpll_device *first, struct dpll_device *second)
1566 ret = ice_dpll_register_pins(second, pins, ops, count);
1521 ice_dpll_deinit_direct_pins(bool cgu, struct ice_dpll_pin *pins, int count, const struct dpll_pin_ops *ops, struct dpll_device *first, struct dpll_device *second) argument
1552 ice_dpll_init_direct_pins(struct ice_pf *pf, bool cgu, struct ice_dpll_pin *pins, int start_idx, int count, const struct dpll_pin_ops *ops, struct dpll_device *first, struct dpll_device *second) argument
/linux-master/tools/testing/selftests/bpf/
H A Dtest_maps.c330 int i, first, second, old_flags; local
337 second = helper_fill_hashmap(3);
345 CHECK(bpf_map_get_next_key(second, key_ptr, &next_second) != 0,
346 "next_key for second map must succeed",
350 "i: %d first: %lld second: %lld\n", i,
358 close(second);
/linux-master/sound/usb/usx2y/
H A Dusb_stream.c404 goto second;
432 second:
/linux-master/include/linux/
H A Dcompat.h743 asmlinkage long compat_sys_msgctl(int first, int second, void __user *uptr);
749 asmlinkage long compat_sys_shmctl(int first, int second, void __user *uptr);
H A Dsyscalls.h1172 asmlinkage long sys_ipc(unsigned int call, int first, unsigned long second,
1223 int ksys_ipc(unsigned int call, int first, unsigned long second,
1225 int compat_ksys_ipc(u32 call, int first, int second,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c334 enum bpf_attach_type second)
350 err = bpf_prog_attach(verdict, map, second, 0);
333 test_sockmap_skb_verdict_attach(enum bpf_attach_type first, enum bpf_attach_type second) argument
/linux-master/drivers/block/
H A Dxen-blkfront.c616 * We are using the second request, setup grant_idx
684 struct blkif_request *second)
689 * The second request is only present when the first request uses
694 second->u.rw.nr_segments = nr_segments - BLKIF_MAX_SEGMENTS_PER_REQUEST;
695 second->u.rw.sector_number = first->u.rw.sector_number +
698 second->u.rw.handle = first->u.rw.handle;
699 second->operation = first->operation;
1404 /* Wait the second response if not yet here. */
1428 * We don't need anymore the second request, so recycling
1432 WARN(1, "%s: can't recycle the second par
683 blkif_setup_extra_req(struct blkif_request *first, struct blkif_request *second) argument
[all...]
H A Drbd.c3186 * A second request with the current snapshot context will be
7221 struct rbd_device *second = first->parent; local
7228 while (second && (third = second->parent)) {
7229 first = second;
7230 second = third;
7232 rbd_assert(second);
7233 rbd_dev_image_release(second);
7234 rbd_dev_destroy(second);
/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S894 #second phase of the reduction
1541 #second phase of the reduction
1719 #second phase of the reduction
1869 #second phase of the reduction
1876 vpxor \T2, \GH, \GH # second phase of the reduction complete
2492 #second phase of the reduction
2499 vpxor \T2, \T4, \T4 # second phase of the reduction complete
2686 #second phase of the reduction
2693 vpxor \T2, \T4, \T4 # second phase of the reduction complete
H A Dchacha-avx2-x86_64.S169 # xor and write second block
420 # xor and write second block
H A Dchacha-avx512vl-x86_64.S142 # xor and write second block
354 # xor and write second block
/linux-master/drivers/scsi/bfa/
H A Dbfad_bsg.h644 u32 second; member in struct:bfa_bsg_diag_beacon_s
/linux-master/arch/arm/kernel/
H A Dphys2virt.S79 @ second halfword of the opcode (the 16-bit immediate is encoded
/linux-master/include/uapi/linux/
H A Dcdrom.h160 __u8 second; member in struct:cdrom_msf0
175 __u8 cdmsf_sec0; /* start second */
178 __u8 cdmsf_sec1; /* end second */
354 #define CD_FRAMES 75 /* frames per second */
378 #define CDROM_MSF 0x02 /* "minute-second-frame": binary, not bcd here! */
/linux-master/fs/udf/
H A Decma_167.h77 uint8_t second; member in struct:timestamp
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c2265 #define OUI(first, second, third) { (first), (second), (third) }
2266 #define DEVICE_ID(first, second, third, fourth, fifth, sixth) \
2267 { (first), (second), (third), (fourth), (fifth), (sixth) }
/linux-master/sound/pci/pcxhr/
H A Dpcxhr_core.c228 /* reset second xilinx */
269 const struct firmware *xilinx, int second)
283 if(second) {
288 /* activate second xilinx */
268 pcxhr_load_xilinx_binary(struct pcxhr_mgr *mgr, const struct firmware *xilinx, int second) argument
/linux-master/drivers/cdrom/
H A Dcdrom.c1541 75 * (addr->msf.second - 2 + 60 * addr->msf.minute);
1547 addr->msf.second = lba % 60;
2035 subchnl->cdsc_reladdr.msf.second = cgc.buffer[14];
2038 subchnl->cdsc_absaddr.msf.second = cgc.buffer[10];
3021 ra.addr.msf.second,
/linux-master/tools/perf/util/
H A Dauxtrace.c1792 * the user reading sequence, it's safe for use the second value.
1802 u64 first, second, last; local
1809 second = READ_ONCE(pc->aux_head);
1815 return second;
/linux-master/arch/sparc/lib/
H A DM7memcpy.S905 EX_LD(LOAD(ldub, %o1+1, %o3), memcpy_retl_o2) ! load second byte
908 EX_ST(STORE(stb, %o3, %o0+1), memcpy_retl_o2_plus_1)! store second byte
/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h66 | a second fsave frame can be pushed onto the stack and the
/linux-master/arch/arm/crypto/
H A Daes-ce-core.S128 * q1 : second in/output block (_4x version only)
494 @ Encrypt the IV in q0 with the second AES key. This should only
/linux-master/drivers/scsi/
H A Dips.h550 uint8_t second; member in struct:__anon34

Completed in 631 milliseconds

123456