Searched defs:export (Results 1 - 4 of 4) sorted by last modified time

/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y222 %type <value> export ret f1_opcode f2_opcode jmp_jc_jnc_call jz_jnz je_jne
1033 export: label
1040 export T_SYMBOL ':'
/drivers/staging/lustre/lustre/obdclass/
H A Dgenops.c692 struct obd_export *export; local
704 CDEBUG(D_INFO, "looking for export cookie %#llx\n", conn->cookie);
705 export = class_handle2object(conn->cookie);
706 return export;
720 struct obd_export *export; local
721 export = class_conn2export(conn);
722 if (export) {
723 struct obd_device *obd = export->exp_obd;
724 class_export_put(export);
757 CDEBUG(D_IOCTL, "destroying export
774 export_handle_addref(void *export) argument
819 struct obd_export *export; local
1112 struct obd_export *export; local
1179 class_disconnect(struct obd_export *export) argument
1572 struct obd_export *export; local
[all...]
/drivers/staging/lustre/lustre/ptlrpc/
H A Dservice.c416 /* VBR: per-export last_committed */
959 /** Change request export and move hp request from old export to new */
961 struct obd_export *export)
965 /* remove rq_exp_list from last export */
970 /* export has one reference already, so it`s safe to
971 * add req to export queue here and get another
973 spin_lock_bh(&export->exp_rpc_lock);
974 list_add(&req->rq_exp_list, &export->exp_hp_rpcs);
975 spin_unlock_bh(&export
960 ptlrpc_request_change_export(struct ptlrpc_request *req, struct obd_export *export) argument
[all...]
/drivers/pwm/
H A Dsysfs.c38 struct pwm_export *export = child_to_pwm_export(child); local
40 return export->pwm;
176 struct pwm_export *export = child_to_pwm_export(child); local
178 kfree(export);
183 struct pwm_export *export; local
189 export = kzalloc(sizeof(*export), GFP_KERNEL);
190 if (!export) {
195 export->pwm = pwm;
197 export
[all...]

Completed in 158 milliseconds